@vkontakte/vkui-tokens 4.31.0 → 4.32.1-dev-a13568.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/general/geometry/index.d.ts +27 -0
- package/interfaces/general/index.d.ts +2 -2
- package/interfaces/general/typography/index.d.ts +9 -4
- package/interfaces/themes/calendar/index.d.ts +2 -0
- package/package.json +5 -5
- package/themeDescriptions/base/paradigm.js +8 -3
- package/themeDescriptions/base/vk.js +11 -6
- package/themes/calendar/cssVars/declarations/index.css +15 -0
- package/themes/calendar/cssVars/declarations/noColors.css +6 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +14 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +9 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +15 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +15 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +15 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +15 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +15 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +15 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +15 -0
- package/themes/calendar/cssVars/theme/index.js +66 -0
- package/themes/calendar/cssVars/theme/index.json +66 -0
- package/themes/calendar/docs.json +90 -4
- package/themes/calendar/index.css +15 -0
- package/themes/calendar/index.js +21 -0
- package/themes/calendar/index.json +21 -0
- package/themes/calendar/index.less +15 -0
- package/themes/calendar/index.pcss +15 -0
- package/themes/calendar/index.scss +15 -0
- package/themes/calendar/index.styl +15 -0
- package/themes/calendar/struct.json +48 -27
- package/themes/calendarDark/cssVars/declarations/index.css +15 -0
- package/themes/calendarDark/cssVars/declarations/noColors.css +6 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +14 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +9 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +15 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +15 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +15 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +15 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +15 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +15 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +15 -0
- package/themes/calendarDark/cssVars/theme/index.js +66 -0
- package/themes/calendarDark/cssVars/theme/index.json +66 -0
- package/themes/calendarDark/docs.json +90 -4
- package/themes/calendarDark/index.css +15 -0
- package/themes/calendarDark/index.js +21 -0
- package/themes/calendarDark/index.json +21 -0
- package/themes/calendarDark/index.less +15 -0
- package/themes/calendarDark/index.pcss +15 -0
- package/themes/calendarDark/index.scss +15 -0
- package/themes/calendarDark/index.styl +15 -0
- package/themes/calendarDark/struct.json +48 -27
- package/themes/calls/cssVars/declarations/index.css +9 -0
- package/themes/calls/cssVars/declarations/noColors.css +6 -0
- package/themes/calls/cssVars/declarations/noSizes.css +8 -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 +9 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/calls/cssVars/theme/index.js +38 -0
- package/themes/calls/cssVars/theme/index.json +38 -0
- package/themes/calls/docs.json +82 -4
- package/themes/calls/index.css +9 -0
- package/themes/calls/index.js +11 -0
- package/themes/calls/index.json +11 -0
- package/themes/calls/index.less +9 -0
- package/themes/calls/index.pcss +9 -0
- package/themes/calls/index.scss +9 -0
- package/themes/calls/index.styl +9 -0
- package/themes/calls/struct.json +38 -27
- package/themes/cloud/cssVars/declarations/index.css +9 -0
- package/themes/cloud/cssVars/declarations/noColors.css +6 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +8 -0
- package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/cloud/cssVars/theme/index.js +38 -0
- package/themes/cloud/cssVars/theme/index.json +38 -0
- package/themes/cloud/docs.json +82 -4
- package/themes/cloud/index.css +9 -0
- package/themes/cloud/index.js +11 -0
- package/themes/cloud/index.json +11 -0
- package/themes/cloud/index.less +9 -0
- package/themes/cloud/index.pcss +9 -0
- package/themes/cloud/index.scss +9 -0
- package/themes/cloud/index.styl +9 -0
- package/themes/cloud/struct.json +38 -27
- package/themes/cloudDark/cssVars/declarations/index.css +9 -0
- package/themes/cloudDark/cssVars/declarations/noColors.css +6 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +8 -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 +9 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/cloudDark/cssVars/theme/index.js +38 -0
- package/themes/cloudDark/cssVars/theme/index.json +38 -0
- package/themes/cloudDark/docs.json +82 -4
- package/themes/cloudDark/index.css +9 -0
- package/themes/cloudDark/index.js +11 -0
- package/themes/cloudDark/index.json +11 -0
- package/themes/cloudDark/index.less +9 -0
- package/themes/cloudDark/index.pcss +9 -0
- package/themes/cloudDark/index.scss +9 -0
- package/themes/cloudDark/index.styl +9 -0
- package/themes/cloudDark/struct.json +38 -27
- package/themes/home/cssVars/declarations/index.css +9 -0
- package/themes/home/cssVars/declarations/noColors.css +6 -0
- package/themes/home/cssVars/declarations/noSizes.css +8 -0
- package/themes/home/cssVars/declarations/onlyColors.css +3 -0
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/home/cssVars/theme/index.js +38 -0
- package/themes/home/cssVars/theme/index.json +38 -0
- package/themes/home/docs.json +82 -4
- package/themes/home/index.css +9 -0
- package/themes/home/index.js +11 -0
- package/themes/home/index.json +11 -0
- package/themes/home/index.less +9 -0
- package/themes/home/index.pcss +9 -0
- package/themes/home/index.scss +9 -0
- package/themes/home/index.styl +9 -0
- package/themes/home/struct.json +38 -27
- package/themes/homeDark/cssVars/declarations/index.css +9 -0
- package/themes/homeDark/cssVars/declarations/noColors.css +6 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +8 -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 +9 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/homeDark/cssVars/theme/index.js +38 -0
- package/themes/homeDark/cssVars/theme/index.json +38 -0
- package/themes/homeDark/docs.json +82 -4
- package/themes/homeDark/index.css +9 -0
- package/themes/homeDark/index.js +11 -0
- package/themes/homeDark/index.json +11 -0
- package/themes/homeDark/index.less +9 -0
- package/themes/homeDark/index.pcss +9 -0
- package/themes/homeDark/index.scss +9 -0
- package/themes/homeDark/index.styl +9 -0
- package/themes/homeDark/struct.json +38 -27
- package/themes/media/cssVars/declarations/index.css +9 -0
- package/themes/media/cssVars/declarations/noColors.css +6 -0
- package/themes/media/cssVars/declarations/noSizes.css +8 -0
- package/themes/media/cssVars/declarations/onlyColors.css +3 -0
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/media/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/media/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/media/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/media/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/media/cssVars/theme/index.js +38 -0
- package/themes/media/cssVars/theme/index.json +38 -0
- package/themes/media/docs.json +82 -4
- package/themes/media/index.css +9 -0
- package/themes/media/index.js +11 -0
- package/themes/media/index.json +11 -0
- package/themes/media/index.less +9 -0
- package/themes/media/index.pcss +9 -0
- package/themes/media/index.scss +9 -0
- package/themes/media/index.styl +9 -0
- package/themes/media/struct.json +38 -27
- package/themes/mediaDark/cssVars/declarations/index.css +9 -0
- package/themes/mediaDark/cssVars/declarations/noColors.css +6 -0
- package/themes/mediaDark/cssVars/declarations/noSizes.css +8 -0
- 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 +9 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/mediaDark/cssVars/theme/index.js +38 -0
- package/themes/mediaDark/cssVars/theme/index.json +38 -0
- package/themes/mediaDark/docs.json +82 -4
- package/themes/mediaDark/index.css +9 -0
- package/themes/mediaDark/index.js +11 -0
- package/themes/mediaDark/index.json +11 -0
- package/themes/mediaDark/index.less +9 -0
- package/themes/mediaDark/index.pcss +9 -0
- package/themes/mediaDark/index.scss +9 -0
- package/themes/mediaDark/index.styl +9 -0
- package/themes/mediaDark/struct.json +38 -27
- package/themes/mycom/cssVars/declarations/index.css +9 -0
- package/themes/mycom/cssVars/declarations/noColors.css +6 -0
- package/themes/mycom/cssVars/declarations/noSizes.css +8 -0
- package/themes/mycom/cssVars/declarations/onlyColors.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/mycom/cssVars/theme/index.js +38 -0
- package/themes/mycom/cssVars/theme/index.json +38 -0
- package/themes/mycom/docs.json +82 -4
- package/themes/mycom/index.css +9 -0
- package/themes/mycom/index.js +11 -0
- package/themes/mycom/index.json +11 -0
- package/themes/mycom/index.less +9 -0
- package/themes/mycom/index.pcss +9 -0
- package/themes/mycom/index.scss +9 -0
- package/themes/mycom/index.styl +9 -0
- package/themes/mycom/struct.json +38 -27
- package/themes/octavius/cssVars/declarations/index.css +9 -0
- package/themes/octavius/cssVars/declarations/noColors.css +6 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +8 -0
- package/themes/octavius/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/octavius/cssVars/theme/index.js +38 -0
- package/themes/octavius/cssVars/theme/index.json +38 -0
- package/themes/octavius/docs.json +82 -4
- package/themes/octavius/index.css +9 -0
- package/themes/octavius/index.js +11 -0
- package/themes/octavius/index.json +11 -0
- package/themes/octavius/index.less +9 -0
- package/themes/octavius/index.pcss +9 -0
- package/themes/octavius/index.scss +9 -0
- package/themes/octavius/index.styl +9 -0
- package/themes/octavius/struct.json +38 -27
- package/themes/octaviusCompact/cssVars/declarations/index.css +9 -0
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +8 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +38 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +38 -0
- package/themes/octaviusCompact/docs.json +82 -4
- package/themes/octaviusCompact/index.css +9 -0
- package/themes/octaviusCompact/index.js +11 -0
- package/themes/octaviusCompact/index.json +11 -0
- package/themes/octaviusCompact/index.less +9 -0
- package/themes/octaviusCompact/index.pcss +9 -0
- package/themes/octaviusCompact/index.scss +9 -0
- package/themes/octaviusCompact/index.styl +9 -0
- package/themes/octaviusCompact/struct.json +38 -27
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +9 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +8 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +38 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +38 -0
- package/themes/octaviusCompactDark/docs.json +82 -4
- package/themes/octaviusCompactDark/index.css +9 -0
- package/themes/octaviusCompactDark/index.js +11 -0
- package/themes/octaviusCompactDark/index.json +11 -0
- package/themes/octaviusCompactDark/index.less +9 -0
- package/themes/octaviusCompactDark/index.pcss +9 -0
- package/themes/octaviusCompactDark/index.scss +9 -0
- package/themes/octaviusCompactDark/index.styl +9 -0
- package/themes/octaviusCompactDark/struct.json +38 -27
- package/themes/octaviusDark/cssVars/declarations/index.css +9 -0
- package/themes/octaviusDark/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +8 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/octaviusDark/cssVars/theme/index.js +38 -0
- package/themes/octaviusDark/cssVars/theme/index.json +38 -0
- package/themes/octaviusDark/docs.json +82 -4
- package/themes/octaviusDark/index.css +9 -0
- package/themes/octaviusDark/index.js +11 -0
- package/themes/octaviusDark/index.json +11 -0
- package/themes/octaviusDark/index.less +9 -0
- package/themes/octaviusDark/index.pcss +9 -0
- package/themes/octaviusDark/index.scss +9 -0
- package/themes/octaviusDark/index.styl +9 -0
- package/themes/octaviusDark/struct.json +38 -27
- package/themes/octaviusVK/cssVars/declarations/index.css +9 -0
- package/themes/octaviusVK/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +8 -0
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/octaviusVK/cssVars/theme/index.js +38 -0
- package/themes/octaviusVK/cssVars/theme/index.json +38 -0
- package/themes/octaviusVK/docs.json +82 -4
- package/themes/octaviusVK/index.css +9 -0
- package/themes/octaviusVK/index.js +11 -0
- package/themes/octaviusVK/index.json +11 -0
- package/themes/octaviusVK/index.less +9 -0
- package/themes/octaviusVK/index.pcss +9 -0
- package/themes/octaviusVK/index.scss +9 -0
- package/themes/octaviusVK/index.styl +9 -0
- package/themes/octaviusVK/struct.json +38 -27
- package/themes/octaviusVKDark/cssVars/declarations/index.css +18 -9
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +17 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +12 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/octaviusVKDark/cssVars/theme/index.js +47 -9
- package/themes/octaviusVKDark/cssVars/theme/index.json +47 -9
- package/themes/octaviusVKDark/docs.json +82 -4
- package/themes/octaviusVKDark/index.css +18 -9
- package/themes/octaviusVKDark/index.js +19 -8
- package/themes/octaviusVKDark/index.json +19 -8
- package/themes/octaviusVKDark/index.less +18 -9
- package/themes/octaviusVKDark/index.pcss +18 -9
- package/themes/octaviusVKDark/index.scss +18 -9
- package/themes/octaviusVKDark/index.styl +18 -9
- package/themes/octaviusVKDark/struct.json +46 -35
- package/themes/octaviusWhite/cssVars/declarations/index.css +9 -0
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +8 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +38 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +38 -0
- package/themes/octaviusWhite/docs.json +82 -4
- package/themes/octaviusWhite/index.css +9 -0
- package/themes/octaviusWhite/index.js +11 -0
- package/themes/octaviusWhite/index.json +11 -0
- package/themes/octaviusWhite/index.less +9 -0
- package/themes/octaviusWhite/index.pcss +9 -0
- package/themes/octaviusWhite/index.scss +9 -0
- package/themes/octaviusWhite/index.styl +9 -0
- package/themes/octaviusWhite/struct.json +38 -27
- package/themes/otvet/cssVars/declarations/index.css +9 -0
- package/themes/otvet/cssVars/declarations/noColors.css +6 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +8 -0
- package/themes/otvet/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/otvet/cssVars/theme/index.js +38 -0
- package/themes/otvet/cssVars/theme/index.json +38 -0
- package/themes/otvet/docs.json +82 -4
- package/themes/otvet/index.css +9 -0
- package/themes/otvet/index.js +11 -0
- package/themes/otvet/index.json +11 -0
- package/themes/otvet/index.less +9 -0
- package/themes/otvet/index.pcss +9 -0
- package/themes/otvet/index.scss +9 -0
- package/themes/otvet/index.styl +9 -0
- package/themes/otvet/struct.json +38 -27
- package/themes/otvetDark/cssVars/declarations/index.css +9 -0
- package/themes/otvetDark/cssVars/declarations/noColors.css +6 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +8 -0
- 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 +9 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/otvetDark/cssVars/theme/index.js +38 -0
- package/themes/otvetDark/cssVars/theme/index.json +38 -0
- package/themes/otvetDark/docs.json +82 -4
- package/themes/otvetDark/index.css +9 -0
- package/themes/otvetDark/index.js +11 -0
- package/themes/otvetDark/index.json +11 -0
- package/themes/otvetDark/index.less +9 -0
- package/themes/otvetDark/index.pcss +9 -0
- package/themes/otvetDark/index.scss +9 -0
- package/themes/otvetDark/index.styl +9 -0
- package/themes/otvetDark/struct.json +38 -27
- package/themes/paradigmBase/cssVars/declarations/index.css +9 -0
- package/themes/paradigmBase/cssVars/declarations/noColors.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +8 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/paradigmBase/cssVars/theme/index.js +38 -0
- package/themes/paradigmBase/cssVars/theme/index.json +38 -0
- package/themes/paradigmBase/docs.json +82 -4
- package/themes/paradigmBase/index.css +9 -0
- package/themes/paradigmBase/index.js +11 -0
- package/themes/paradigmBase/index.json +11 -0
- package/themes/paradigmBase/index.less +9 -0
- package/themes/paradigmBase/index.pcss +9 -0
- package/themes/paradigmBase/index.scss +9 -0
- package/themes/paradigmBase/index.styl +9 -0
- package/themes/paradigmBase/struct.json +38 -27
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +9 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +8 -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 +9 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +38 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +38 -0
- package/themes/paradigmBaseDark/docs.json +82 -4
- package/themes/paradigmBaseDark/index.css +9 -0
- package/themes/paradigmBaseDark/index.js +11 -0
- package/themes/paradigmBaseDark/index.json +11 -0
- package/themes/paradigmBaseDark/index.less +9 -0
- package/themes/paradigmBaseDark/index.pcss +9 -0
- package/themes/paradigmBaseDark/index.scss +9 -0
- package/themes/paradigmBaseDark/index.styl +9 -0
- package/themes/paradigmBaseDark/struct.json +38 -27
- package/themes/pharma/cssVars/declarations/index.css +9 -0
- package/themes/pharma/cssVars/declarations/noColors.css +6 -0
- package/themes/pharma/cssVars/declarations/noSizes.css +8 -0
- package/themes/pharma/cssVars/declarations/onlyColors.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/pharma/cssVars/theme/index.js +38 -0
- package/themes/pharma/cssVars/theme/index.json +38 -0
- package/themes/pharma/docs.json +82 -4
- package/themes/pharma/index.css +9 -0
- package/themes/pharma/index.js +11 -0
- package/themes/pharma/index.json +11 -0
- package/themes/pharma/index.less +9 -0
- package/themes/pharma/index.pcss +9 -0
- package/themes/pharma/index.scss +9 -0
- package/themes/pharma/index.styl +9 -0
- package/themes/pharma/struct.json +38 -27
- package/themes/promo/cssVars/declarations/index.css +9 -0
- package/themes/promo/cssVars/declarations/noColors.css +6 -0
- package/themes/promo/cssVars/declarations/noSizes.css +8 -0
- package/themes/promo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/promo/cssVars/theme/index.js +38 -0
- package/themes/promo/cssVars/theme/index.json +38 -0
- package/themes/promo/docs.json +82 -4
- package/themes/promo/index.css +9 -0
- package/themes/promo/index.js +11 -0
- package/themes/promo/index.json +11 -0
- package/themes/promo/index.less +9 -0
- package/themes/promo/index.pcss +9 -0
- package/themes/promo/index.scss +9 -0
- package/themes/promo/index.styl +9 -0
- package/themes/promo/struct.json +38 -27
- package/themes/pulse/docs.json +4 -4
- package/themes/pulseDark/docs.json +4 -4
- package/themes/search/cssVars/declarations/index.css +9 -0
- package/themes/search/cssVars/declarations/noColors.css +6 -0
- package/themes/search/cssVars/declarations/noSizes.css +8 -0
- package/themes/search/cssVars/declarations/onlyColors.css +3 -0
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/search/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/search/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/search/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/search/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/search/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/search/cssVars/theme/index.js +38 -0
- package/themes/search/cssVars/theme/index.json +38 -0
- package/themes/search/docs.json +82 -4
- package/themes/search/index.css +9 -0
- package/themes/search/index.js +11 -0
- package/themes/search/index.json +11 -0
- package/themes/search/index.less +9 -0
- package/themes/search/index.pcss +9 -0
- package/themes/search/index.scss +9 -0
- package/themes/search/index.styl +9 -0
- package/themes/search/struct.json +41 -30
- package/themes/todo/cssVars/declarations/index.css +9 -0
- package/themes/todo/cssVars/declarations/noColors.css +6 -0
- package/themes/todo/cssVars/declarations/noSizes.css +8 -0
- package/themes/todo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/todo/cssVars/theme/index.js +38 -0
- package/themes/todo/cssVars/theme/index.json +38 -0
- package/themes/todo/docs.json +82 -4
- package/themes/todo/index.css +9 -0
- package/themes/todo/index.js +11 -0
- package/themes/todo/index.json +11 -0
- package/themes/todo/index.less +9 -0
- package/themes/todo/index.pcss +9 -0
- package/themes/todo/index.scss +9 -0
- package/themes/todo/index.styl +9 -0
- package/themes/todo/struct.json +38 -27
- package/themes/vkBase/cssVars/declarations/index.css +9 -0
- package/themes/vkBase/cssVars/declarations/noColors.css +6 -0
- package/themes/vkBase/cssVars/declarations/noSizes.css +8 -0
- package/themes/vkBase/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +9 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/vkBase/cssVars/theme/index.js +38 -0
- package/themes/vkBase/cssVars/theme/index.json +38 -0
- package/themes/vkBase/docs.json +82 -4
- package/themes/vkBase/index.css +9 -0
- package/themes/vkBase/index.js +11 -0
- package/themes/vkBase/index.json +11 -0
- package/themes/vkBase/index.less +9 -0
- package/themes/vkBase/index.pcss +9 -0
- package/themes/vkBase/index.scss +9 -0
- package/themes/vkBase/index.styl +9 -0
- package/themes/vkBase/struct.json +13 -0
- package/themes/vkBaseDark/cssVars/declarations/index.css +18 -9
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +17 -9
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/vkBaseDark/cssVars/theme/index.js +47 -9
- package/themes/vkBaseDark/cssVars/theme/index.json +47 -9
- package/themes/vkBaseDark/docs.json +82 -4
- package/themes/vkBaseDark/index.css +18 -9
- package/themes/vkBaseDark/index.js +19 -8
- package/themes/vkBaseDark/index.json +19 -8
- package/themes/vkBaseDark/index.less +18 -9
- package/themes/vkBaseDark/index.pcss +18 -9
- package/themes/vkBaseDark/index.scss +18 -9
- package/themes/vkBaseDark/index.styl +18 -9
- package/themes/vkBaseDark/struct.json +21 -8
- package/themes/vkCom/cssVars/declarations/index.css +9 -0
- package/themes/vkCom/cssVars/declarations/noColors.css +6 -0
- package/themes/vkCom/cssVars/declarations/noSizes.css +8 -0
- package/themes/vkCom/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/vkCom/cssVars/theme/index.js +38 -0
- package/themes/vkCom/cssVars/theme/index.json +38 -0
- package/themes/vkCom/docs.json +82 -4
- package/themes/vkCom/index.css +9 -0
- package/themes/vkCom/index.js +11 -0
- package/themes/vkCom/index.json +11 -0
- package/themes/vkCom/index.less +9 -0
- package/themes/vkCom/index.pcss +9 -0
- package/themes/vkCom/index.scss +9 -0
- package/themes/vkCom/index.styl +9 -0
- package/themes/vkCom/struct.json +13 -0
- package/themes/vkComDark/cssVars/declarations/index.css +9 -0
- package/themes/vkComDark/cssVars/declarations/noColors.css +6 -0
- package/themes/vkComDark/cssVars/declarations/noSizes.css +8 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/vkComDark/cssVars/theme/index.js +38 -0
- package/themes/vkComDark/cssVars/theme/index.json +38 -0
- package/themes/vkComDark/docs.json +82 -4
- package/themes/vkComDark/index.css +9 -0
- package/themes/vkComDark/index.js +11 -0
- package/themes/vkComDark/index.json +11 -0
- package/themes/vkComDark/index.less +9 -0
- package/themes/vkComDark/index.pcss +9 -0
- package/themes/vkComDark/index.scss +9 -0
- package/themes/vkComDark/index.styl +9 -0
- package/themes/vkComDark/struct.json +13 -0
- package/themes/vkIOS/cssVars/declarations/index.css +9 -0
- package/themes/vkIOS/cssVars/declarations/noColors.css +6 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +8 -0
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +3 -0
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +9 -0
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +9 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +9 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +9 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +9 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +9 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +9 -0
- package/themes/vkIOS/cssVars/theme/index.js +38 -0
- package/themes/vkIOS/cssVars/theme/index.json +38 -0
- package/themes/vkIOS/docs.json +82 -4
- package/themes/vkIOS/index.css +9 -0
- package/themes/vkIOS/index.js +11 -0
- package/themes/vkIOS/index.json +11 -0
- package/themes/vkIOS/index.less +9 -0
- package/themes/vkIOS/index.pcss +9 -0
- package/themes/vkIOS/index.scss +9 -0
- package/themes/vkIOS/index.styl +9 -0
- package/themes/vkIOS/struct.json +13 -0
- package/themes/vkIOSDark/cssVars/declarations/index.css +18 -9
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +6 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +17 -9
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/vkIOSDark/cssVars/theme/index.js +47 -9
- package/themes/vkIOSDark/cssVars/theme/index.json +47 -9
- package/themes/vkIOSDark/docs.json +82 -4
- package/themes/vkIOSDark/index.css +18 -9
- package/themes/vkIOSDark/index.js +19 -8
- package/themes/vkIOSDark/index.json +19 -8
- package/themes/vkIOSDark/index.less +18 -9
- package/themes/vkIOSDark/index.pcss +18 -9
- package/themes/vkIOSDark/index.scss +18 -9
- package/themes/vkIOSDark/index.styl +18 -9
- package/themes/vkIOSDark/struct.json +21 -8
|
@@ -436,6 +436,11 @@ export interface ColorsDescriptionStruct {
|
|
|
436
436
|
* @tags color, component, background
|
|
437
437
|
*/
|
|
438
438
|
colorWriteBarInputBackground: ColorDescription;
|
|
439
|
+
/**
|
|
440
|
+
* @desc Цвет фона поля ввода в компоненте WriteBar
|
|
441
|
+
* @tags color, component
|
|
442
|
+
*/
|
|
443
|
+
colorWriteBarInputBorder: ColorDescription;
|
|
439
444
|
/**
|
|
440
445
|
* @desc Цвет фона поля ввода в компоненте WriteBar с прозрачностью
|
|
441
446
|
* @tags color, component, alpha
|
|
@@ -347,3 +347,30 @@ export interface Sizes {
|
|
|
347
347
|
*/
|
|
348
348
|
sizeSubnavigationBarPaddingVertical: number;
|
|
349
349
|
}
|
|
350
|
+
export interface SpacingSizes {
|
|
351
|
+
/**
|
|
352
|
+
* @desc Стандартный токен размера xs для отступов
|
|
353
|
+
* @tags size
|
|
354
|
+
*/
|
|
355
|
+
spacingSizeXs: number;
|
|
356
|
+
/**
|
|
357
|
+
* @desc Стандартный токен размера s для отступов
|
|
358
|
+
* @tags size
|
|
359
|
+
*/
|
|
360
|
+
spacingSizeS: number;
|
|
361
|
+
/**
|
|
362
|
+
* @desc Стандартный токен размера m для отступов
|
|
363
|
+
* @tags size
|
|
364
|
+
*/
|
|
365
|
+
spacingSizeM: number;
|
|
366
|
+
/**
|
|
367
|
+
* @desc Стандартный токен размера l для отступов
|
|
368
|
+
* @tags size
|
|
369
|
+
*/
|
|
370
|
+
spacingSizeL: number;
|
|
371
|
+
/**
|
|
372
|
+
* @desc Стандартный токен размера xl для отступов
|
|
373
|
+
* @tags size
|
|
374
|
+
*/
|
|
375
|
+
spacingSizeXl: number;
|
|
376
|
+
}
|
|
@@ -2,7 +2,7 @@ import { Property } from 'csstype';
|
|
|
2
2
|
import { Animations } from './animations';
|
|
3
3
|
import { ColorDescription, Colors, ColorsDescriptionStruct } from './colors';
|
|
4
4
|
import { Elevation } from './elevation';
|
|
5
|
-
import { Sizes } from './geometry';
|
|
5
|
+
import { Sizes, SpacingSizes } from './geometry';
|
|
6
6
|
import { Gradients } from './gradients';
|
|
7
7
|
import { ToneValues } from './toneValues';
|
|
8
8
|
import { Adaptive } from './tools';
|
|
@@ -60,7 +60,7 @@ export interface WithThemeType {
|
|
|
60
60
|
/**
|
|
61
61
|
* Общий интерфейс между описанием и самой темой
|
|
62
62
|
*/
|
|
63
|
-
export interface ThemeGeneral extends AdaptiveTokens, SpecialTokens, ToneValues, ZIndex, TypographyBaseProps, Elevation, Gradients, Animations {
|
|
63
|
+
export interface ThemeGeneral extends AdaptiveTokens, SpecialTokens, ToneValues, ZIndex, TypographyBaseProps, Elevation, Gradients, Animations, SpacingSizes {
|
|
64
64
|
}
|
|
65
65
|
/**
|
|
66
66
|
* Интерфейс описания Темы (в этом типе описываются все темы дизайн-системы)
|
|
@@ -68,7 +68,7 @@ export interface Fonts {
|
|
|
68
68
|
*/
|
|
69
69
|
fontFootnote: Font;
|
|
70
70
|
/**
|
|
71
|
-
* @desc Текст подписей
|
|
71
|
+
* @desc Текст подписей прописными буквами
|
|
72
72
|
* @tags font
|
|
73
73
|
*/
|
|
74
74
|
fontFootnoteCaps: Font;
|
|
@@ -78,7 +78,7 @@ export interface Fonts {
|
|
|
78
78
|
*/
|
|
79
79
|
fontCaption1: Font;
|
|
80
80
|
/**
|
|
81
|
-
* @desc Текст для подсказок
|
|
81
|
+
* @desc Текст для подсказок прописными буквами, уровень 1
|
|
82
82
|
* @tags font
|
|
83
83
|
*/
|
|
84
84
|
fontCaption1Caps: Font;
|
|
@@ -88,7 +88,7 @@ export interface Fonts {
|
|
|
88
88
|
*/
|
|
89
89
|
fontCaption2: Font;
|
|
90
90
|
/**
|
|
91
|
-
* @desc Текст для подсказок
|
|
91
|
+
* @desc Текст для подсказок прописными буквами, уровень 2
|
|
92
92
|
* @tags font
|
|
93
93
|
*/
|
|
94
94
|
fontCaption2Caps: Font;
|
|
@@ -98,7 +98,7 @@ export interface Fonts {
|
|
|
98
98
|
*/
|
|
99
99
|
fontCaption3: Font;
|
|
100
100
|
/**
|
|
101
|
-
* @desc Текст для подсказок
|
|
101
|
+
* @desc Текст для подсказок прописными буквами, уровень 3
|
|
102
102
|
* @tags font
|
|
103
103
|
*/
|
|
104
104
|
fontCaption3Caps: Font;
|
|
@@ -107,6 +107,11 @@ export interface Fonts {
|
|
|
107
107
|
* Глобальные переменные типографии, которые можно использовать вне групп
|
|
108
108
|
*/
|
|
109
109
|
export interface TypographyBaseProps {
|
|
110
|
+
/**
|
|
111
|
+
* @desc Фолбеки на случай пока грузится шрифт или если шрифт не загрузился
|
|
112
|
+
* @tags font
|
|
113
|
+
*/
|
|
114
|
+
fontFamilyFallbacks: Property.FontFamily;
|
|
110
115
|
/**
|
|
111
116
|
* @desc Семейство шрифтов для заголовков
|
|
112
117
|
* @tags font
|
|
@@ -37,6 +37,7 @@ export interface LocalCalendarColorDescriptionStruct {
|
|
|
37
37
|
calendarColorSidebarComposeButtonIcon: ColorDescription;
|
|
38
38
|
calendarColorSidebarComposeButtonText: ColorDescription;
|
|
39
39
|
calendarColorSidebarScrollbar: ColorDescription;
|
|
40
|
+
calendarColorComposeButtonBorderAlpha: ColorDescription;
|
|
40
41
|
calendarColorHeaderBackground: ColorDescription;
|
|
41
42
|
calendarColorHeaderSecondaryAlpha: ColorDescription;
|
|
42
43
|
calendarColorHeaderonSecondary: ColorDescription;
|
|
@@ -56,6 +57,7 @@ export interface LocalCalendarColorDescriptionStruct {
|
|
|
56
57
|
calendarColorTextDateAccent: ColorDescription;
|
|
57
58
|
calendarColorTextTimeline: ColorDescription;
|
|
58
59
|
calendarColorStrokeFieldBorder: ColorDescription;
|
|
60
|
+
calendarColorIconPrimary: ColorDescription;
|
|
59
61
|
}
|
|
60
62
|
export type CalendarLocalColors = {
|
|
61
63
|
[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.32.1-dev-a13568.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
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
|
-
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.
|
|
46
|
+
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.2",
|
|
47
47
|
"@vkontakte/icons": "2.23.0",
|
|
48
48
|
"@vkontakte/prettier-config": "0.1.0",
|
|
49
49
|
"@vkontakte/vk-bridge": "2.7.2",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"eslint-plugin-jasmine": "4.1.3",
|
|
68
68
|
"eslint-plugin-prettier": "4.2.1",
|
|
69
69
|
"eslint-plugin-simple-import-sort": "10.0.0",
|
|
70
|
-
"eslint-plugin-sonarjs": "0.
|
|
70
|
+
"eslint-plugin-sonarjs": "0.19.0",
|
|
71
71
|
"fs-extra": "11.1.0",
|
|
72
72
|
"html-webpack-plugin": "5.5.0",
|
|
73
73
|
"jest": "29.4.1",
|
|
@@ -76,7 +76,7 @@
|
|
|
76
76
|
"prettier": "2.8.4",
|
|
77
77
|
"react": "18.2.0",
|
|
78
78
|
"react-dom": "18.2.0",
|
|
79
|
-
"rimraf": "4.4.
|
|
79
|
+
"rimraf": "4.4.1",
|
|
80
80
|
"style-loader": "3.3.1",
|
|
81
81
|
"terser-webpack-plugin": "5.3.6",
|
|
82
82
|
"ts-jest": "29.0.5",
|
|
@@ -87,7 +87,7 @@
|
|
|
87
87
|
"tscpaths": "0.0.9",
|
|
88
88
|
"type-fest": "3.6.1",
|
|
89
89
|
"typescript": "4.9.5",
|
|
90
|
-
"webpack": "5.
|
|
90
|
+
"webpack": "5.77.0",
|
|
91
91
|
"webpack-cli": "5.0.1",
|
|
92
92
|
"webpack-dev-server": "4.11.1",
|
|
93
93
|
"webpack-notifier": "1.15.0"
|
|
@@ -16,8 +16,9 @@ var getGradientPointsFromColor_1 = require("../../build/helpers/getGradientPoint
|
|
|
16
16
|
var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
|
|
17
17
|
var overlayColors_1 = require("../../build/themeProcessors/expandColors/overlayColors");
|
|
18
18
|
var common_1 = require("../../utils/common");
|
|
19
|
-
var
|
|
20
|
-
var
|
|
19
|
+
var fontFamilyFallbacks = 'Helvetica, Arial, sans-serif';
|
|
20
|
+
var fontFamilyAccent = "MailSans, ".concat(fontFamilyFallbacks);
|
|
21
|
+
var fontFamilyBase = fontFamilyFallbacks;
|
|
21
22
|
var fontWeightAccent1 = 500;
|
|
22
23
|
var fontWeightAccent2 = 500;
|
|
23
24
|
var fontWeightAccent3 = 400;
|
|
@@ -124,6 +125,7 @@ exports.lightColors = {
|
|
|
124
125
|
colorHeaderBackground: '#FFFFFF',
|
|
125
126
|
colorPanelHeaderIcon: '#005FF9',
|
|
126
127
|
colorWriteBarInputBackground: '#F0F1F3',
|
|
128
|
+
colorWriteBarInputBorder: '#E1E3E6',
|
|
127
129
|
colorWriteBarInputBorderAlpha: 'rgba(0, 16, 61, 0.8)',
|
|
128
130
|
colorTrackBackground: '#DADCE0',
|
|
129
131
|
colorTrackBuffer: '#83AAEA',
|
|
@@ -238,6 +240,7 @@ exports.darkColors = {
|
|
|
238
240
|
colorHeaderBackground: '#232324',
|
|
239
241
|
colorPanelHeaderIcon: '#3C82FD',
|
|
240
242
|
colorWriteBarInputBackground: '#2A2A2B',
|
|
243
|
+
colorWriteBarInputBorder: '#2C2D2E',
|
|
241
244
|
colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
|
|
242
245
|
colorTrackBackground: '#434445',
|
|
243
246
|
colorTrackBuffer: '#83AAEA',
|
|
@@ -256,7 +259,7 @@ exports.darkColors = {
|
|
|
256
259
|
};
|
|
257
260
|
exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, exports.lightColors), {
|
|
258
261
|
// Типографика
|
|
259
|
-
fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
|
|
262
|
+
fontFamilyFallbacks: fontFamilyFallbacks, fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
|
|
260
263
|
regular: {
|
|
261
264
|
fontSize: 24,
|
|
262
265
|
lineHeight: 28,
|
|
@@ -562,6 +565,8 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
|
|
|
562
565
|
sizeSubnavigationBarPaddingVertical: {
|
|
563
566
|
regular: 12,
|
|
564
567
|
},
|
|
568
|
+
// Стандартные токены для отступов
|
|
569
|
+
spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
|
|
565
570
|
// Прочие отступы
|
|
566
571
|
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 });
|
|
567
572
|
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;
|
|
@@ -14,8 +14,9 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
14
14
|
exports.darkTheme = exports.lightTheme = exports.darkElevation = exports.darkGradient = exports.darkColors = exports.lightElevation = exports.lightGradient = exports.lightColors = void 0;
|
|
15
15
|
var getGradientPointsFromColor_1 = require("../../build/helpers/getGradientPointsFromColor");
|
|
16
16
|
var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
|
|
17
|
-
var
|
|
18
|
-
var
|
|
17
|
+
var fontFamilyFallbacks = '-apple-system, system-ui, "Helvetica Neue", Roboto, sans-serif';
|
|
18
|
+
var fontFamilyAccent = fontFamilyFallbacks;
|
|
19
|
+
var fontFamilyBase = fontFamilyFallbacks;
|
|
19
20
|
var fontWeightAccent1 = 600;
|
|
20
21
|
var fontWeightAccent2 = 500;
|
|
21
22
|
var fontWeightAccent3 = 400;
|
|
@@ -133,6 +134,7 @@ exports.lightColors = {
|
|
|
133
134
|
colorSkeletonTo: '#E1E3E6',
|
|
134
135
|
colorWriteBarIcon: '#3F8AE0',
|
|
135
136
|
colorWriteBarInputBackground: '#F2F3F5',
|
|
137
|
+
colorWriteBarInputBorder: '#E1E3E6',
|
|
136
138
|
colorWriteBarInputBorderAlpha: 'rgba(0, 0, 0, 0.08)',
|
|
137
139
|
colorTrackBackground: '#E1E3E6',
|
|
138
140
|
colorTrackBuffer: '#A0BFE4',
|
|
@@ -198,8 +200,8 @@ exports.darkColors = {
|
|
|
198
200
|
colorTextPrimary: '#E1E3E6',
|
|
199
201
|
colorTextPrimaryInvariably: '#000000',
|
|
200
202
|
colorTextSecondary: '#76787A',
|
|
201
|
-
colorTextSubhead: '#
|
|
202
|
-
colorTextTertiary: '#
|
|
203
|
+
colorTextSubhead: '#969A9F',
|
|
204
|
+
colorTextTertiary: '#5D5F61',
|
|
203
205
|
colorTextContrast: '#FFFFFF',
|
|
204
206
|
colorTextContrastThemed: '#000000',
|
|
205
207
|
colorTextPositive: '#4BB34B',
|
|
@@ -257,7 +259,8 @@ exports.darkColors = {
|
|
|
257
259
|
colorSkeletonFrom: '#232324',
|
|
258
260
|
colorSkeletonTo: '#2C2D2E',
|
|
259
261
|
colorWriteBarIcon: '#529EF4',
|
|
260
|
-
colorWriteBarInputBackground: '#
|
|
262
|
+
colorWriteBarInputBackground: '#2C2D2E',
|
|
263
|
+
colorWriteBarInputBorder: '#2C2D2E',
|
|
261
264
|
colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
|
|
262
265
|
colorActionSheetText: '#529EF4',
|
|
263
266
|
colorTrackBackground: '#454647',
|
|
@@ -283,7 +286,7 @@ exports.darkElevation = {
|
|
|
283
286
|
};
|
|
284
287
|
exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase', themeNameBase: 'vkBase' }, exports.lightColors), exports.lightGradient), exports.lightElevation), {
|
|
285
288
|
// Типографика
|
|
286
|
-
fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
|
|
289
|
+
fontFamilyFallbacks: fontFamilyFallbacks, fontFamilyAccent: fontFamilyAccent, fontFamilyBase: fontFamilyBase, fontWeightAccent1: fontWeightAccent1, fontWeightAccent2: fontWeightAccent2, fontWeightAccent3: fontWeightAccent3, fontWeightBase1: fontWeightBase1, fontWeightBase2: fontWeightBase2, fontWeightBase3: fontWeightBase3, fontTitle1: {
|
|
287
290
|
regular: {
|
|
288
291
|
fontSize: 24,
|
|
289
292
|
lineHeight: 28,
|
|
@@ -577,6 +580,8 @@ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase',
|
|
|
577
580
|
sizeSubnavigationBarPaddingVertical: {
|
|
578
581
|
regular: 12,
|
|
579
582
|
},
|
|
583
|
+
// Стандартные токены для отступов
|
|
584
|
+
spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
|
|
580
585
|
// Разное
|
|
581
586
|
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 });
|
|
582
587
|
exports.darkTheme = __assign(__assign(__assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), exports.darkGradient), exports.darkElevation), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark' });
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--vkui--theme_name: 'calendar';
|
|
3
|
+
--vkui--font_family_fallbacks: Helvetica, Arial, sans-serif;
|
|
3
4
|
--vkui--font_family_accent: MailSans, Helvetica, Arial, sans-serif;
|
|
4
5
|
--vkui--font_family_base: MailSans, Helvetica, Arial, sans-serif;
|
|
5
6
|
--vkui--font_weight_accent1: 500;
|
|
@@ -228,6 +229,11 @@
|
|
|
228
229
|
--vkui--size_split_col_padding_horizontal--regular: 16px;
|
|
229
230
|
--vkui--size_subnavigation_bar_gap--regular: 8px;
|
|
230
231
|
--vkui--size_subnavigation_bar_padding_vertical--regular: 12px;
|
|
232
|
+
--vkui--spacing_size_xs: 4px;
|
|
233
|
+
--vkui--spacing_size_s: 6px;
|
|
234
|
+
--vkui--spacing_size_m: 8px;
|
|
235
|
+
--vkui--spacing_size_l: 10px;
|
|
236
|
+
--vkui--spacing_size_xl: 12px;
|
|
231
237
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
232
238
|
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
233
239
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
@@ -609,6 +615,9 @@
|
|
|
609
615
|
--vkui--color_write_bar_input_background: #F0F1F3;
|
|
610
616
|
--vkui--color_write_bar_input_background--hover: #E6E8EC;
|
|
611
617
|
--vkui--color_write_bar_input_background--active: #DDDFE4;
|
|
618
|
+
--vkui--color_write_bar_input_border: #E1E3E6;
|
|
619
|
+
--vkui--color_write_bar_input_border--hover: #D8DBDF;
|
|
620
|
+
--vkui--color_write_bar_input_border--active: #CFD2D8;
|
|
612
621
|
--vkui--color_write_bar_input_border_alpha: rgba(0, 16, 61, 0.8);
|
|
613
622
|
--vkui--color_write_bar_input_border_alpha--hover: rgba(0, 16, 61, 0.84);
|
|
614
623
|
--vkui--color_write_bar_input_border_alpha--active: rgba(0, 16, 61, 0.88);
|
|
@@ -762,6 +771,9 @@
|
|
|
762
771
|
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
763
772
|
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
764
773
|
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
774
|
+
--vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
|
|
775
|
+
--vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
|
|
776
|
+
--vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
|
|
765
777
|
--vkui--calendar_color_header_background: #FFFFFF;
|
|
766
778
|
--vkui--calendar_color_header_background--hover: #F5F5F7;
|
|
767
779
|
--vkui--calendar_color_header_background--active: #EBECEF;
|
|
@@ -819,6 +831,9 @@
|
|
|
819
831
|
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
820
832
|
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
821
833
|
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
834
|
+
--vkui--calendar_color_icon_primary: #2C2D2E;
|
|
835
|
+
--vkui--calendar_color_icon_primary--hover: #2A2C2F;
|
|
836
|
+
--vkui--calendar_color_icon_primary--active: #282B2F;
|
|
822
837
|
}
|
|
823
838
|
|
|
824
839
|
.vkui--font_title1--regular {
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--vkui--theme_name: 'calendar';
|
|
3
|
+
--vkui--font_family_fallbacks: Helvetica, Arial, sans-serif;
|
|
3
4
|
--vkui--font_family_accent: MailSans, Helvetica, Arial, sans-serif;
|
|
4
5
|
--vkui--font_family_base: MailSans, Helvetica, Arial, sans-serif;
|
|
5
6
|
--vkui--font_weight_accent1: 500;
|
|
@@ -228,6 +229,11 @@
|
|
|
228
229
|
--vkui--size_split_col_padding_horizontal--regular: 16px;
|
|
229
230
|
--vkui--size_subnavigation_bar_gap--regular: 8px;
|
|
230
231
|
--vkui--size_subnavigation_bar_padding_vertical--regular: 12px;
|
|
232
|
+
--vkui--spacing_size_xs: 4px;
|
|
233
|
+
--vkui--spacing_size_s: 6px;
|
|
234
|
+
--vkui--spacing_size_m: 8px;
|
|
235
|
+
--vkui--spacing_size_l: 10px;
|
|
236
|
+
--vkui--spacing_size_xl: 12px;
|
|
231
237
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
232
238
|
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
233
239
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
:root {
|
|
2
2
|
--vkui--theme_name: 'calendar';
|
|
3
|
+
--vkui--spacing_size_xs: 4px;
|
|
4
|
+
--vkui--spacing_size_s: 6px;
|
|
5
|
+
--vkui--spacing_size_m: 8px;
|
|
6
|
+
--vkui--spacing_size_l: 10px;
|
|
7
|
+
--vkui--spacing_size_xl: 12px;
|
|
3
8
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
4
9
|
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
5
10
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
@@ -262,6 +267,9 @@
|
|
|
262
267
|
--vkui--color_write_bar_input_background: #F0F1F3;
|
|
263
268
|
--vkui--color_write_bar_input_background--hover: #E6E8EC;
|
|
264
269
|
--vkui--color_write_bar_input_background--active: #DDDFE4;
|
|
270
|
+
--vkui--color_write_bar_input_border: #E1E3E6;
|
|
271
|
+
--vkui--color_write_bar_input_border--hover: #D8DBDF;
|
|
272
|
+
--vkui--color_write_bar_input_border--active: #CFD2D8;
|
|
265
273
|
--vkui--color_write_bar_input_border_alpha: rgba(0, 16, 61, 0.8);
|
|
266
274
|
--vkui--color_write_bar_input_border_alpha--hover: rgba(0, 16, 61, 0.84);
|
|
267
275
|
--vkui--color_write_bar_input_border_alpha--active: rgba(0, 16, 61, 0.88);
|
|
@@ -415,6 +423,9 @@
|
|
|
415
423
|
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
416
424
|
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
417
425
|
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
426
|
+
--vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
|
|
427
|
+
--vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
|
|
428
|
+
--vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
|
|
418
429
|
--vkui--calendar_color_header_background: #FFFFFF;
|
|
419
430
|
--vkui--calendar_color_header_background--hover: #F5F5F7;
|
|
420
431
|
--vkui--calendar_color_header_background--active: #EBECEF;
|
|
@@ -472,4 +483,7 @@
|
|
|
472
483
|
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
473
484
|
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
474
485
|
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
486
|
+
--vkui--calendar_color_icon_primary: #2C2D2E;
|
|
487
|
+
--vkui--calendar_color_icon_primary--hover: #2A2C2F;
|
|
488
|
+
--vkui--calendar_color_icon_primary--active: #282B2F;
|
|
475
489
|
}
|
|
@@ -230,6 +230,9 @@
|
|
|
230
230
|
--vkui--color_write_bar_input_background: #F0F1F3;
|
|
231
231
|
--vkui--color_write_bar_input_background--hover: #E6E8EC;
|
|
232
232
|
--vkui--color_write_bar_input_background--active: #DDDFE4;
|
|
233
|
+
--vkui--color_write_bar_input_border: #E1E3E6;
|
|
234
|
+
--vkui--color_write_bar_input_border--hover: #D8DBDF;
|
|
235
|
+
--vkui--color_write_bar_input_border--active: #CFD2D8;
|
|
233
236
|
--vkui--color_write_bar_input_border_alpha: rgba(0, 16, 61, 0.8);
|
|
234
237
|
--vkui--color_write_bar_input_border_alpha--hover: rgba(0, 16, 61, 0.84);
|
|
235
238
|
--vkui--color_write_bar_input_border_alpha--active: rgba(0, 16, 61, 0.88);
|
|
@@ -383,6 +386,9 @@
|
|
|
383
386
|
--vkui--calendar_color_sidebar_scrollbar: #C7C7C7;
|
|
384
387
|
--vkui--calendar_color_sidebar_scrollbar--hover: #BFC0C1;
|
|
385
388
|
--vkui--calendar_color_sidebar_scrollbar--active: #B7B8BC;
|
|
389
|
+
--vkui--calendar_color_compose_button_border_alpha: rgba(0, 16, 61, 0.12);
|
|
390
|
+
--vkui--calendar_color_compose_button_border_alpha--hover: rgba(0, 16, 61, 0.16);
|
|
391
|
+
--vkui--calendar_color_compose_button_border_alpha--active: rgba(0, 16, 61, 0.2);
|
|
386
392
|
--vkui--calendar_color_header_background: #FFFFFF;
|
|
387
393
|
--vkui--calendar_color_header_background--hover: #F5F5F7;
|
|
388
394
|
--vkui--calendar_color_header_background--active: #EBECEF;
|
|
@@ -440,4 +446,7 @@
|
|
|
440
446
|
--vkui--calendar_color_stroke_field_border: #E0E2E8;
|
|
441
447
|
--vkui--calendar_color_stroke_field_border--hover: #D7DAE1;
|
|
442
448
|
--vkui--calendar_color_stroke_field_border--active: #CED1DA;
|
|
449
|
+
--vkui--calendar_color_icon_primary: #2C2D2E;
|
|
450
|
+
--vkui--calendar_color_icon_primary--hover: #2A2C2F;
|
|
451
|
+
--vkui--calendar_color_icon_primary--active: #282B2F;
|
|
443
452
|
}
|