@vkontakte/vkui-tokens 4.8.1-dev-7a60af.0 → 4.9.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/geometry/index.d.ts +3 -0
- package/interfaces/themes/octavius/index.d.ts +0 -10
- package/interfaces/themes/search/index.d.ts +9 -0
- package/interfaces/themes/search/index.js +2 -0
- package/package.json +1 -1
- package/themeDescriptions/base/paradigm.js +11 -0
- package/themeDescriptions/base/vk.js +11 -0
- package/themes/calendar/cssVars/declarations/index.css +21 -0
- package/themes/calendar/cssVars/declarations/noColors.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/calendar/cssVars/theme/index.js +42 -0
- package/themes/calendar/cssVars/theme/index.json +42 -0
- package/themes/calendar/index.css +6 -0
- package/themes/calendar/index.js +12 -0
- package/themes/calendar/index.json +12 -0
- package/themes/calendar/index.less +6 -0
- package/themes/calendar/index.pcss +6 -0
- package/themes/calendar/index.scss +6 -0
- package/themes/calendar/index.styl +6 -0
- package/themes/calendarDark/cssVars/declarations/index.css +21 -0
- package/themes/calendarDark/cssVars/declarations/noColors.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/calendarDark/cssVars/theme/index.js +42 -0
- package/themes/calendarDark/cssVars/theme/index.json +42 -0
- package/themes/calendarDark/index.css +6 -0
- package/themes/calendarDark/index.js +12 -0
- package/themes/calendarDark/index.json +12 -0
- package/themes/calendarDark/index.less +6 -0
- package/themes/calendarDark/index.pcss +6 -0
- package/themes/calendarDark/index.scss +6 -0
- package/themes/calendarDark/index.styl +6 -0
- package/themes/calls/cssVars/declarations/index.css +21 -0
- package/themes/calls/cssVars/declarations/noColors.css +6 -0
- package/themes/calls/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/calls/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/calls/cssVars/theme/index.js +42 -0
- package/themes/calls/cssVars/theme/index.json +42 -0
- package/themes/calls/index.css +6 -0
- package/themes/calls/index.js +12 -0
- package/themes/calls/index.json +12 -0
- package/themes/calls/index.less +6 -0
- package/themes/calls/index.pcss +6 -0
- package/themes/calls/index.scss +6 -0
- package/themes/calls/index.styl +6 -0
- package/themes/cloud/cssVars/declarations/index.css +21 -0
- package/themes/cloud/cssVars/declarations/noColors.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/cloud/cssVars/theme/index.js +42 -0
- package/themes/cloud/cssVars/theme/index.json +42 -0
- package/themes/cloud/index.css +6 -0
- package/themes/cloud/index.js +12 -0
- package/themes/cloud/index.json +12 -0
- package/themes/cloud/index.less +6 -0
- package/themes/cloud/index.pcss +6 -0
- package/themes/cloud/index.scss +6 -0
- package/themes/cloud/index.styl +6 -0
- package/themes/home/cssVars/declarations/index.css +21 -0
- package/themes/home/cssVars/declarations/noColors.css +6 -0
- package/themes/home/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/home/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/home/cssVars/theme/index.js +42 -0
- package/themes/home/cssVars/theme/index.json +42 -0
- package/themes/home/index.css +6 -0
- package/themes/home/index.js +12 -0
- package/themes/home/index.json +12 -0
- package/themes/home/index.less +6 -0
- package/themes/home/index.pcss +6 -0
- package/themes/home/index.scss +6 -0
- package/themes/home/index.styl +6 -0
- package/themes/homeDark/cssVars/declarations/index.css +21 -0
- package/themes/homeDark/cssVars/declarations/noColors.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/homeDark/cssVars/theme/index.js +42 -0
- package/themes/homeDark/cssVars/theme/index.json +42 -0
- package/themes/homeDark/index.css +6 -0
- package/themes/homeDark/index.js +12 -0
- package/themes/homeDark/index.json +12 -0
- package/themes/homeDark/index.less +6 -0
- package/themes/homeDark/index.pcss +6 -0
- package/themes/homeDark/index.scss +6 -0
- package/themes/homeDark/index.styl +6 -0
- package/themes/media/cssVars/declarations/index.css +21 -0
- package/themes/media/cssVars/declarations/noColors.css +6 -0
- package/themes/media/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/media/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/media/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/media/cssVars/theme/index.js +42 -0
- package/themes/media/cssVars/theme/index.json +42 -0
- package/themes/media/index.css +6 -0
- package/themes/media/index.js +12 -0
- package/themes/media/index.json +12 -0
- package/themes/media/index.less +6 -0
- package/themes/media/index.pcss +6 -0
- package/themes/media/index.scss +6 -0
- package/themes/media/index.styl +6 -0
- package/themes/mediaDark/cssVars/declarations/index.css +21 -0
- package/themes/mediaDark/cssVars/declarations/noColors.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/mediaDark/cssVars/theme/index.js +42 -0
- package/themes/mediaDark/cssVars/theme/index.json +42 -0
- package/themes/mediaDark/index.css +6 -0
- package/themes/mediaDark/index.js +12 -0
- package/themes/mediaDark/index.json +12 -0
- package/themes/mediaDark/index.less +6 -0
- package/themes/mediaDark/index.pcss +6 -0
- package/themes/mediaDark/index.scss +6 -0
- package/themes/mediaDark/index.styl +6 -0
- package/themes/mycom/cssVars/declarations/index.css +21 -0
- package/themes/mycom/cssVars/declarations/noColors.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/mycom/cssVars/theme/index.js +42 -0
- package/themes/mycom/cssVars/theme/index.json +42 -0
- package/themes/mycom/index.css +6 -0
- package/themes/mycom/index.js +12 -0
- package/themes/mycom/index.json +12 -0
- package/themes/mycom/index.less +6 -0
- package/themes/mycom/index.pcss +6 -0
- package/themes/mycom/index.scss +6 -0
- package/themes/mycom/index.styl +6 -0
- package/themes/octavius/cssVars/declarations/index.css +21 -30
- package/themes/octavius/cssVars/declarations/noColors.css +6 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +0 -30
- package/themes/octavius/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octavius/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octavius/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octavius/cssVars/theme/index.js +42 -140
- package/themes/octavius/cssVars/theme/index.json +42 -140
- package/themes/octavius/index.css +6 -30
- package/themes/octavius/index.js +12 -50
- package/themes/octavius/index.json +12 -50
- package/themes/octavius/index.less +6 -30
- package/themes/octavius/index.pcss +6 -30
- package/themes/octavius/index.scss +6 -30
- package/themes/octavius/index.styl +6 -30
- package/themes/octaviusCompact/cssVars/declarations/index.css +21 -30
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +0 -30
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octaviusCompact/cssVars/theme/index.js +42 -140
- package/themes/octaviusCompact/cssVars/theme/index.json +42 -140
- package/themes/octaviusCompact/index.css +6 -30
- package/themes/octaviusCompact/index.js +12 -50
- package/themes/octaviusCompact/index.json +12 -50
- package/themes/octaviusCompact/index.less +6 -30
- package/themes/octaviusCompact/index.pcss +6 -30
- package/themes/octaviusCompact/index.scss +6 -30
- package/themes/octaviusCompact/index.styl +6 -30
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +21 -30
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +0 -30
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octaviusCompactDark/cssVars/theme/index.js +42 -140
- package/themes/octaviusCompactDark/cssVars/theme/index.json +42 -140
- package/themes/octaviusCompactDark/index.css +6 -30
- package/themes/octaviusCompactDark/index.js +12 -50
- package/themes/octaviusCompactDark/index.json +12 -50
- package/themes/octaviusCompactDark/index.less +6 -30
- package/themes/octaviusCompactDark/index.pcss +6 -30
- package/themes/octaviusCompactDark/index.scss +6 -30
- package/themes/octaviusCompactDark/index.styl +6 -30
- package/themes/octaviusDark/cssVars/declarations/index.css +21 -30
- package/themes/octaviusDark/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +0 -30
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octaviusDark/cssVars/theme/index.js +42 -140
- package/themes/octaviusDark/cssVars/theme/index.json +42 -140
- package/themes/octaviusDark/index.css +6 -30
- package/themes/octaviusDark/index.js +12 -50
- package/themes/octaviusDark/index.json +12 -50
- package/themes/octaviusDark/index.less +6 -30
- package/themes/octaviusDark/index.pcss +6 -30
- package/themes/octaviusDark/index.scss +6 -30
- package/themes/octaviusDark/index.styl +6 -30
- package/themes/octaviusVK/cssVars/declarations/index.css +21 -30
- package/themes/octaviusVK/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +0 -30
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octaviusVK/cssVars/theme/index.js +42 -140
- package/themes/octaviusVK/cssVars/theme/index.json +42 -140
- package/themes/octaviusVK/index.css +6 -30
- package/themes/octaviusVK/index.js +12 -50
- package/themes/octaviusVK/index.json +12 -50
- package/themes/octaviusVK/index.less +6 -30
- package/themes/octaviusVK/index.pcss +6 -30
- package/themes/octaviusVK/index.scss +6 -30
- package/themes/octaviusVK/index.styl +6 -30
- package/themes/octaviusVKDark/cssVars/declarations/index.css +21 -30
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +0 -30
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octaviusVKDark/cssVars/theme/index.js +42 -140
- package/themes/octaviusVKDark/cssVars/theme/index.json +42 -140
- package/themes/octaviusVKDark/index.css +6 -30
- package/themes/octaviusVKDark/index.js +12 -50
- package/themes/octaviusVKDark/index.json +12 -50
- package/themes/octaviusVKDark/index.less +6 -30
- package/themes/octaviusVKDark/index.pcss +6 -30
- package/themes/octaviusVKDark/index.scss +6 -30
- package/themes/octaviusVKDark/index.styl +6 -30
- package/themes/octaviusWhite/cssVars/declarations/index.css +21 -30
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +6 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +0 -30
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +0 -30
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +6 -30
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +6 -30
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -30
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +6 -30
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +6 -30
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +6 -30
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +6 -30
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +6 -30
- package/themes/octaviusWhite/cssVars/theme/index.js +42 -140
- package/themes/octaviusWhite/cssVars/theme/index.json +42 -140
- package/themes/octaviusWhite/index.css +6 -30
- package/themes/octaviusWhite/index.js +12 -50
- package/themes/octaviusWhite/index.json +12 -50
- package/themes/octaviusWhite/index.less +6 -30
- package/themes/octaviusWhite/index.pcss +6 -30
- package/themes/octaviusWhite/index.scss +6 -30
- package/themes/octaviusWhite/index.styl +6 -30
- package/themes/otvet/cssVars/declarations/index.css +6 -0
- package/themes/otvet/cssVars/declarations/noColors.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/otvet/cssVars/theme/index.js +30 -0
- package/themes/otvet/cssVars/theme/index.json +30 -0
- package/themes/otvet/index.css +3 -0
- package/themes/otvet/index.js +9 -0
- package/themes/otvet/index.json +9 -0
- package/themes/otvet/index.less +3 -0
- package/themes/otvet/index.pcss +3 -0
- package/themes/otvet/index.scss +3 -0
- package/themes/otvet/index.styl +3 -0
- package/themes/otvetDark/cssVars/declarations/index.css +6 -0
- package/themes/otvetDark/cssVars/declarations/noColors.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/otvetDark/cssVars/theme/index.js +30 -0
- package/themes/otvetDark/cssVars/theme/index.json +30 -0
- package/themes/otvetDark/index.css +3 -0
- package/themes/otvetDark/index.js +9 -0
- package/themes/otvetDark/index.json +9 -0
- package/themes/otvetDark/index.less +3 -0
- package/themes/otvetDark/index.pcss +3 -0
- package/themes/otvetDark/index.scss +3 -0
- package/themes/otvetDark/index.styl +3 -0
- package/themes/paradigmBase/cssVars/declarations/index.css +21 -0
- package/themes/paradigmBase/cssVars/declarations/noColors.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/paradigmBase/cssVars/theme/index.js +42 -0
- package/themes/paradigmBase/cssVars/theme/index.json +42 -0
- package/themes/paradigmBase/index.css +6 -0
- package/themes/paradigmBase/index.js +12 -0
- package/themes/paradigmBase/index.json +12 -0
- package/themes/paradigmBase/index.less +6 -0
- package/themes/paradigmBase/index.pcss +6 -0
- package/themes/paradigmBase/index.scss +6 -0
- package/themes/paradigmBase/index.styl +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +21 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +42 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +42 -0
- package/themes/paradigmBaseDark/index.css +6 -0
- package/themes/paradigmBaseDark/index.js +12 -0
- package/themes/paradigmBaseDark/index.json +12 -0
- package/themes/paradigmBaseDark/index.less +6 -0
- package/themes/paradigmBaseDark/index.pcss +6 -0
- package/themes/paradigmBaseDark/index.scss +6 -0
- package/themes/paradigmBaseDark/index.styl +6 -0
- package/themes/pharma/cssVars/declarations/index.css +21 -0
- package/themes/pharma/cssVars/declarations/noColors.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/pharma/cssVars/theme/index.js +42 -0
- package/themes/pharma/cssVars/theme/index.json +42 -0
- package/themes/pharma/index.css +6 -0
- package/themes/pharma/index.js +12 -0
- package/themes/pharma/index.json +12 -0
- package/themes/pharma/index.less +6 -0
- package/themes/pharma/index.pcss +6 -0
- package/themes/pharma/index.scss +6 -0
- package/themes/pharma/index.styl +6 -0
- package/themes/promo/cssVars/declarations/index.css +21 -0
- package/themes/promo/cssVars/declarations/noColors.css +6 -0
- package/themes/promo/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/promo/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/promo/cssVars/theme/index.js +42 -0
- package/themes/promo/cssVars/theme/index.json +42 -0
- package/themes/promo/index.css +6 -0
- package/themes/promo/index.js +12 -0
- package/themes/promo/index.json +12 -0
- package/themes/promo/index.less +6 -0
- package/themes/promo/index.pcss +6 -0
- package/themes/promo/index.scss +6 -0
- package/themes/promo/index.styl +6 -0
- package/themes/search/cssVars/declarations/index.css +1279 -0
- package/themes/search/cssVars/declarations/noColors.css +562 -0
- package/themes/search/cssVars/declarations/noSizes.css +273 -0
- package/themes/search/cssVars/declarations/onlyAdaptiveGroups.css +128 -0
- package/themes/search/cssVars/declarations/onlyColors.css +251 -0
- package/themes/search/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/search/cssVars/declarations/onlyColors.js +11 -0
- package/themes/search/cssVars/declarations/onlyMedia.css +338 -0
- package/themes/search/cssVars/declarations/onlyVariables.css +515 -0
- package/themes/search/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/search/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +515 -0
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +515 -0
- package/themes/search/cssVars/theme/fallbacks/index.css +812 -0
- package/themes/search/cssVars/theme/fallbacks/index.less +599 -0
- package/themes/search/cssVars/theme/fallbacks/index.pcss +592 -0
- package/themes/search/cssVars/theme/fallbacks/index.scss +823 -0
- package/themes/search/cssVars/theme/fallbacks/index.styl +599 -0
- package/themes/search/cssVars/theme/index.d.ts +4 -0
- package/themes/search/cssVars/theme/index.js +3314 -0
- package/themes/search/cssVars/theme/index.json +3311 -0
- package/themes/search/index.css +812 -0
- package/themes/search/index.d.ts +4 -0
- package/themes/search/index.js +987 -0
- package/themes/search/index.json +984 -0
- package/themes/search/index.less +599 -0
- package/themes/search/index.pcss +592 -0
- package/themes/search/index.scss +823 -0
- package/themes/search/index.styl +599 -0
- package/themes/todo/cssVars/declarations/index.css +21 -0
- package/themes/todo/cssVars/declarations/noColors.css +6 -0
- package/themes/todo/cssVars/declarations/onlyMedia.css +15 -0
- package/themes/todo/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/todo/cssVars/theme/index.js +42 -0
- package/themes/todo/cssVars/theme/index.json +42 -0
- package/themes/todo/index.css +6 -0
- package/themes/todo/index.js +12 -0
- package/themes/todo/index.json +12 -0
- package/themes/todo/index.less +6 -0
- package/themes/todo/index.pcss +6 -0
- package/themes/todo/index.scss +6 -0
- package/themes/todo/index.styl +6 -0
- package/themes/vkBase/cssVars/declarations/index.css +6 -0
- package/themes/vkBase/cssVars/declarations/noColors.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkBase/cssVars/theme/index.js +42 -0
- package/themes/vkBase/cssVars/theme/index.json +42 -0
- package/themes/vkBase/index.css +6 -0
- package/themes/vkBase/index.js +12 -0
- package/themes/vkBase/index.json +12 -0
- package/themes/vkBase/index.less +6 -0
- package/themes/vkBase/index.pcss +6 -0
- package/themes/vkBase/index.scss +6 -0
- package/themes/vkBase/index.styl +6 -0
- package/themes/vkBaseDark/cssVars/declarations/index.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkBaseDark/cssVars/theme/index.js +42 -0
- package/themes/vkBaseDark/cssVars/theme/index.json +42 -0
- package/themes/vkBaseDark/index.css +6 -0
- package/themes/vkBaseDark/index.js +12 -0
- package/themes/vkBaseDark/index.json +12 -0
- package/themes/vkBaseDark/index.less +6 -0
- package/themes/vkBaseDark/index.pcss +6 -0
- package/themes/vkBaseDark/index.scss +6 -0
- package/themes/vkBaseDark/index.styl +6 -0
- package/themes/vkCom/cssVars/declarations/index.css +6 -0
- package/themes/vkCom/cssVars/declarations/noColors.css +6 -0
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkCom/cssVars/theme/index.js +42 -0
- package/themes/vkCom/cssVars/theme/index.json +42 -0
- package/themes/vkCom/index.css +6 -0
- package/themes/vkCom/index.js +12 -0
- package/themes/vkCom/index.json +12 -0
- package/themes/vkCom/index.less +6 -0
- package/themes/vkCom/index.pcss +6 -0
- package/themes/vkCom/index.scss +6 -0
- package/themes/vkCom/index.styl +6 -0
- package/themes/vkComDark/cssVars/declarations/index.css +6 -0
- package/themes/vkComDark/cssVars/declarations/noColors.css +6 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +6 -0
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +6 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +6 -0
- package/themes/vkComDark/cssVars/theme/index.js +42 -0
- package/themes/vkComDark/cssVars/theme/index.json +42 -0
- package/themes/vkComDark/index.css +6 -0
- package/themes/vkComDark/index.js +12 -0
- package/themes/vkComDark/index.json +12 -0
- package/themes/vkComDark/index.less +6 -0
- package/themes/vkComDark/index.pcss +6 -0
- package/themes/vkComDark/index.scss +6 -0
- package/themes/vkComDark/index.styl +6 -0
- package/themes/vkIOS/cssVars/declarations/index.css +7 -1
- package/themes/vkIOS/cssVars/declarations/noColors.css +7 -1
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +7 -1
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +7 -1
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -0
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +7 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +7 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +7 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +7 -1
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +7 -1
- package/themes/vkIOS/cssVars/theme/index.js +43 -1
- package/themes/vkIOS/cssVars/theme/index.json +43 -1
- package/themes/vkIOS/index.css +7 -1
- package/themes/vkIOS/index.js +13 -1
- package/themes/vkIOS/index.json +13 -1
- package/themes/vkIOS/index.less +7 -1
- package/themes/vkIOS/index.pcss +7 -1
- package/themes/vkIOS/index.scss +7 -1
- package/themes/vkIOS/index.styl +7 -1
- package/themes/vkIOSDark/cssVars/declarations/index.css +7 -1
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +7 -1
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +7 -1
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +7 -1
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -0
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +7 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +7 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +7 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +7 -1
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +7 -1
- package/themes/vkIOSDark/cssVars/theme/index.js +43 -1
- package/themes/vkIOSDark/cssVars/theme/index.json +43 -1
- package/themes/vkIOSDark/index.css +7 -1
- package/themes/vkIOSDark/index.js +13 -1
- package/themes/vkIOSDark/index.json +13 -1
- package/themes/vkIOSDark/index.less +7 -1
- package/themes/vkIOSDark/index.pcss +7 -1
- package/themes/vkIOSDark/index.scss +7 -1
- package/themes/vkIOSDark/index.styl +7 -1
|
@@ -73,16 +73,6 @@ export interface LocalOctaviusColorsDescriptionStruct {
|
|
|
73
73
|
colorPaletteViolet1: ColorDescription;
|
|
74
74
|
colorPaletteViolet2: ColorDescription;
|
|
75
75
|
colorAlert: ColorDescription;
|
|
76
|
-
colorTagBackgroungMint: ColorDescription;
|
|
77
|
-
colorTagTextMint: ColorDescription;
|
|
78
|
-
colorTagBackgroungSky: ColorDescription;
|
|
79
|
-
colorTagTextSky: ColorDescription;
|
|
80
|
-
colorTagBackgroungOrange: ColorDescription;
|
|
81
|
-
colorTagTextOrange: ColorDescription;
|
|
82
|
-
colorTagBackgroungPink: ColorDescription;
|
|
83
|
-
colorTagTextPink: ColorDescription;
|
|
84
|
-
colorTagBackgroungPurple: ColorDescription;
|
|
85
|
-
colorTagTextPurple: ColorDescription;
|
|
86
76
|
octaviusColorButtonText: ColorDescription;
|
|
87
77
|
octaviusColorButtonIcon: ColorDescription;
|
|
88
78
|
octaviusColorButtonBackgroundAlpha: ColorDescription;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
2
|
+
declare type SearchViewports = ['touch', 'desktopS'];
|
|
3
|
+
export interface ThemeSearch extends ParadigmTheme<SearchViewports> {
|
|
4
|
+
}
|
|
5
|
+
export interface ThemeSearchDescription extends ParadigmThemeDescription<SearchViewports> {
|
|
6
|
+
}
|
|
7
|
+
export interface ThemeSearchCssVars extends ParadigmThemeCssVars<SearchViewports, ThemeSearch> {
|
|
8
|
+
}
|
|
9
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.9.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -462,6 +462,17 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
|
|
|
462
462
|
sizeOptionHierarchy: {
|
|
463
463
|
regular: 32,
|
|
464
464
|
},
|
|
465
|
+
// Компонент Switch
|
|
466
|
+
sizeSwitchHeight: {
|
|
467
|
+
regular: 14,
|
|
468
|
+
compact: 12,
|
|
469
|
+
}, sizeSwitchWidth: {
|
|
470
|
+
regular: 34,
|
|
471
|
+
compact: 32,
|
|
472
|
+
}, sizeSwitchPin: {
|
|
473
|
+
regular: 20,
|
|
474
|
+
compact: 18,
|
|
475
|
+
},
|
|
465
476
|
// Прочие отступы
|
|
466
477
|
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)', animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.48, opacityDisableAccessibility: 0.64 });
|
|
467
478
|
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;
|
|
@@ -462,6 +462,17 @@ exports.lightTheme = __assign(__assign({ themeName: 'vkBase', themeNameBase: 'vk
|
|
|
462
462
|
sizeOptionHierarchy: {
|
|
463
463
|
regular: 32,
|
|
464
464
|
},
|
|
465
|
+
// Компонент Switch
|
|
466
|
+
sizeSwitchHeight: {
|
|
467
|
+
regular: 14,
|
|
468
|
+
compact: 12,
|
|
469
|
+
}, sizeSwitchWidth: {
|
|
470
|
+
regular: 34,
|
|
471
|
+
compact: 32,
|
|
472
|
+
}, sizeSwitchPin: {
|
|
473
|
+
regular: 20,
|
|
474
|
+
compact: 18,
|
|
475
|
+
},
|
|
465
476
|
// Прочие отступы
|
|
466
477
|
elevation1: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px 2px 2px rgba(0, 0, 0, 0.06)', elevation1InvertY: '0px 0px 2px rgba(0, 0, 0, 0.03), 0px -2px 2px rgba(0, 0, 0, 0.06)', elevation2: '0px 4px 8px rgba(0, 0, 0, 0.04), 0px 0px 4px rgba(0, 0, 0, 0.06)', elevation3: '0px 0px 2px rgba(0, 0, 0, 0.08), 0px 4px 16px rgba(0, 0, 0, 0.08)', elevation4: '0px 0px 8px rgba(0, 0, 0, 0.12), 0px 16px 16px rgba(0, 0, 0, 0.16)', animationDurationL: '0.4s', animationDurationM: '0.2s', animationDurationS: '0.1s', animationEasingDefault: 'cubic-bezier(0.3, 0.3, 0.5, 1)', opacityDisable: 0.4, opacityDisableAccessibility: 0.64 });
|
|
467
478
|
exports.darkTheme = __assign(__assign(__assign({}, exports.lightTheme), exports.darkColors), { themeName: 'vkBaseDark', themeInheritsFrom: 'vkBase', colorsScheme: 'dark',
|
|
@@ -201,6 +201,12 @@
|
|
|
201
201
|
--vkui--size_button_group_gap_small--regular: 8px;
|
|
202
202
|
--vkui--size_button_group_gap_medium--regular: 12px;
|
|
203
203
|
--vkui--size_option_hierarchy--regular: 32px;
|
|
204
|
+
--vkui--size_switch_height--regular: 14px;
|
|
205
|
+
--vkui--size_switch_height--compact: 12px;
|
|
206
|
+
--vkui--size_switch_width--regular: 34px;
|
|
207
|
+
--vkui--size_switch_width--compact: 32px;
|
|
208
|
+
--vkui--size_switch_pin--regular: 20px;
|
|
209
|
+
--vkui--size_switch_pin--compact: 18px;
|
|
204
210
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
205
211
|
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
206
212
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
@@ -1323,6 +1329,9 @@
|
|
|
1323
1329
|
--vkui--size_button_group_gap_small: 8px;
|
|
1324
1330
|
--vkui--size_button_group_gap_medium: 12px;
|
|
1325
1331
|
--vkui--size_option_hierarchy: 32px;
|
|
1332
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--regular);
|
|
1333
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--regular);
|
|
1334
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--regular);
|
|
1326
1335
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
1327
1336
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
1328
1337
|
--vkui--font_h0--font_family: var(--vkui--font_h0--font_family--regular);
|
|
@@ -1483,6 +1492,9 @@
|
|
|
1483
1492
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--compact);
|
|
1484
1493
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--compact);
|
|
1485
1494
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--compact);
|
|
1495
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--compact);
|
|
1496
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--compact);
|
|
1497
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--compact);
|
|
1486
1498
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--compact);
|
|
1487
1499
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--compact);
|
|
1488
1500
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--compact);
|
|
@@ -1591,6 +1603,9 @@
|
|
|
1591
1603
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--compact);
|
|
1592
1604
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--compact);
|
|
1593
1605
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--compact);
|
|
1606
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--compact);
|
|
1607
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--compact);
|
|
1608
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--compact);
|
|
1594
1609
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--compact);
|
|
1595
1610
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--compact);
|
|
1596
1611
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--compact);
|
|
@@ -1699,6 +1714,9 @@
|
|
|
1699
1714
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--regular);
|
|
1700
1715
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--regular);
|
|
1701
1716
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--regular);
|
|
1717
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--regular);
|
|
1718
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--regular);
|
|
1719
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--regular);
|
|
1702
1720
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
1703
1721
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
1704
1722
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--regular);
|
|
@@ -1807,6 +1825,9 @@
|
|
|
1807
1825
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--regular);
|
|
1808
1826
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--regular);
|
|
1809
1827
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--regular);
|
|
1828
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--regular);
|
|
1829
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--regular);
|
|
1830
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--regular);
|
|
1810
1831
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
1811
1832
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
1812
1833
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--regular);
|
|
@@ -201,6 +201,12 @@
|
|
|
201
201
|
--vkui--size_button_group_gap_small--regular: 8px;
|
|
202
202
|
--vkui--size_button_group_gap_medium--regular: 12px;
|
|
203
203
|
--vkui--size_option_hierarchy--regular: 32px;
|
|
204
|
+
--vkui--size_switch_height--regular: 14px;
|
|
205
|
+
--vkui--size_switch_height--compact: 12px;
|
|
206
|
+
--vkui--size_switch_width--regular: 34px;
|
|
207
|
+
--vkui--size_switch_width--compact: 32px;
|
|
208
|
+
--vkui--size_switch_pin--regular: 20px;
|
|
209
|
+
--vkui--size_switch_pin--compact: 18px;
|
|
204
210
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
205
211
|
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
206
212
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|
|
@@ -112,6 +112,9 @@
|
|
|
112
112
|
--vkui--size_button_group_gap_small: 8px;
|
|
113
113
|
--vkui--size_button_group_gap_medium: 12px;
|
|
114
114
|
--vkui--size_option_hierarchy: 32px;
|
|
115
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--regular);
|
|
116
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--regular);
|
|
117
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--regular);
|
|
115
118
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
116
119
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
117
120
|
--vkui--font_h0--font_family: var(--vkui--font_h0--font_family--regular);
|
|
@@ -272,6 +275,9 @@
|
|
|
272
275
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--compact);
|
|
273
276
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--compact);
|
|
274
277
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--compact);
|
|
278
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--compact);
|
|
279
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--compact);
|
|
280
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--compact);
|
|
275
281
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--compact);
|
|
276
282
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--compact);
|
|
277
283
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--compact);
|
|
@@ -380,6 +386,9 @@
|
|
|
380
386
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--compact);
|
|
381
387
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--compact);
|
|
382
388
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--compact);
|
|
389
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--compact);
|
|
390
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--compact);
|
|
391
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--compact);
|
|
383
392
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--compact);
|
|
384
393
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--compact);
|
|
385
394
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--compact);
|
|
@@ -488,6 +497,9 @@
|
|
|
488
497
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--regular);
|
|
489
498
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--regular);
|
|
490
499
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--regular);
|
|
500
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--regular);
|
|
501
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--regular);
|
|
502
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--regular);
|
|
491
503
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
492
504
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
493
505
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--regular);
|
|
@@ -596,6 +608,9 @@
|
|
|
596
608
|
--vkui--size_button_small_height: var(--vkui--size_button_small_height--regular);
|
|
597
609
|
--vkui--size_button_padding_horizontal: var(--vkui--size_button_padding_horizontal--regular);
|
|
598
610
|
--vkui--size_avatar_x_l: var(--vkui--size_avatar_x_l--regular);
|
|
611
|
+
--vkui--size_switch_height: var(--vkui--size_switch_height--regular);
|
|
612
|
+
--vkui--size_switch_width: var(--vkui--size_switch_width--regular);
|
|
613
|
+
--vkui--size_switch_pin: var(--vkui--size_switch_pin--regular);
|
|
599
614
|
--vkui--font_h0--font_size: var(--vkui--font_h0--font_size--regular);
|
|
600
615
|
--vkui--font_h0--line_height: var(--vkui--font_h0--line_height--regular);
|
|
601
616
|
--vkui--font_h1--font_size: var(--vkui--font_h1--font_size--regular);
|
|
@@ -201,6 +201,12 @@
|
|
|
201
201
|
--vkui--size_button_group_gap_small--regular: 8px;
|
|
202
202
|
--vkui--size_button_group_gap_medium--regular: 12px;
|
|
203
203
|
--vkui--size_option_hierarchy--regular: 32px;
|
|
204
|
+
--vkui--size_switch_height--regular: 14px;
|
|
205
|
+
--vkui--size_switch_height--compact: 12px;
|
|
206
|
+
--vkui--size_switch_width--regular: 34px;
|
|
207
|
+
--vkui--size_switch_width--compact: 32px;
|
|
208
|
+
--vkui--size_switch_pin--regular: 20px;
|
|
209
|
+
--vkui--size_switch_pin--compact: 18px;
|
|
204
210
|
--vkui--elevation1: 0 2px 0 0 rgba(0, 16, 61, 0.04);
|
|
205
211
|
--vkui--elevation1_invert_y: 0 -2px 0 0 rgba(0, 16, 61, 0.04);
|
|
206
212
|
--vkui--elevation2: 0 4px 32px 0 rgba(0, 16, 61, 0.32);
|