@vkontakte/vkui-tokens 4.30.1-dev-ff0eeb.0 → 4.31.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/interfaces/general/colors/index.d.ts +5 -0
- package/interfaces/namespaces/vk/index.d.ts +0 -203
- package/interfaces/namespaces/vk/index.js +1 -2
- package/interfaces/themes/calendar/index.d.ts +1 -0
- package/interfaces/themes/octavius/index.d.ts +1 -0
- package/interfaces/themes/pulse/index.d.ts +1 -1
- package/interfaces/themes/vkBase/index.d.ts +4 -4
- package/interfaces/themes/vkBaseDark/index.d.ts +4 -4
- package/package.json +5 -5
- package/themeDescriptions/base/paradigm.js +3 -1
- package/themeDescriptions/base/vk.d.ts +3 -8
- package/themeDescriptions/base/vk.js +12 -74
- package/themes/calendar/cssVars/declarations/index.css +8 -4
- package/themes/calendar/cssVars/declarations/noColors.css +2 -1
- package/themes/calendar/cssVars/declarations/noSizes.css +8 -4
- package/themes/calendar/cssVars/declarations/onlyColors.css +6 -3
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +8 -4
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +8 -4
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +8 -4
- package/themes/calendar/cssVars/theme/fallbacks/index.css +8 -4
- package/themes/calendar/cssVars/theme/fallbacks/index.less +8 -4
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +8 -4
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +8 -4
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +8 -4
- package/themes/calendar/cssVars/theme/index.js +22 -4
- package/themes/calendar/cssVars/theme/index.json +22 -4
- package/themes/calendar/docs.json +16 -0
- package/themes/calendar/index.css +8 -4
- package/themes/calendar/index.js +10 -4
- package/themes/calendar/index.json +10 -4
- package/themes/calendar/index.less +8 -4
- package/themes/calendar/index.pcss +8 -4
- package/themes/calendar/index.scss +8 -4
- package/themes/calendar/index.styl +8 -4
- package/themes/calendar/struct.json +10 -4
- package/themes/calendarDark/cssVars/declarations/index.css +5 -1
- package/themes/calendarDark/cssVars/declarations/noColors.css +2 -1
- package/themes/calendarDark/cssVars/declarations/noSizes.css +5 -1
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +5 -1
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +5 -1
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +5 -1
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +5 -1
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +5 -1
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +5 -1
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +5 -1
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +5 -1
- package/themes/calendarDark/cssVars/theme/index.js +19 -1
- package/themes/calendarDark/cssVars/theme/index.json +19 -1
- package/themes/calendarDark/docs.json +16 -0
- package/themes/calendarDark/index.css +5 -1
- package/themes/calendarDark/index.js +7 -1
- package/themes/calendarDark/index.json +7 -1
- package/themes/calendarDark/index.less +5 -1
- package/themes/calendarDark/index.pcss +5 -1
- package/themes/calendarDark/index.scss +5 -1
- package/themes/calendarDark/index.styl +5 -1
- package/themes/calendarDark/struct.json +7 -1
- package/themes/calls/cssVars/declarations/index.css +3 -0
- package/themes/calls/cssVars/declarations/noSizes.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calls/cssVars/theme/index.js +14 -0
- package/themes/calls/cssVars/theme/index.json +14 -0
- package/themes/calls/docs.json +12 -0
- package/themes/calls/index.css +3 -0
- package/themes/calls/index.js +5 -0
- package/themes/calls/index.json +5 -0
- package/themes/calls/index.less +3 -0
- package/themes/calls/index.pcss +3 -0
- package/themes/calls/index.scss +3 -0
- package/themes/calls/index.styl +3 -0
- package/themes/calls/struct.json +5 -0
- package/themes/cloud/cssVars/declarations/index.css +7 -4
- package/themes/cloud/cssVars/declarations/noColors.css +1 -1
- package/themes/cloud/cssVars/declarations/noSizes.css +7 -4
- package/themes/cloud/cssVars/declarations/onlyColors.css +6 -3
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/cloud/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/cloud/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/cloud/cssVars/theme/index.js +18 -4
- package/themes/cloud/cssVars/theme/index.json +18 -4
- package/themes/cloud/docs.json +12 -0
- package/themes/cloud/index.css +7 -4
- package/themes/cloud/index.js +9 -4
- package/themes/cloud/index.json +9 -4
- package/themes/cloud/index.less +7 -4
- package/themes/cloud/index.pcss +7 -4
- package/themes/cloud/index.scss +7 -4
- package/themes/cloud/index.styl +7 -4
- package/themes/cloud/struct.json +9 -4
- package/themes/cloudDark/cssVars/declarations/index.css +3 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/cloudDark/cssVars/theme/index.js +14 -0
- package/themes/cloudDark/cssVars/theme/index.json +14 -0
- package/themes/cloudDark/docs.json +12 -0
- package/themes/cloudDark/index.css +3 -0
- package/themes/cloudDark/index.js +5 -0
- package/themes/cloudDark/index.json +5 -0
- package/themes/cloudDark/index.less +3 -0
- package/themes/cloudDark/index.pcss +3 -0
- package/themes/cloudDark/index.scss +3 -0
- package/themes/cloudDark/index.styl +3 -0
- package/themes/cloudDark/struct.json +5 -0
- package/themes/home/cssVars/declarations/index.css +7 -4
- package/themes/home/cssVars/declarations/noColors.css +1 -1
- package/themes/home/cssVars/declarations/noSizes.css +7 -4
- package/themes/home/cssVars/declarations/onlyColors.css +6 -3
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/home/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/home/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/home/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/home/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/home/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/home/cssVars/theme/index.js +18 -4
- package/themes/home/cssVars/theme/index.json +18 -4
- package/themes/home/docs.json +12 -0
- package/themes/home/index.css +7 -4
- package/themes/home/index.js +9 -4
- package/themes/home/index.json +9 -4
- package/themes/home/index.less +7 -4
- package/themes/home/index.pcss +7 -4
- package/themes/home/index.scss +7 -4
- package/themes/home/index.styl +7 -4
- package/themes/home/struct.json +9 -4
- package/themes/homeDark/cssVars/declarations/index.css +3 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/homeDark/cssVars/theme/index.js +14 -0
- package/themes/homeDark/cssVars/theme/index.json +14 -0
- package/themes/homeDark/docs.json +12 -0
- package/themes/homeDark/index.css +3 -0
- package/themes/homeDark/index.js +5 -0
- package/themes/homeDark/index.json +5 -0
- package/themes/homeDark/index.less +3 -0
- package/themes/homeDark/index.pcss +3 -0
- package/themes/homeDark/index.scss +3 -0
- package/themes/homeDark/index.styl +3 -0
- package/themes/homeDark/struct.json +5 -0
- package/themes/media/cssVars/declarations/index.css +7 -4
- package/themes/media/cssVars/declarations/noColors.css +1 -1
- package/themes/media/cssVars/declarations/noSizes.css +7 -4
- package/themes/media/cssVars/declarations/onlyColors.css +6 -3
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/media/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/media/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/media/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/media/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/media/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/media/cssVars/theme/index.js +18 -4
- package/themes/media/cssVars/theme/index.json +18 -4
- package/themes/media/docs.json +12 -0
- package/themes/media/index.css +7 -4
- package/themes/media/index.js +9 -4
- package/themes/media/index.json +9 -4
- package/themes/media/index.less +7 -4
- package/themes/media/index.pcss +7 -4
- package/themes/media/index.scss +7 -4
- package/themes/media/index.styl +7 -4
- package/themes/media/struct.json +9 -4
- package/themes/mediaDark/cssVars/declarations/index.css +4 -1
- package/themes/mediaDark/cssVars/declarations/noColors.css +1 -1
- package/themes/mediaDark/cssVars/declarations/noSizes.css +4 -1
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +4 -1
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +4 -1
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -1
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +4 -1
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +4 -1
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +4 -1
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +4 -1
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +4 -1
- package/themes/mediaDark/cssVars/theme/index.js +15 -1
- package/themes/mediaDark/cssVars/theme/index.json +15 -1
- package/themes/mediaDark/docs.json +12 -0
- package/themes/mediaDark/index.css +4 -1
- package/themes/mediaDark/index.js +6 -1
- package/themes/mediaDark/index.json +6 -1
- package/themes/mediaDark/index.less +4 -1
- package/themes/mediaDark/index.pcss +4 -1
- package/themes/mediaDark/index.scss +4 -1
- package/themes/mediaDark/index.styl +4 -1
- package/themes/mediaDark/struct.json +6 -1
- package/themes/mycom/cssVars/declarations/index.css +7 -4
- package/themes/mycom/cssVars/declarations/noColors.css +1 -1
- package/themes/mycom/cssVars/declarations/noSizes.css +7 -4
- package/themes/mycom/cssVars/declarations/onlyColors.css +6 -3
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/mycom/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/mycom/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/mycom/cssVars/theme/index.js +18 -4
- package/themes/mycom/cssVars/theme/index.json +18 -4
- package/themes/mycom/docs.json +12 -0
- package/themes/mycom/index.css +7 -4
- package/themes/mycom/index.js +9 -4
- package/themes/mycom/index.json +9 -4
- package/themes/mycom/index.less +7 -4
- package/themes/mycom/index.pcss +7 -4
- package/themes/mycom/index.scss +7 -4
- package/themes/mycom/index.styl +7 -4
- package/themes/mycom/struct.json +9 -4
- package/themes/octavius/cssVars/declarations/index.css +10 -4
- package/themes/octavius/cssVars/declarations/noColors.css +1 -1
- package/themes/octavius/cssVars/declarations/noSizes.css +10 -4
- package/themes/octavius/cssVars/declarations/onlyColors.css +9 -3
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +10 -4
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +10 -4
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
- package/themes/octavius/cssVars/theme/fallbacks/index.css +10 -4
- package/themes/octavius/cssVars/theme/fallbacks/index.less +10 -4
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +10 -4
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +10 -4
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +10 -4
- package/themes/octavius/cssVars/theme/index.js +32 -4
- package/themes/octavius/cssVars/theme/index.json +32 -4
- package/themes/octavius/docs.json +16 -0
- package/themes/octavius/index.css +10 -4
- package/themes/octavius/index.js +14 -4
- package/themes/octavius/index.json +14 -4
- package/themes/octavius/index.less +10 -4
- package/themes/octavius/index.pcss +10 -4
- package/themes/octavius/index.scss +10 -4
- package/themes/octavius/index.styl +10 -4
- package/themes/octavius/struct.json +14 -4
- package/themes/octaviusCompact/cssVars/declarations/index.css +10 -4
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +1 -1
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +10 -4
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +9 -3
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +10 -4
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +10 -4
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +10 -4
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +10 -4
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +10 -4
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +10 -4
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +10 -4
- package/themes/octaviusCompact/cssVars/theme/index.js +32 -4
- package/themes/octaviusCompact/cssVars/theme/index.json +32 -4
- package/themes/octaviusCompact/docs.json +16 -0
- package/themes/octaviusCompact/index.css +10 -4
- package/themes/octaviusCompact/index.js +14 -4
- package/themes/octaviusCompact/index.json +14 -4
- package/themes/octaviusCompact/index.less +10 -4
- package/themes/octaviusCompact/index.pcss +10 -4
- package/themes/octaviusCompact/index.scss +10 -4
- package/themes/octaviusCompact/index.styl +10 -4
- package/themes/octaviusCompact/struct.json +14 -4
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +7 -1
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +1 -1
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +7 -1
- 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 +7 -1
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +7 -1
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +7 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +7 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +7 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +7 -1
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +7 -1
- package/themes/octaviusCompactDark/cssVars/theme/index.js +29 -1
- package/themes/octaviusCompactDark/cssVars/theme/index.json +29 -1
- package/themes/octaviusCompactDark/docs.json +16 -0
- package/themes/octaviusCompactDark/index.css +7 -1
- package/themes/octaviusCompactDark/index.js +11 -1
- package/themes/octaviusCompactDark/index.json +11 -1
- package/themes/octaviusCompactDark/index.less +7 -1
- package/themes/octaviusCompactDark/index.pcss +7 -1
- package/themes/octaviusCompactDark/index.scss +7 -1
- package/themes/octaviusCompactDark/index.styl +7 -1
- package/themes/octaviusCompactDark/struct.json +11 -1
- 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 +16 -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 +10 -4
- package/themes/octaviusVK/cssVars/declarations/noColors.css +1 -1
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +10 -4
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +9 -3
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +10 -4
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +10 -4
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +10 -4
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +10 -4
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +10 -4
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +10 -4
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +10 -4
- package/themes/octaviusVK/cssVars/theme/index.js +32 -4
- package/themes/octaviusVK/cssVars/theme/index.json +32 -4
- package/themes/octaviusVK/docs.json +16 -0
- package/themes/octaviusVK/index.css +10 -4
- package/themes/octaviusVK/index.js +14 -4
- package/themes/octaviusVK/index.json +14 -4
- package/themes/octaviusVK/index.less +10 -4
- package/themes/octaviusVK/index.pcss +10 -4
- package/themes/octaviusVK/index.scss +10 -4
- package/themes/octaviusVK/index.styl +10 -4
- package/themes/octaviusVK/struct.json +14 -4
- package/themes/octaviusVKDark/cssVars/declarations/index.css +28 -22
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +1 -1
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +28 -22
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +27 -21
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +28 -22
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +28 -22
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -22
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +28 -22
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +28 -22
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +28 -22
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +28 -22
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +28 -22
- package/themes/octaviusVKDark/cssVars/theme/index.js +50 -22
- package/themes/octaviusVKDark/cssVars/theme/index.json +50 -22
- package/themes/octaviusVKDark/docs.json +16 -0
- package/themes/octaviusVKDark/index.css +28 -22
- package/themes/octaviusVKDark/index.js +32 -22
- package/themes/octaviusVKDark/index.json +32 -22
- package/themes/octaviusVKDark/index.less +28 -22
- package/themes/octaviusVKDark/index.pcss +28 -22
- package/themes/octaviusVKDark/index.scss +28 -22
- package/themes/octaviusVKDark/index.styl +28 -22
- package/themes/octaviusVKDark/struct.json +32 -22
- package/themes/octaviusWhite/cssVars/declarations/index.css +10 -4
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +1 -1
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +10 -4
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +9 -3
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +10 -4
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +10 -4
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +10 -4
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +10 -4
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +10 -4
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +10 -4
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +10 -4
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +10 -4
- package/themes/octaviusWhite/cssVars/theme/index.js +32 -4
- package/themes/octaviusWhite/cssVars/theme/index.json +32 -4
- package/themes/octaviusWhite/docs.json +16 -0
- package/themes/octaviusWhite/index.css +10 -4
- package/themes/octaviusWhite/index.js +14 -4
- package/themes/octaviusWhite/index.json +14 -4
- package/themes/octaviusWhite/index.less +10 -4
- package/themes/octaviusWhite/index.pcss +10 -4
- package/themes/octaviusWhite/index.scss +10 -4
- package/themes/octaviusWhite/index.styl +10 -4
- package/themes/octaviusWhite/struct.json +14 -4
- package/themes/otvet/cssVars/declarations/index.css +7 -4
- package/themes/otvet/cssVars/declarations/noColors.css +1 -1
- package/themes/otvet/cssVars/declarations/noSizes.css +7 -4
- package/themes/otvet/cssVars/declarations/onlyColors.css +6 -3
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/otvet/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/otvet/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/otvet/cssVars/theme/index.js +18 -4
- package/themes/otvet/cssVars/theme/index.json +18 -4
- package/themes/otvet/docs.json +12 -0
- package/themes/otvet/index.css +7 -4
- package/themes/otvet/index.js +9 -4
- package/themes/otvet/index.json +9 -4
- package/themes/otvet/index.less +7 -4
- package/themes/otvet/index.pcss +7 -4
- package/themes/otvet/index.scss +7 -4
- package/themes/otvet/index.styl +7 -4
- package/themes/otvet/struct.json +9 -4
- package/themes/otvetDark/cssVars/declarations/index.css +4 -1
- package/themes/otvetDark/cssVars/declarations/noColors.css +1 -1
- package/themes/otvetDark/cssVars/declarations/noSizes.css +4 -1
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +4 -1
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +4 -1
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +4 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +4 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +4 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +4 -1
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +4 -1
- package/themes/otvetDark/cssVars/theme/index.js +15 -1
- package/themes/otvetDark/cssVars/theme/index.json +15 -1
- package/themes/otvetDark/docs.json +12 -0
- package/themes/otvetDark/index.css +4 -1
- package/themes/otvetDark/index.js +6 -1
- package/themes/otvetDark/index.json +6 -1
- package/themes/otvetDark/index.less +4 -1
- package/themes/otvetDark/index.pcss +4 -1
- package/themes/otvetDark/index.scss +4 -1
- package/themes/otvetDark/index.styl +4 -1
- package/themes/otvetDark/struct.json +6 -1
- package/themes/paradigmBase/cssVars/declarations/index.css +7 -4
- package/themes/paradigmBase/cssVars/declarations/noColors.css +1 -1
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +7 -4
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +6 -3
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/paradigmBase/cssVars/theme/index.js +18 -4
- package/themes/paradigmBase/cssVars/theme/index.json +18 -4
- package/themes/paradigmBase/docs.json +12 -0
- package/themes/paradigmBase/index.css +7 -4
- package/themes/paradigmBase/index.js +9 -4
- package/themes/paradigmBase/index.json +9 -4
- package/themes/paradigmBase/index.less +7 -4
- package/themes/paradigmBase/index.pcss +7 -4
- package/themes/paradigmBase/index.scss +7 -4
- package/themes/paradigmBase/index.styl +7 -4
- package/themes/paradigmBase/struct.json +9 -4
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +14 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +14 -0
- package/themes/paradigmBaseDark/docs.json +12 -0
- package/themes/paradigmBaseDark/index.css +3 -0
- package/themes/paradigmBaseDark/index.js +5 -0
- package/themes/paradigmBaseDark/index.json +5 -0
- package/themes/paradigmBaseDark/index.less +3 -0
- package/themes/paradigmBaseDark/index.pcss +3 -0
- package/themes/paradigmBaseDark/index.scss +3 -0
- package/themes/paradigmBaseDark/index.styl +3 -0
- package/themes/paradigmBaseDark/struct.json +5 -0
- package/themes/pharma/cssVars/declarations/index.css +7 -4
- package/themes/pharma/cssVars/declarations/noColors.css +1 -1
- package/themes/pharma/cssVars/declarations/noSizes.css +7 -4
- package/themes/pharma/cssVars/declarations/onlyColors.css +6 -3
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/pharma/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/pharma/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/pharma/cssVars/theme/index.js +18 -4
- package/themes/pharma/cssVars/theme/index.json +18 -4
- package/themes/pharma/docs.json +12 -0
- package/themes/pharma/index.css +7 -4
- package/themes/pharma/index.js +9 -4
- package/themes/pharma/index.json +9 -4
- package/themes/pharma/index.less +7 -4
- package/themes/pharma/index.pcss +7 -4
- package/themes/pharma/index.scss +7 -4
- package/themes/pharma/index.styl +7 -4
- package/themes/pharma/struct.json +9 -4
- package/themes/promo/cssVars/declarations/index.css +7 -4
- package/themes/promo/cssVars/declarations/noColors.css +1 -1
- package/themes/promo/cssVars/declarations/noSizes.css +7 -4
- package/themes/promo/cssVars/declarations/onlyColors.css +6 -3
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/promo/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/promo/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/promo/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/promo/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/promo/cssVars/theme/index.js +18 -4
- package/themes/promo/cssVars/theme/index.json +18 -4
- package/themes/promo/docs.json +12 -0
- package/themes/promo/index.css +7 -4
- package/themes/promo/index.js +9 -4
- package/themes/promo/index.json +9 -4
- package/themes/promo/index.less +7 -4
- package/themes/promo/index.pcss +7 -4
- package/themes/promo/index.scss +7 -4
- package/themes/promo/index.styl +7 -4
- package/themes/promo/struct.json +9 -4
- package/themes/pulse/cssVars/declarations/index.css +6 -3
- package/themes/pulse/cssVars/declarations/noSizes.css +6 -3
- package/themes/pulse/cssVars/declarations/onlyColors.css +6 -3
- package/themes/pulse/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pulse/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/pulse/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pulse/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/pulse/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/pulse/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/pulse/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/pulse/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/pulse/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/pulse/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/pulse/cssVars/theme/index.js +17 -3
- package/themes/pulse/cssVars/theme/index.json +17 -3
- package/themes/pulse/docs.json +12 -0
- package/themes/pulse/index.css +6 -3
- package/themes/pulse/index.js +8 -3
- package/themes/pulse/index.json +8 -3
- package/themes/pulse/index.less +6 -3
- package/themes/pulse/index.pcss +6 -3
- package/themes/pulse/index.scss +6 -3
- package/themes/pulse/index.styl +6 -3
- package/themes/pulse/struct.json +8 -3
- package/themes/pulseDark/cssVars/declarations/index.css +3 -0
- package/themes/pulseDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/pulseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/pulseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pulseDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/pulseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pulseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/pulseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/pulseDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/pulseDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/pulseDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/pulseDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/pulseDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/pulseDark/cssVars/theme/index.js +14 -0
- package/themes/pulseDark/cssVars/theme/index.json +14 -0
- package/themes/pulseDark/docs.json +12 -0
- package/themes/pulseDark/index.css +3 -0
- package/themes/pulseDark/index.js +5 -0
- package/themes/pulseDark/index.json +5 -0
- package/themes/pulseDark/index.less +3 -0
- package/themes/pulseDark/index.pcss +3 -0
- package/themes/pulseDark/index.scss +3 -0
- package/themes/pulseDark/index.styl +3 -0
- package/themes/pulseDark/struct.json +5 -0
- package/themes/search/cssVars/declarations/index.css +7 -4
- package/themes/search/cssVars/declarations/noColors.css +1 -1
- package/themes/search/cssVars/declarations/noSizes.css +7 -4
- package/themes/search/cssVars/declarations/onlyColors.css +6 -3
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/search/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/search/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/search/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/search/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/search/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/search/cssVars/theme/index.js +18 -4
- package/themes/search/cssVars/theme/index.json +18 -4
- package/themes/search/docs.json +12 -0
- package/themes/search/index.css +7 -4
- package/themes/search/index.js +9 -4
- package/themes/search/index.json +9 -4
- package/themes/search/index.less +7 -4
- package/themes/search/index.pcss +7 -4
- package/themes/search/index.scss +7 -4
- package/themes/search/index.styl +7 -4
- package/themes/search/struct.json +9 -4
- package/themes/todo/cssVars/declarations/index.css +7 -4
- package/themes/todo/cssVars/declarations/noColors.css +1 -1
- package/themes/todo/cssVars/declarations/noSizes.css +7 -4
- package/themes/todo/cssVars/declarations/onlyColors.css +6 -3
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -4
- package/themes/todo/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/todo/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/todo/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/todo/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/todo/cssVars/theme/index.js +18 -4
- package/themes/todo/cssVars/theme/index.json +18 -4
- package/themes/todo/docs.json +12 -0
- package/themes/todo/index.css +7 -4
- package/themes/todo/index.js +9 -4
- package/themes/todo/index.json +9 -4
- package/themes/todo/index.less +7 -4
- package/themes/todo/index.pcss +7 -4
- package/themes/todo/index.scss +7 -4
- package/themes/todo/index.styl +7 -4
- package/themes/todo/struct.json +9 -4
- package/themes/vkBase/cssVars/declarations/index.css +6 -82
- package/themes/vkBase/cssVars/declarations/noColors.css +0 -34
- package/themes/vkBase/cssVars/declarations/noSizes.css +6 -82
- package/themes/vkBase/cssVars/declarations/onlyColors.css +6 -48
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +6 -82
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +6 -82
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -82
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +6 -82
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +6 -82
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +6 -82
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +6 -82
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +6 -82
- package/themes/vkBase/cssVars/theme/index.js +17 -349
- package/themes/vkBase/cssVars/theme/index.json +17 -349
- package/themes/vkBase/docs.json +12 -434
- package/themes/vkBase/index.css +6 -82
- package/themes/vkBase/index.js +8 -112
- package/themes/vkBase/index.json +8 -112
- package/themes/vkBase/index.less +6 -82
- package/themes/vkBase/index.pcss +6 -82
- package/themes/vkBase/index.scss +6 -82
- package/themes/vkBase/index.styl +6 -82
- package/themes/vkBase/struct.json +8 -112
- package/themes/vkBaseDark/cssVars/declarations/index.css +21 -97
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +0 -34
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +21 -97
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +21 -63
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +21 -97
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +21 -97
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +21 -63
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +21 -97
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +21 -97
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +21 -97
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +21 -97
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +21 -97
- package/themes/vkBaseDark/cssVars/theme/index.js +32 -364
- package/themes/vkBaseDark/cssVars/theme/index.json +32 -364
- package/themes/vkBaseDark/docs.json +12 -434
- package/themes/vkBaseDark/index.css +21 -97
- package/themes/vkBaseDark/index.js +23 -127
- package/themes/vkBaseDark/index.json +23 -127
- package/themes/vkBaseDark/index.less +21 -97
- package/themes/vkBaseDark/index.pcss +21 -97
- package/themes/vkBaseDark/index.scss +21 -97
- package/themes/vkBaseDark/index.styl +21 -97
- package/themes/vkBaseDark/struct.json +23 -127
- package/themes/vkCom/cssVars/declarations/index.css +3 -79
- package/themes/vkCom/cssVars/declarations/noColors.css +0 -34
- package/themes/vkCom/cssVars/declarations/noSizes.css +3 -79
- package/themes/vkCom/cssVars/declarations/onlyColors.css +3 -45
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +3 -79
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +3 -79
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +0 -21
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +3 -79
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +3 -79
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +3 -79
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +3 -79
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +3 -79
- package/themes/vkCom/cssVars/theme/index.js +14 -346
- package/themes/vkCom/cssVars/theme/index.json +14 -346
- package/themes/vkCom/docs.json +12 -434
- package/themes/vkCom/index.css +3 -79
- package/themes/vkCom/index.js +5 -109
- package/themes/vkCom/index.json +5 -109
- package/themes/vkCom/index.less +3 -79
- package/themes/vkCom/index.pcss +3 -79
- package/themes/vkCom/index.scss +3 -79
- package/themes/vkCom/index.styl +3 -79
- package/themes/vkCom/struct.json +5 -109
- package/themes/vkComDark/cssVars/declarations/index.css +3 -79
- package/themes/vkComDark/cssVars/declarations/noColors.css +0 -34
- package/themes/vkComDark/cssVars/declarations/noSizes.css +3 -79
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +3 -45
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +3 -79
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +3 -79
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -24
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +3 -79
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +3 -79
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +3 -79
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +3 -79
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +3 -79
- package/themes/vkComDark/cssVars/theme/index.js +14 -346
- package/themes/vkComDark/cssVars/theme/index.json +14 -346
- package/themes/vkComDark/docs.json +12 -434
- package/themes/vkComDark/index.css +3 -79
- package/themes/vkComDark/index.js +5 -109
- package/themes/vkComDark/index.json +5 -109
- package/themes/vkComDark/index.less +3 -79
- package/themes/vkComDark/index.pcss +3 -79
- package/themes/vkComDark/index.scss +3 -79
- package/themes/vkComDark/index.styl +3 -79
- package/themes/vkComDark/struct.json +5 -109
- package/themes/vkIOS/cssVars/declarations/index.css +6 -82
- package/themes/vkIOS/cssVars/declarations/noColors.css +0 -34
- package/themes/vkIOS/cssVars/declarations/noSizes.css +6 -82
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +6 -48
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +6 -82
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +6 -82
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +6 -82
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +6 -82
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +6 -82
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +6 -82
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +6 -82
- package/themes/vkIOS/cssVars/theme/index.js +17 -349
- package/themes/vkIOS/cssVars/theme/index.json +17 -349
- package/themes/vkIOS/docs.json +12 -434
- package/themes/vkIOS/index.css +6 -82
- package/themes/vkIOS/index.js +8 -112
- package/themes/vkIOS/index.json +8 -112
- package/themes/vkIOS/index.less +6 -82
- package/themes/vkIOS/index.pcss +6 -82
- package/themes/vkIOS/index.scss +6 -82
- package/themes/vkIOS/index.styl +6 -82
- package/themes/vkIOS/struct.json +8 -112
- package/themes/vkIOSDark/cssVars/declarations/index.css +21 -97
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +0 -34
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +21 -97
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +21 -63
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +21 -97
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +21 -97
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +21 -97
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +21 -97
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +21 -97
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +21 -97
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +21 -97
- package/themes/vkIOSDark/cssVars/theme/index.js +32 -364
- package/themes/vkIOSDark/cssVars/theme/index.json +32 -364
- package/themes/vkIOSDark/docs.json +12 -434
- package/themes/vkIOSDark/index.css +21 -97
- package/themes/vkIOSDark/index.js +23 -127
- package/themes/vkIOSDark/index.json +23 -127
- package/themes/vkIOSDark/index.less +21 -97
- package/themes/vkIOSDark/index.pcss +21 -97
- package/themes/vkIOSDark/index.scss +21 -97
- package/themes/vkIOSDark/index.styl +21 -97
- package/themes/vkIOSDark/struct.json +23 -127
- package/build/helpers/appearance.d.ts +0 -5
- package/build/helpers/appearance.js +0 -34
- package/build/helpers/appearance.test.d.ts +0 -1
- package/build/helpers/appearance.test.js +0 -29
|
@@ -381,6 +381,11 @@ export interface ColorsDescriptionStruct {
|
|
|
381
381
|
* @tags color, palette
|
|
382
382
|
*/
|
|
383
383
|
colorAccentViolet: ColorDescription;
|
|
384
|
+
/**
|
|
385
|
+
* @desc Палитра цветов. Розовый цвет
|
|
386
|
+
* @tags color, palette
|
|
387
|
+
*/
|
|
388
|
+
colorAccentRaspberryPink: ColorDescription;
|
|
384
389
|
/**
|
|
385
390
|
* @desc Второстепенный акцентный цвет для отдельных проектов
|
|
386
391
|
* @tags color, palette
|
|
@@ -1,203 +0,0 @@
|
|
|
1
|
-
import { Theme, ThemeCssVars, ThemeDescription } from '../../general';
|
|
2
|
-
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
|
-
import { GradientPoints } from '../../general/gradients';
|
|
4
|
-
import { Tokens } from '../../general/tools/tokenValue';
|
|
5
|
-
export interface VkGradients {
|
|
6
|
-
/**
|
|
7
|
-
* @desc Градиент AquamarineBlue
|
|
8
|
-
* @tags gradient
|
|
9
|
-
*/
|
|
10
|
-
gradientAquamarineBlue: GradientPoints;
|
|
11
|
-
/**
|
|
12
|
-
* @desc Градиент Blue
|
|
13
|
-
* @tags gradient
|
|
14
|
-
*/
|
|
15
|
-
gradientBlue: GradientPoints;
|
|
16
|
-
/**
|
|
17
|
-
* @desc Градиент Candy
|
|
18
|
-
* @tags gradient
|
|
19
|
-
*/
|
|
20
|
-
gradientCandy: GradientPoints;
|
|
21
|
-
/**
|
|
22
|
-
* @desc Градиент Crimson
|
|
23
|
-
* @tags gradient
|
|
24
|
-
*/
|
|
25
|
-
gradientCrimson: GradientPoints;
|
|
26
|
-
/**
|
|
27
|
-
* @desc Градиент Disco
|
|
28
|
-
* @tags gradient
|
|
29
|
-
*/
|
|
30
|
-
gradientDisco: GradientPoints;
|
|
31
|
-
/**
|
|
32
|
-
* @desc Градиент Emerald
|
|
33
|
-
* @tags gradient
|
|
34
|
-
*/
|
|
35
|
-
gradientEmerald: GradientPoints;
|
|
36
|
-
/**
|
|
37
|
-
* @desc Градиент Gray
|
|
38
|
-
* @tags gradient
|
|
39
|
-
*/
|
|
40
|
-
gradientGray: GradientPoints;
|
|
41
|
-
/**
|
|
42
|
-
* @desc Градиент Green
|
|
43
|
-
* @tags gradient
|
|
44
|
-
*/
|
|
45
|
-
gradientGreen: GradientPoints;
|
|
46
|
-
/**
|
|
47
|
-
* @desc Градиент Lagoon
|
|
48
|
-
* @tags gradient
|
|
49
|
-
*/
|
|
50
|
-
gradientLagoon: GradientPoints;
|
|
51
|
-
/**
|
|
52
|
-
* @desc Градиент Lavender
|
|
53
|
-
* @tags gradient
|
|
54
|
-
*/
|
|
55
|
-
gradientLavender: GradientPoints;
|
|
56
|
-
/**
|
|
57
|
-
* @desc Градиент Marine
|
|
58
|
-
* @tags gradient
|
|
59
|
-
*/
|
|
60
|
-
gradientMarine: GradientPoints;
|
|
61
|
-
/**
|
|
62
|
-
* @desc Градиент Midnight
|
|
63
|
-
* @tags gradient
|
|
64
|
-
*/
|
|
65
|
-
gradientMidnight: GradientPoints;
|
|
66
|
-
/**
|
|
67
|
-
* @desc Градиент Orange
|
|
68
|
-
* @tags gradient
|
|
69
|
-
*/
|
|
70
|
-
gradientOrange: GradientPoints;
|
|
71
|
-
/**
|
|
72
|
-
* @desc Градиент Pink
|
|
73
|
-
* @tags gradient
|
|
74
|
-
*/
|
|
75
|
-
gradientPink: GradientPoints;
|
|
76
|
-
/**
|
|
77
|
-
* @desc Градиент Purple
|
|
78
|
-
* @tags gradient
|
|
79
|
-
*/
|
|
80
|
-
gradientPurple: GradientPoints;
|
|
81
|
-
/**
|
|
82
|
-
* @desc Градиент RaspberryPink
|
|
83
|
-
* @tags gradient
|
|
84
|
-
*/
|
|
85
|
-
gradientRaspberryPink: GradientPoints;
|
|
86
|
-
/**
|
|
87
|
-
* @desc Градиент Red
|
|
88
|
-
* @tags gradient
|
|
89
|
-
*/
|
|
90
|
-
gradientRed: GradientPoints;
|
|
91
|
-
/**
|
|
92
|
-
* @desc Градиент Retrowave
|
|
93
|
-
* @tags gradient
|
|
94
|
-
*/
|
|
95
|
-
gradientRetrowave: GradientPoints;
|
|
96
|
-
/**
|
|
97
|
-
* @desc Градиент Sunset
|
|
98
|
-
* @tags gradient
|
|
99
|
-
*/
|
|
100
|
-
gradientSunset: GradientPoints;
|
|
101
|
-
/**
|
|
102
|
-
* @desc Градиент Turquoise
|
|
103
|
-
* @tags gradient
|
|
104
|
-
*/
|
|
105
|
-
gradientTurquoise: GradientPoints;
|
|
106
|
-
/**
|
|
107
|
-
* @desc Градиент Twilight
|
|
108
|
-
* @tags gradient
|
|
109
|
-
*/
|
|
110
|
-
gradientTwilight: GradientPoints;
|
|
111
|
-
/**
|
|
112
|
-
* @desc Градиент Unicorn
|
|
113
|
-
* @tags gradient
|
|
114
|
-
*/
|
|
115
|
-
gradientUnicorn: GradientPoints;
|
|
116
|
-
/**
|
|
117
|
-
* @desc Градиент Violet
|
|
118
|
-
* @tags gradient
|
|
119
|
-
*/
|
|
120
|
-
gradientViolet: GradientPoints;
|
|
121
|
-
/**
|
|
122
|
-
* @desc Градиент Yellow
|
|
123
|
-
* @tags gradient
|
|
124
|
-
*/
|
|
125
|
-
gradientYellow: GradientPoints;
|
|
126
|
-
/**
|
|
127
|
-
* @desc Градиент YellowBright
|
|
128
|
-
* @tags gradient
|
|
129
|
-
*/
|
|
130
|
-
gradientYellowBright: GradientPoints;
|
|
131
|
-
/**
|
|
132
|
-
* @desc Градиент HalloweenOrange
|
|
133
|
-
* @tags gradient
|
|
134
|
-
*/
|
|
135
|
-
gradientHalloweenOrange: GradientPoints;
|
|
136
|
-
/**
|
|
137
|
-
* @desc Градиент HalloweenViolet
|
|
138
|
-
* @tags gradient
|
|
139
|
-
*/
|
|
140
|
-
gradientHalloweenViolet: GradientPoints;
|
|
141
|
-
/**
|
|
142
|
-
* @desc Градиент NewYear
|
|
143
|
-
* @tags gradient
|
|
144
|
-
*/
|
|
145
|
-
gradientNewYear: GradientPoints;
|
|
146
|
-
/**
|
|
147
|
-
* @desc Градиент Frost
|
|
148
|
-
* @tags gradient
|
|
149
|
-
*/
|
|
150
|
-
gradientFrost: GradientPoints;
|
|
151
|
-
/**
|
|
152
|
-
* @desc Градиент Valentine
|
|
153
|
-
* @tags gradient
|
|
154
|
-
*/
|
|
155
|
-
gradientValentine: GradientPoints;
|
|
156
|
-
/**
|
|
157
|
-
* @desc Градиент WarmValentine
|
|
158
|
-
* @tags gradient
|
|
159
|
-
*/
|
|
160
|
-
gradientWarmValentine: GradientPoints;
|
|
161
|
-
/**
|
|
162
|
-
* @desc Градиент Sberkot
|
|
163
|
-
* @tags gradient
|
|
164
|
-
*/
|
|
165
|
-
gradientSberkot: GradientPoints;
|
|
166
|
-
/**
|
|
167
|
-
* @desc Градиент Mable
|
|
168
|
-
* @tags gradient
|
|
169
|
-
*/
|
|
170
|
-
gradientMable: GradientPoints;
|
|
171
|
-
/**
|
|
172
|
-
* @desc Градиент WomensDay
|
|
173
|
-
* @tags gradient
|
|
174
|
-
*/
|
|
175
|
-
gradientWomensDay: GradientPoints;
|
|
176
|
-
}
|
|
177
|
-
export interface LocalVkColorsDescriptionStruct {
|
|
178
|
-
colorSnippetBorderAlpha: ColorDescription;
|
|
179
|
-
colorModalCardBorderAlpha: ColorDescription;
|
|
180
|
-
colorLandingSnippetBorderAlpha: ColorDescription;
|
|
181
|
-
colorActionSheetSeparatorAlpha: ColorDescription;
|
|
182
|
-
colorInputBorder: ColorDescription;
|
|
183
|
-
colorImForwardLineAlpha: ColorDescription;
|
|
184
|
-
colorImBubbleBorderAlternateHighlightedAlpha: ColorDescription;
|
|
185
|
-
colorImBubbleIncoming: ColorDescription;
|
|
186
|
-
colorImBubbleIncomingAlternate: ColorDescription;
|
|
187
|
-
colorImBubbleIncomingExpiring: ColorDescription;
|
|
188
|
-
colorImBubbleOutgoing: ColorDescription;
|
|
189
|
-
colorImBubbleOutgoingExpiringHighlighted: ColorDescription;
|
|
190
|
-
colorImBubbleGiftText: ColorDescription;
|
|
191
|
-
colorImBubbleGiftTextSecondary: ColorDescription;
|
|
192
|
-
colorImTextName: ColorDescription;
|
|
193
|
-
}
|
|
194
|
-
export type VkLocalColors = {
|
|
195
|
-
[key in keyof LocalVkColorsDescriptionStruct]: ColorWithStates;
|
|
196
|
-
};
|
|
197
|
-
export interface VkTheme extends Theme, VkGradients, VkLocalColors {
|
|
198
|
-
}
|
|
199
|
-
export interface VkThemeDescription extends ThemeDescription, Tokens<VkGradients> {
|
|
200
|
-
colors: LocalVkColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
201
|
-
}
|
|
202
|
-
export interface VkThemeCssVars extends ThemeCssVars<VkTheme> {
|
|
203
|
-
}
|
|
@@ -1,2 +1 @@
|
|
|
1
|
-
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
1
|
+
// место где можно оперделить локальные переменные вк, как вариант
|
|
@@ -14,6 +14,7 @@ export interface ThemeCalendarOverValues {
|
|
|
14
14
|
calendarSizeBorderRadiusLarge: number;
|
|
15
15
|
calendarImageOverlayBackground: string;
|
|
16
16
|
calendarElevationEventForm: string;
|
|
17
|
+
calendarImageBackground: string;
|
|
17
18
|
}
|
|
18
19
|
export interface LocalCalendarColorDescriptionStruct {
|
|
19
20
|
calendarColorBackgroundPositiveTintAlpha4: ColorDescription;
|
|
@@ -88,6 +88,7 @@ export interface LocalOctaviusColorsDescriptionStruct {
|
|
|
88
88
|
octaviusColorButtonBackgroundAlpha: ColorDescription;
|
|
89
89
|
octaviusColorButtonEmptyStateText: ColorDescription;
|
|
90
90
|
octaviusColorButtonEmptyStateBackgroundAlpha: ColorDescription;
|
|
91
|
+
octaviusColorSidebarWidgetBackgroundAlpha: ColorDescription;
|
|
91
92
|
octaviusColorBackground: ColorDescription;
|
|
92
93
|
octaviusColorOverlayBackground: ColorDescription;
|
|
93
94
|
octaviusColorActionArchive: ColorDescription;
|
|
@@ -6,7 +6,7 @@ import { Adaptive } from '../../general/tools';
|
|
|
6
6
|
import { Font } from '../../general/typography';
|
|
7
7
|
import { ParadigmTheme, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
8
8
|
type AllowedParadigmTokens = 'themeName' | 'themeNameBase' | 'themeInheritsFrom' | 'prefix' | 'fontFamilyAccent' | 'fontFamilyBase' | 'fontWeightAccent1' | 'fontWeightAccent2' | 'fontWeightBase1' | 'fontWeightBase2' | 'fontTitle1' | 'fontTitle2' | 'fontTitle3' | 'fontHeadline1' | 'fontHeadline2' | 'fontText' | 'fontParagraph' | 'fontSubhead' | 'fontFootnote' | 'fontFootnoteCaps' | 'fontCaption1' | 'fontCaption1Caps' | 'fontCaption2' | 'fontCaption2Caps' | 'fontCaption3' | 'fontCaption3Caps' | 'animationEasingDefault' | 'animationDurationS' | 'animationDurationM' | 'animationDurationL' | 'sizeAvatarXS' | 'sizeAvatarS' | 'sizeAvatarM' | 'sizeAvatarL' | 'sizeBorderRadius' | 'sizeButtonSmallHeight' | 'sizeButtonMediumHeight' | 'sizeButtonLargeHeight' | 'sizePopupMedium' | 'sizePopupLarge' | 'sizeButtonPaddingHorizontal' | 'sizeFieldHorizontalPadding' | 'elevation1' | 'elevation2' | 'elevation3' | 'opacityDisable';
|
|
9
|
-
export type AllowedParadigmColorTokens = 'colorTextPrimary' | 'colorTextPrimaryInvariably' | 'colorTextSecondary' | 'colorTextTertiary' | 'colorTextSubhead' | 'colorTextAccent' | 'colorTextAccentThemed' | 'colorTextLink' | 'colorTextLinkThemed' | 'colorTextLinkVisited' | 'colorTextNegative' | 'colorTextPositive' | 'colorTextMuted' | 'colorTextContrast' | 'colorTextContrastThemed' | 'colorLinkContrast' | 'colorIconPrimary' | 'colorIconPrimaryInvariably' | 'colorIconSecondary' | 'colorIconSecondaryAlpha' | 'colorIconMedium' | 'colorIconMediumAlpha' | 'colorIconTertiary' | 'colorIconTertiaryAlpha' | 'colorIconAccent' | 'colorIconAccentThemed' | 'colorIconNegative' | 'colorIconPositive' | 'colorIconContrast' | 'colorIconContrastThemed' | 'colorBackground' | 'colorBackgroundContent' | 'colorBackgroundAccentAlternative' | 'colorBackgroundModal' | 'colorBackgroundSecondary' | 'colorBackgroundSecondaryAlpha' | 'colorBackgroundTertiary' | 'colorBackgroundAccent' | 'colorBackgroundAccentTintAlpha' | 'colorBackgroundNegativeTintAlpha' | 'colorBackgroundPositiveTintAlpha' | 'colorBackgroundWarningTintAlpha' | 'colorBackgroundAccentThemed' | 'colorBackgroundNegative' | 'colorBackgroundNegativeTint' | 'colorBackgroundPositive' | 'colorBackgroundContrast' | 'colorBackgroundContrastSecondaryAlpha' | 'colorBackgroundWarning' | 'colorSeparatorPrimary' | 'colorSeparatorPrimaryAlpha' | 'colorSeparatorSecondary' | 'colorImageBorderAlpha' | 'colorFieldBorderAlpha' | 'colorStrokeAccent' | 'colorStrokeAccentThemed' | 'colorStrokeContrast' | 'colorStrokeNegative' | 'colorStrokePositive' | 'colorAccentBlue' | 'colorAccentGray' | 'colorAccentRed' | 'colorAccentGreen' | 'colorAccentOrange' | 'colorAccentPurple' | 'colorAccentViolet' | 'colorAccentSecondary' | 'colorTransparent' | 'colorActionSheetText' | 'colorHeaderBackground' | 'colorPanelHeaderIcon' | 'colorWriteBarIcon' | 'colorWriteBarInputBackground' | 'colorWriteBarInputBorderAlpha' | 'colorTrackBackground' | 'colorOverlayPrimary' | 'colorTrackBuffer' | 'colorImagePlaceholder' | 'colorImagePlaceholderAlpha' | 'colorSearchFieldBackground' | 'colorSkeletonTo' | 'colorSkeletonFrom' | 'colorAvatarOverlay';
|
|
9
|
+
export type AllowedParadigmColorTokens = 'colorTextPrimary' | 'colorTextPrimaryInvariably' | 'colorTextSecondary' | 'colorTextTertiary' | 'colorTextSubhead' | 'colorTextAccent' | 'colorTextAccentThemed' | 'colorTextLink' | 'colorTextLinkThemed' | 'colorTextLinkVisited' | 'colorTextNegative' | 'colorTextPositive' | 'colorTextMuted' | 'colorTextContrast' | 'colorTextContrastThemed' | 'colorLinkContrast' | 'colorIconPrimary' | 'colorIconPrimaryInvariably' | 'colorIconSecondary' | 'colorIconSecondaryAlpha' | 'colorIconMedium' | 'colorIconMediumAlpha' | 'colorIconTertiary' | 'colorIconTertiaryAlpha' | 'colorIconAccent' | 'colorIconAccentThemed' | 'colorIconNegative' | 'colorIconPositive' | 'colorIconContrast' | 'colorIconContrastThemed' | 'colorBackground' | 'colorBackgroundContent' | 'colorBackgroundAccentAlternative' | 'colorBackgroundModal' | 'colorBackgroundSecondary' | 'colorBackgroundSecondaryAlpha' | 'colorBackgroundTertiary' | 'colorBackgroundAccent' | 'colorBackgroundAccentTintAlpha' | 'colorBackgroundNegativeTintAlpha' | 'colorBackgroundPositiveTintAlpha' | 'colorBackgroundWarningTintAlpha' | 'colorBackgroundAccentThemed' | 'colorBackgroundNegative' | 'colorBackgroundNegativeTint' | 'colorBackgroundPositive' | 'colorBackgroundContrast' | 'colorBackgroundContrastSecondaryAlpha' | 'colorBackgroundWarning' | 'colorSeparatorPrimary' | 'colorSeparatorPrimaryAlpha' | 'colorSeparatorSecondary' | 'colorImageBorderAlpha' | 'colorFieldBorderAlpha' | 'colorStrokeAccent' | 'colorStrokeAccentThemed' | 'colorStrokeContrast' | 'colorStrokeNegative' | 'colorStrokePositive' | 'colorAccentBlue' | 'colorAccentGray' | 'colorAccentRed' | 'colorAccentGreen' | 'colorAccentOrange' | 'colorAccentPurple' | 'colorAccentViolet' | 'colorAccentRaspberryPink' | 'colorAccentSecondary' | 'colorTransparent' | 'colorActionSheetText' | 'colorHeaderBackground' | 'colorPanelHeaderIcon' | 'colorWriteBarIcon' | 'colorWriteBarInputBackground' | 'colorWriteBarInputBorderAlpha' | 'colorTrackBackground' | 'colorOverlayPrimary' | 'colorTrackBuffer' | 'colorImagePlaceholder' | 'colorImagePlaceholderAlpha' | 'colorSearchFieldBackground' | 'colorSkeletonTo' | 'colorSkeletonFrom' | 'colorAvatarOverlay';
|
|
10
10
|
export interface ThemePulseMediaTypography {
|
|
11
11
|
fontFamilyMedia: Property.FontFamily;
|
|
12
12
|
fontMediaHeader: Adaptive<Font>;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ThemeVkBase extends
|
|
1
|
+
import { Theme, ThemeCssVars, ThemeDescription } from '../../general';
|
|
2
|
+
export interface ThemeVkBase extends Theme {
|
|
3
3
|
}
|
|
4
|
-
export interface ThemeVkBaseDescription extends
|
|
4
|
+
export interface ThemeVkBaseDescription extends ThemeDescription {
|
|
5
5
|
}
|
|
6
|
-
export interface ThemeVkBaseCssVars extends
|
|
6
|
+
export interface ThemeVkBaseCssVars extends ThemeCssVars {
|
|
7
7
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export interface ThemeVkBaseDark extends
|
|
1
|
+
import { Theme, ThemeCssVars, ThemeDescription } from '../../general';
|
|
2
|
+
export interface ThemeVkBaseDark extends Theme {
|
|
3
3
|
}
|
|
4
|
-
export interface ThemeVkBaseDarkDescription extends
|
|
4
|
+
export interface ThemeVkBaseDarkDescription extends ThemeDescription {
|
|
5
5
|
}
|
|
6
|
-
export interface ThemeVkBaseDarkCssVars extends
|
|
6
|
+
export interface ThemeVkBaseDarkCssVars extends ThemeCssVars {
|
|
7
7
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.31.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"csstype": "^3.1.1"
|
|
33
33
|
},
|
|
34
34
|
"devDependencies": {
|
|
35
|
-
"@babel/core": "7.
|
|
35
|
+
"@babel/core": "7.21.3",
|
|
36
36
|
"@svgr/webpack": "6.5.1",
|
|
37
37
|
"@types/color": "3.0.3",
|
|
38
38
|
"@types/common-tags": "1.8.1",
|
|
@@ -44,12 +44,12 @@
|
|
|
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#v10.1.0",
|
|
47
|
-
"@vkontakte/icons": "2.
|
|
47
|
+
"@vkontakte/icons": "2.23.0",
|
|
48
48
|
"@vkontakte/prettier-config": "0.1.0",
|
|
49
49
|
"@vkontakte/vk-bridge": "2.7.2",
|
|
50
50
|
"@vkontakte/vkjs": "0.31.0",
|
|
51
51
|
"@vkontakte/vkui": "5.1.0",
|
|
52
|
-
"babel-jest": "29.
|
|
52
|
+
"babel-jest": "29.5.0",
|
|
53
53
|
"babel-loader": "9.1.2",
|
|
54
54
|
"clean-webpack-plugin": "4.0.0",
|
|
55
55
|
"clsx": "1.2.1",
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"eslint-plugin-import": "2.27.5",
|
|
67
67
|
"eslint-plugin-jasmine": "4.1.3",
|
|
68
68
|
"eslint-plugin-prettier": "4.2.1",
|
|
69
|
-
"eslint-plugin-simple-import-sort": "
|
|
69
|
+
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
70
70
|
"eslint-plugin-sonarjs": "0.17.0",
|
|
71
71
|
"fs-extra": "11.1.0",
|
|
72
72
|
"html-webpack-plugin": "5.5.0",
|
|
@@ -24,7 +24,7 @@ var fontWeightAccent3 = 400;
|
|
|
24
24
|
var fontWeightBase1 = 700;
|
|
25
25
|
var fontWeightBase2 = 700;
|
|
26
26
|
var fontWeightBase3 = 400;
|
|
27
|
-
var colorBackgroundTertiaryLight = '#
|
|
27
|
+
var colorBackgroundTertiaryLight = '#F6F7F8';
|
|
28
28
|
var colorBackgroundTertiaryDark = '#252525';
|
|
29
29
|
exports.lightColors = {
|
|
30
30
|
colorsScheme: 'light',
|
|
@@ -117,6 +117,7 @@ exports.lightColors = {
|
|
|
117
117
|
colorAccentOrange: '#FF9E00',
|
|
118
118
|
colorAccentPurple: '#4F6DDC',
|
|
119
119
|
colorAccentViolet: '#C15DF3',
|
|
120
|
+
colorAccentRaspberryPink: '#E03FAB',
|
|
120
121
|
colorAccentSecondary: '#FF9E00',
|
|
121
122
|
// Other
|
|
122
123
|
colorActionSheetText: '#005FF9',
|
|
@@ -230,6 +231,7 @@ exports.darkColors = {
|
|
|
230
231
|
colorAccentOrange: '#FF9E00',
|
|
231
232
|
colorAccentPurple: '#4F6DDC',
|
|
232
233
|
colorAccentViolet: '#C15DF3',
|
|
234
|
+
colorAccentRaspberryPink: '#F060C0',
|
|
233
235
|
colorAccentSecondary: '#FF9E00',
|
|
234
236
|
// Other
|
|
235
237
|
colorActionSheetText: '#3C82FD',
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { vkcom_dark, vkcom_light } from '@vkontakte/appearance/main.valette/scheme_web.json';
|
|
3
|
-
import { ColorsDescription } from '../../interfaces/general';
|
|
1
|
+
import { ColorsDescription, ThemeDescription } from '../../interfaces/general';
|
|
4
2
|
import { Elevation } from '../../interfaces/general/elevation';
|
|
5
3
|
import { Gradients } from '../../interfaces/general/gradients';
|
|
6
|
-
import { LocalVkColorsDescriptionStruct, VkGradients, VkThemeDescription } from '../../interfaces/namespaces/vk';
|
|
7
|
-
export declare const vkLocalColors: (theme: typeof bright_light | typeof space_gray | typeof vkcom_light | typeof vkcom_dark, palette?: Record<string, string>) => LocalVkColorsDescriptionStruct;
|
|
8
4
|
export declare const lightColors: ColorsDescription;
|
|
9
5
|
export declare const lightGradient: Gradients;
|
|
10
6
|
export declare const lightElevation: Elevation;
|
|
11
7
|
export declare const darkColors: ColorsDescription;
|
|
12
8
|
export declare const darkGradient: Gradients;
|
|
13
9
|
export declare const darkElevation: Elevation;
|
|
14
|
-
export declare const
|
|
15
|
-
export declare const
|
|
16
|
-
export declare const darkTheme: VkThemeDescription;
|
|
10
|
+
export declare const lightTheme: ThemeDescription;
|
|
11
|
+
export declare const darkTheme: ThemeDescription;
|
|
@@ -10,38 +10,10 @@ var __assign = (this && this.__assign) || function () {
|
|
|
10
10
|
};
|
|
11
11
|
return __assign.apply(this, arguments);
|
|
12
12
|
};
|
|
13
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
-
};
|
|
16
13
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
exports.darkTheme = exports.lightTheme = exports.
|
|
18
|
-
var palette_json_1 = __importDefault(require("@vkontakte/appearance/main.valette/palette.json"));
|
|
19
|
-
var scheme_json_1 = require("@vkontakte/appearance/main.valette/scheme.json");
|
|
20
|
-
var appearance_1 = require("../../build/helpers/appearance");
|
|
14
|
+
exports.darkTheme = exports.lightTheme = exports.darkElevation = exports.darkGradient = exports.darkColors = exports.lightElevation = exports.lightGradient = exports.lightColors = void 0;
|
|
21
15
|
var getGradientPointsFromColor_1 = require("../../build/helpers/getGradientPointsFromColor");
|
|
22
16
|
var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
|
|
23
|
-
var vkLocalColors = function (theme, palette) {
|
|
24
|
-
if (palette === void 0) { palette = palette_json_1.default; }
|
|
25
|
-
var resolve = function (clusterData) { return (0, appearance_1.resolveColor)(clusterData, palette); };
|
|
26
|
-
return {
|
|
27
|
-
colorSnippetBorderAlpha: resolve(theme.colors.snippet_border),
|
|
28
|
-
colorModalCardBorderAlpha: resolve(theme.colors.modal_card_border),
|
|
29
|
-
colorLandingSnippetBorderAlpha: resolve(theme.colors.landing_snippet_border),
|
|
30
|
-
colorActionSheetSeparatorAlpha: resolve(theme.colors.action_sheet_separator),
|
|
31
|
-
colorInputBorder: resolve(theme.colors.input_border),
|
|
32
|
-
colorImForwardLineAlpha: resolve(theme.colors.im_forward_line_tint),
|
|
33
|
-
colorImBubbleBorderAlternateHighlightedAlpha: resolve(theme.colors.im_bubble_border_alternate_highlighted),
|
|
34
|
-
colorImBubbleIncoming: resolve(theme.colors.im_bubble_incoming),
|
|
35
|
-
colorImBubbleIncomingAlternate: resolve(theme.colors.im_bubble_incoming_alternate),
|
|
36
|
-
colorImBubbleIncomingExpiring: resolve(theme.colors.im_bubble_incoming_expiring),
|
|
37
|
-
colorImBubbleOutgoing: resolve(theme.colors.im_bubble_outgoing),
|
|
38
|
-
colorImBubbleOutgoingExpiringHighlighted: resolve(theme.colors.im_bubble_outgoing_expiring_highlighted),
|
|
39
|
-
colorImBubbleGiftText: resolve(theme.colors.im_bubble_gift_text),
|
|
40
|
-
colorImBubbleGiftTextSecondary: resolve(theme.colors.im_bubble_gift_text_secondary),
|
|
41
|
-
colorImTextName: resolve(theme.colors.im_text_name),
|
|
42
|
-
};
|
|
43
|
-
};
|
|
44
|
-
exports.vkLocalColors = vkLocalColors;
|
|
45
17
|
var fontFamilyAccent = "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif";
|
|
46
18
|
var fontFamilyBase = "-apple-system, system-ui, \"Helvetica Neue\", Roboto, sans-serif";
|
|
47
19
|
var fontWeightAccent1 = 600;
|
|
@@ -80,7 +52,7 @@ exports.lightColors = {
|
|
|
80
52
|
hover: 'rgba(255, 255, 255, 0.24)',
|
|
81
53
|
active: 'rgba(255, 255, 255, 0.28)',
|
|
82
54
|
},
|
|
83
|
-
colorBackgroundContrastInverse: '#
|
|
55
|
+
colorBackgroundContrastInverse: '#2C2D2E',
|
|
84
56
|
colorBackgroundModal: '#FFFFFF',
|
|
85
57
|
colorBackgroundModalInverse: '#2d2d2e',
|
|
86
58
|
colorBackgroundWarning: '#FFF2D6',
|
|
@@ -148,6 +120,7 @@ exports.lightColors = {
|
|
|
148
120
|
colorAccentOrange: '#FFA000',
|
|
149
121
|
colorAccentPurple: '#735CE6',
|
|
150
122
|
colorAccentViolet: '#792EC0',
|
|
123
|
+
colorAccentRaspberryPink: '#E03FAB',
|
|
151
124
|
colorAccentSecondary: '#3F8AE0',
|
|
152
125
|
// Other
|
|
153
126
|
colorOverlayPrimary: 'rgba(0, 0, 0, 0.4)',
|
|
@@ -209,15 +182,15 @@ exports.darkColors = {
|
|
|
209
182
|
hover: 'rgba(255, 255, 255, 0.24)',
|
|
210
183
|
active: 'rgba(255, 255, 255, 0.28)',
|
|
211
184
|
},
|
|
212
|
-
colorBackgroundContrastInverse: '#
|
|
213
|
-
colorBackgroundModal: '#
|
|
185
|
+
colorBackgroundContrastInverse: '#2C2D2E',
|
|
186
|
+
colorBackgroundModal: '#2C2D2E',
|
|
214
187
|
colorBackgroundModalInverse: '#ffffff',
|
|
215
188
|
colorBackgroundWarning: '#857250',
|
|
216
189
|
colorBackgroundPositive: '#4BB34B',
|
|
217
190
|
colorBackgroundNegative: '#FF5C5C',
|
|
218
191
|
colorBackgroundNegativeTint: '#522E2E',
|
|
219
192
|
colorBackgroundPositiveTint: '#E8f9e8',
|
|
220
|
-
colorFieldBackground: '#
|
|
193
|
+
colorFieldBackground: '#232324',
|
|
221
194
|
colorHeaderBackground: '#19191A',
|
|
222
195
|
// Text
|
|
223
196
|
colorTextAccent: '#529EF4',
|
|
@@ -225,7 +198,7 @@ exports.darkColors = {
|
|
|
225
198
|
colorTextPrimary: '#E1E3E6',
|
|
226
199
|
colorTextPrimaryInvariably: '#000000',
|
|
227
200
|
colorTextSecondary: '#76787A',
|
|
228
|
-
colorTextSubhead: '#
|
|
201
|
+
colorTextSubhead: '#5D5F61',
|
|
229
202
|
colorTextTertiary: '#636567',
|
|
230
203
|
colorTextContrast: '#FFFFFF',
|
|
231
204
|
colorTextContrastThemed: '#000000',
|
|
@@ -273,6 +246,7 @@ exports.darkColors = {
|
|
|
273
246
|
colorAccentOrange: '#FFA000',
|
|
274
247
|
colorAccentPurple: '#735CE6',
|
|
275
248
|
colorAccentViolet: '#792EC0',
|
|
249
|
+
colorAccentRaspberryPink: '#F060C0',
|
|
276
250
|
colorAccentSecondary: '#3F8AE0',
|
|
277
251
|
// Other
|
|
278
252
|
colorOverlayPrimary: 'rgba(0, 0, 0, 0.4)',
|
|
@@ -280,8 +254,8 @@ exports.darkColors = {
|
|
|
280
254
|
colorAvatarOverlayInverseAlpha: 'rgba(255, 255, 255, 0.85)',
|
|
281
255
|
colorImagePlaceholder: '#2A2B2C',
|
|
282
256
|
colorImagePlaceholderAlpha: 'rgba(241, 247, 255, 0.08)',
|
|
283
|
-
colorSkeletonFrom: '#
|
|
284
|
-
colorSkeletonTo: '#
|
|
257
|
+
colorSkeletonFrom: '#232324',
|
|
258
|
+
colorSkeletonTo: '#2C2D2E',
|
|
285
259
|
colorWriteBarIcon: '#529EF4',
|
|
286
260
|
colorWriteBarInputBackground: '#232324',
|
|
287
261
|
colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
|
|
@@ -307,43 +281,7 @@ exports.darkElevation = {
|
|
|
307
281
|
elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)',
|
|
308
282
|
elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)',
|
|
309
283
|
};
|
|
310
|
-
exports.
|
|
311
|
-
gradientAquamarineBlue: '#7DF1FA, #2BB4D6',
|
|
312
|
-
gradientBlue: '#66CCFF, #3F8AE0',
|
|
313
|
-
gradientCandy: '#FF99CC, #E52E6A',
|
|
314
|
-
gradientCrimson: '#FF7373, #E53949, #BF1C38',
|
|
315
|
-
gradientDisco: '#FFB726, #FF2693, #8122E0, #2693FF',
|
|
316
|
-
gradientEmerald: '#00D948, #0D8046',
|
|
317
|
-
gradientGray: '#C1CAD6, #878F99',
|
|
318
|
-
gradientGreen: '#6CD97E, #12B312',
|
|
319
|
-
gradientLagoon: '#2BD9D9, #5C9CE6',
|
|
320
|
-
gradientLavender: '#928FFF, #4B47B2',
|
|
321
|
-
gradientMarine: '#2EE54D, #0D7EFF',
|
|
322
|
-
gradientMidnight: '#73D0FF, #3885E1, #0032A6',
|
|
323
|
-
gradientOrange: '#FFBF80, #E66B2E',
|
|
324
|
-
gradientPink: '#FF8880, #E62E6B',
|
|
325
|
-
gradientPurple: '#A393F5, #735CE6',
|
|
326
|
-
gradientRaspberryPink: '#FF80D5, #E645B1',
|
|
327
|
-
gradientRed: '#FF7583, #E62E40',
|
|
328
|
-
gradientRetrowave: '#30F2B1, #5967FF, #FF26A5',
|
|
329
|
-
gradientSunset: '#FFD24D, #F26549, #E62E6B',
|
|
330
|
-
gradientTurquoise: '#8AE6E6, #12B3B3',
|
|
331
|
-
gradientTwilight: '#FF4D87, #9F40FF, #3399FF',
|
|
332
|
-
gradientUnicorn: '#FF99CC, #A179F2, #5CA1E6',
|
|
333
|
-
gradientViolet: '#D3A6FF, #903FE0',
|
|
334
|
-
gradientYellow: '#FFC44D, #F07300',
|
|
335
|
-
gradientYellowBright: '#FFD54F, #E7A902',
|
|
336
|
-
gradientHalloweenOrange: '#CB1E3B, #F05C44, #FFA000',
|
|
337
|
-
gradientHalloweenViolet: '#FFA000, #CD4C4B, #792EC0',
|
|
338
|
-
gradientNewYear: '#BB64E4, #805BD7, #2866D5',
|
|
339
|
-
gradientFrost: '#4FA0FF, #016CEA',
|
|
340
|
-
gradientValentine: '#FF8A65, #F25383, #8F13DB',
|
|
341
|
-
gradientWarmValentine: '#F3386A, #FF819E',
|
|
342
|
-
gradientSberkot: '#9DF19D, #31C2A7, #21A19A, #107F8C',
|
|
343
|
-
gradientMable: '#D9F4FF, #D9F4FF',
|
|
344
|
-
gradientWomensDay: '#FF99CC, #E52E6A',
|
|
345
|
-
};
|
|
346
|
-
exports.lightTheme = __assign(__assign(__assign(__assign(__assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), { colors: __assign(__assign({}, exports.lightColors.colors), (0, exports.vkLocalColors)(scheme_json_1.bright_light)) }), exports.gradients), exports.lightGradient), exports.lightElevation), {
|
|
284
|
+
exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), exports.lightGradient), exports.lightElevation), {
|
|
347
285
|
// Типографика
|
|
348
286
|
fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
|
|
349
287
|
regular: {
|
|
@@ -641,4 +579,4 @@ exports.lightTheme = __assign(__assign(__assign(__assign(__assign(__assign({ the
|
|
|
641
579
|
},
|
|
642
580
|
// Разное
|
|
643
581
|
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 });
|
|
644
|
-
exports.darkTheme = __assign(__assign(__assign(__assign(__assign(
|
|
582
|
+
exports.darkTheme = __assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
--vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
236
236
|
--vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;
|
|
237
237
|
--vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;
|
|
238
|
-
--vkui--gradient_tint: rgba(
|
|
238
|
+
--vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.036) 13%, rgba(246, 247, 248, 0.15) 27%, rgba(246, 247, 248, 0.79) 68%, rgba(246, 247, 248, 0.95) 84%, rgba(246, 247, 248, 1) 100%;
|
|
239
239
|
--vkui--animation_duration_l: 0.4s;
|
|
240
240
|
--vkui--animation_duration_m: 0.2s;
|
|
241
241
|
--vkui--animation_duration_s: 0.1s;
|
|
@@ -348,6 +348,7 @@
|
|
|
348
348
|
--vkui--theme_name_base: 'calendar';
|
|
349
349
|
--vkui--calendar_elevation_header: 0 0 16px 0 rgba(2, 13, 41, 0.12);
|
|
350
350
|
--vkui--calendar_elevation_event_form: 0px 4px 64px 0px rgba(0, 16, 61, 0.2);
|
|
351
|
+
--vkui--calendar_image_background: none;
|
|
351
352
|
--vkui--calendar_size_border_radius_small: 4px;
|
|
352
353
|
--vkui--calendar_size_border_radius_medium: 6px;
|
|
353
354
|
--vkui--calendar_size_border_radius_large: 8px;
|
|
@@ -410,9 +411,9 @@
|
|
|
410
411
|
--vkui--color_background_negative: #ED0A34;
|
|
411
412
|
--vkui--color_background_negative--hover: #E40A34;
|
|
412
413
|
--vkui--color_background_negative--active: #DA0A35;
|
|
413
|
-
--vkui--color_background_tertiary: #
|
|
414
|
-
--vkui--color_background_tertiary--hover: #
|
|
415
|
-
--vkui--color_background_tertiary--active: #
|
|
414
|
+
--vkui--color_background_tertiary: #F6F7F8;
|
|
415
|
+
--vkui--color_background_tertiary--hover: #ECEEF1;
|
|
416
|
+
--vkui--color_background_tertiary--active: #E2E5E9;
|
|
416
417
|
--vkui--color_background_tertiary_alpha: rgba(0, 0, 0, 0.04);
|
|
417
418
|
--vkui--color_background_tertiary_alpha--hover: rgba(0, 0, 0, 0.08);
|
|
418
419
|
--vkui--color_background_tertiary_alpha--active: rgba(0, 0, 0, 0.12);
|
|
@@ -590,6 +591,9 @@
|
|
|
590
591
|
--vkui--color_accent_violet: #C15DF3;
|
|
591
592
|
--vkui--color_accent_violet--hover: #B95AEC;
|
|
592
593
|
--vkui--color_accent_violet--active: #B257E4;
|
|
594
|
+
--vkui--color_accent_raspberry_pink: #E03FAB;
|
|
595
|
+
--vkui--color_accent_raspberry_pink--hover: #D73DA7;
|
|
596
|
+
--vkui--color_accent_raspberry_pink--active: #CE3BA2;
|
|
593
597
|
--vkui--color_accent_secondary: #FF9E00;
|
|
594
598
|
--vkui--color_accent_secondary--hover: #F59802;
|
|
595
599
|
--vkui--color_accent_secondary--active: #EB9305;
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
--vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
236
236
|
--vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;
|
|
237
237
|
--vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;
|
|
238
|
-
--vkui--gradient_tint: rgba(
|
|
238
|
+
--vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.036) 13%, rgba(246, 247, 248, 0.15) 27%, rgba(246, 247, 248, 0.79) 68%, rgba(246, 247, 248, 0.95) 84%, rgba(246, 247, 248, 1) 100%;
|
|
239
239
|
--vkui--animation_duration_l: 0.4s;
|
|
240
240
|
--vkui--animation_duration_m: 0.2s;
|
|
241
241
|
--vkui--animation_duration_s: 0.1s;
|
|
@@ -348,6 +348,7 @@
|
|
|
348
348
|
--vkui--theme_name_base: 'calendar';
|
|
349
349
|
--vkui--calendar_elevation_header: 0 0 16px 0 rgba(2, 13, 41, 0.12);
|
|
350
350
|
--vkui--calendar_elevation_event_form: 0px 4px 64px 0px rgba(0, 16, 61, 0.2);
|
|
351
|
+
--vkui--calendar_image_background: none;
|
|
351
352
|
--vkui--calendar_size_border_radius_small: 4px;
|
|
352
353
|
--vkui--calendar_size_border_radius_medium: 6px;
|
|
353
354
|
--vkui--calendar_size_border_radius_large: 8px;
|
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
--vkui--elevation4: 0 16px 48px 0 rgba(0, 0, 0, 0.48);
|
|
8
8
|
--vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.014) 13%, rgba(0, 0, 0, 0.06) 27%, rgba(0, 0, 0, 0.316) 68%, rgba(0, 0, 0, 0.38) 84%, rgba(0, 0, 0, 0.4) 100%;
|
|
9
9
|
--vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.036) 13%, rgba(255, 255, 255, 0.15) 27%, rgba(255, 255, 255, 0.79) 68%, rgba(255, 255, 255, 0.95) 84%, rgba(255, 255, 255, 1) 100%;
|
|
10
|
-
--vkui--gradient_tint: rgba(
|
|
10
|
+
--vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.036) 13%, rgba(246, 247, 248, 0.15) 27%, rgba(246, 247, 248, 0.79) 68%, rgba(246, 247, 248, 0.95) 84%, rgba(246, 247, 248, 1) 100%;
|
|
11
11
|
--vkui--animation_duration_l: 0.4s;
|
|
12
12
|
--vkui--animation_duration_m: 0.2s;
|
|
13
13
|
--vkui--animation_duration_s: 0.1s;
|
|
@@ -28,6 +28,7 @@
|
|
|
28
28
|
--vkui--theme_name_base: 'calendar';
|
|
29
29
|
--vkui--calendar_elevation_header: 0 0 16px 0 rgba(2, 13, 41, 0.12);
|
|
30
30
|
--vkui--calendar_elevation_event_form: 0px 4px 64px 0px rgba(0, 16, 61, 0.2);
|
|
31
|
+
--vkui--calendar_image_background: none;
|
|
31
32
|
--vkui--calendar_image_overlay_background: none;
|
|
32
33
|
--vkui--colors_scheme: light;
|
|
33
34
|
--vkui--color_background_accent: #005FF9;
|
|
@@ -63,9 +64,9 @@
|
|
|
63
64
|
--vkui--color_background_negative: #ED0A34;
|
|
64
65
|
--vkui--color_background_negative--hover: #E40A34;
|
|
65
66
|
--vkui--color_background_negative--active: #DA0A35;
|
|
66
|
-
--vkui--color_background_tertiary: #
|
|
67
|
-
--vkui--color_background_tertiary--hover: #
|
|
68
|
-
--vkui--color_background_tertiary--active: #
|
|
67
|
+
--vkui--color_background_tertiary: #F6F7F8;
|
|
68
|
+
--vkui--color_background_tertiary--hover: #ECEEF1;
|
|
69
|
+
--vkui--color_background_tertiary--active: #E2E5E9;
|
|
69
70
|
--vkui--color_background_tertiary_alpha: rgba(0, 0, 0, 0.04);
|
|
70
71
|
--vkui--color_background_tertiary_alpha--hover: rgba(0, 0, 0, 0.08);
|
|
71
72
|
--vkui--color_background_tertiary_alpha--active: rgba(0, 0, 0, 0.12);
|
|
@@ -243,6 +244,9 @@
|
|
|
243
244
|
--vkui--color_accent_violet: #C15DF3;
|
|
244
245
|
--vkui--color_accent_violet--hover: #B95AEC;
|
|
245
246
|
--vkui--color_accent_violet--active: #B257E4;
|
|
247
|
+
--vkui--color_accent_raspberry_pink: #E03FAB;
|
|
248
|
+
--vkui--color_accent_raspberry_pink--hover: #D73DA7;
|
|
249
|
+
--vkui--color_accent_raspberry_pink--active: #CE3BA2;
|
|
246
250
|
--vkui--color_accent_secondary: #FF9E00;
|
|
247
251
|
--vkui--color_accent_secondary--hover: #F59802;
|
|
248
252
|
--vkui--color_accent_secondary--active: #EB9305;
|
|
@@ -32,9 +32,9 @@
|
|
|
32
32
|
--vkui--color_background_negative: #ED0A34;
|
|
33
33
|
--vkui--color_background_negative--hover: #E40A34;
|
|
34
34
|
--vkui--color_background_negative--active: #DA0A35;
|
|
35
|
-
--vkui--color_background_tertiary: #
|
|
36
|
-
--vkui--color_background_tertiary--hover: #
|
|
37
|
-
--vkui--color_background_tertiary--active: #
|
|
35
|
+
--vkui--color_background_tertiary: #F6F7F8;
|
|
36
|
+
--vkui--color_background_tertiary--hover: #ECEEF1;
|
|
37
|
+
--vkui--color_background_tertiary--active: #E2E5E9;
|
|
38
38
|
--vkui--color_background_tertiary_alpha: rgba(0, 0, 0, 0.04);
|
|
39
39
|
--vkui--color_background_tertiary_alpha--hover: rgba(0, 0, 0, 0.08);
|
|
40
40
|
--vkui--color_background_tertiary_alpha--active: rgba(0, 0, 0, 0.12);
|
|
@@ -212,6 +212,9 @@
|
|
|
212
212
|
--vkui--color_accent_violet: #C15DF3;
|
|
213
213
|
--vkui--color_accent_violet--hover: #B95AEC;
|
|
214
214
|
--vkui--color_accent_violet--active: #B257E4;
|
|
215
|
+
--vkui--color_accent_raspberry_pink: #E03FAB;
|
|
216
|
+
--vkui--color_accent_raspberry_pink--hover: #D73DA7;
|
|
217
|
+
--vkui--color_accent_raspberry_pink--active: #CE3BA2;
|
|
215
218
|
--vkui--color_accent_secondary: #FF9E00;
|
|
216
219
|
--vkui--color_accent_secondary--hover: #F59802;
|
|
217
220
|
--vkui--color_accent_secondary--active: #EB9305;
|