@vkontakte/vkui-tokens 4.37.0 → 4.38.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -1
- package/build/compilers/cssVars/helpers/getVarString.d.ts +1 -1
- package/build/compilers/cssVars/helpers/getVarString.js +2 -2
- package/build/compilers/index.js +5 -1
- package/build/compilers/styles/helpers/tokenRecognition.d.ts +5 -5
- package/build/compilers/styles/helpers/tokenRecognition.js +2 -1
- package/build/helpers/getGradientPointsFromColor.d.ts +1 -1
- package/build/themeProcessors/expandColors/mixColors.d.ts +1 -1
- package/build/themeProcessors/pixelifyValues/pixelifyValues.js +2 -2
- package/build/themeProcessors/pixelifyValues/pixelifyValues.test.js +29 -0
- package/interfaces/general/animations/index.d.ts +1 -1
- package/interfaces/general/colors/index.d.ts +26 -16
- package/interfaces/general/elevation/index.d.ts +1 -1
- package/interfaces/general/geometry/index.d.ts +15 -0
- package/interfaces/general/index.d.ts +3 -4
- package/interfaces/general/typography/index.d.ts +1 -1
- package/interfaces/namespaces/paradigm/index.d.ts +1 -1
- package/interfaces/themes/calendar/index.d.ts +1 -1
- package/interfaces/themes/media/index.d.ts +1 -1
- package/interfaces/themes/mycom/index.d.ts +1 -1
- package/interfaces/themes/octavius/index.d.ts +1 -1
- package/interfaces/themes/portalUI/index.d.ts +1 -1
- package/interfaces/themes/promo/index.d.ts +1 -1
- package/interfaces/themes/pulse/index.d.ts +1 -1
- package/interfaces/themes/search/index.d.ts +1 -1
- package/package.json +18 -6
- package/themeDescriptions/base/paradigm.js +19 -7
- package/themeDescriptions/base/vk.js +28 -12
- package/themes/calendar/cssVars/declarations/index.css +26 -14
- package/themes/calendar/cssVars/declarations/noColors.css +8 -5
- package/themes/calendar/cssVars/declarations/noSizes.css +20 -14
- package/themes/calendar/cssVars/declarations/onlyColors.css +15 -9
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/calendar/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/calendar/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/calendar/cssVars/theme/index.js +105 -47
- package/themes/calendar/cssVars/theme/index.json +105 -47
- package/themes/calendar/docs.json +95 -35
- package/themes/calendar/index.css +23 -14
- package/themes/calendar/index.js +39 -20
- package/themes/calendar/index.json +39 -20
- package/themes/calendar/index.less +23 -14
- package/themes/calendar/index.pcss +23 -14
- package/themes/calendar/index.scss +23 -14
- package/themes/calendar/index.styl +23 -14
- package/themes/calendar/struct.json +39 -20
- package/themes/calendarDark/cssVars/declarations/index.css +21 -9
- package/themes/calendarDark/cssVars/declarations/noColors.css +3 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/calendarDark/cssVars/theme/index.js +100 -42
- package/themes/calendarDark/cssVars/theme/index.json +100 -42
- package/themes/calendarDark/docs.json +95 -35
- package/themes/calendarDark/index.css +18 -9
- package/themes/calendarDark/index.js +34 -15
- package/themes/calendarDark/index.json +34 -15
- package/themes/calendarDark/index.less +18 -9
- package/themes/calendarDark/index.pcss +18 -9
- package/themes/calendarDark/index.scss +18 -9
- package/themes/calendarDark/index.styl +18 -9
- package/themes/calendarDark/struct.json +34 -15
- package/themes/calls/cssVars/declarations/index.css +21 -9
- package/themes/calls/cssVars/declarations/noColors.css +3 -0
- package/themes/calls/cssVars/declarations/noSizes.css +15 -9
- package/themes/calls/cssVars/declarations/onlyColors.css +15 -9
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/calls/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/calls/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/calls/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/calls/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/calls/cssVars/theme/index.js +100 -42
- package/themes/calls/cssVars/theme/index.json +100 -42
- package/themes/calls/docs.json +95 -35
- package/themes/calls/index.css +18 -9
- package/themes/calls/index.js +34 -15
- package/themes/calls/index.json +34 -15
- package/themes/calls/index.less +18 -9
- package/themes/calls/index.pcss +18 -9
- package/themes/calls/index.scss +18 -9
- package/themes/calls/index.styl +18 -9
- package/themes/calls/struct.json +34 -15
- package/themes/cloud/cssVars/declarations/index.css +22 -10
- package/themes/cloud/cssVars/declarations/noColors.css +4 -1
- package/themes/cloud/cssVars/declarations/noSizes.css +16 -10
- package/themes/cloud/cssVars/declarations/onlyColors.css +15 -9
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.css +19 -10
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +19 -10
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +19 -10
- package/themes/cloud/cssVars/theme/fallbacks/index.css +19 -10
- package/themes/cloud/cssVars/theme/fallbacks/index.less +19 -10
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +19 -10
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +19 -10
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +19 -10
- package/themes/cloud/cssVars/theme/index.js +101 -43
- package/themes/cloud/cssVars/theme/index.json +101 -43
- package/themes/cloud/docs.json +95 -35
- package/themes/cloud/index.css +19 -10
- package/themes/cloud/index.js +35 -16
- package/themes/cloud/index.json +35 -16
- package/themes/cloud/index.less +19 -10
- package/themes/cloud/index.pcss +19 -10
- package/themes/cloud/index.scss +19 -10
- package/themes/cloud/index.styl +19 -10
- package/themes/cloud/struct.json +35 -16
- package/themes/cloudDark/cssVars/declarations/index.css +21 -9
- package/themes/cloudDark/cssVars/declarations/noColors.css +3 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/cloudDark/cssVars/theme/index.js +100 -42
- package/themes/cloudDark/cssVars/theme/index.json +100 -42
- package/themes/cloudDark/docs.json +95 -35
- package/themes/cloudDark/index.css +18 -9
- package/themes/cloudDark/index.js +34 -15
- package/themes/cloudDark/index.json +34 -15
- package/themes/cloudDark/index.less +18 -9
- package/themes/cloudDark/index.pcss +18 -9
- package/themes/cloudDark/index.scss +18 -9
- package/themes/cloudDark/index.styl +18 -9
- package/themes/cloudDark/struct.json +34 -15
- package/themes/home/cssVars/declarations/index.css +23 -11
- package/themes/home/cssVars/declarations/noColors.css +5 -2
- package/themes/home/cssVars/declarations/noSizes.css +17 -11
- package/themes/home/cssVars/declarations/onlyColors.css +15 -9
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/home/cssVars/declarations/onlyVariables.css +20 -11
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +20 -11
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -11
- package/themes/home/cssVars/theme/fallbacks/index.css +20 -11
- package/themes/home/cssVars/theme/fallbacks/index.less +20 -11
- package/themes/home/cssVars/theme/fallbacks/index.pcss +20 -11
- package/themes/home/cssVars/theme/fallbacks/index.scss +20 -11
- package/themes/home/cssVars/theme/fallbacks/index.styl +20 -11
- package/themes/home/cssVars/theme/index.js +102 -44
- package/themes/home/cssVars/theme/index.json +102 -44
- package/themes/home/docs.json +95 -35
- package/themes/home/index.css +20 -11
- package/themes/home/index.js +36 -17
- package/themes/home/index.json +36 -17
- package/themes/home/index.less +20 -11
- package/themes/home/index.pcss +20 -11
- package/themes/home/index.scss +20 -11
- package/themes/home/index.styl +20 -11
- package/themes/home/struct.json +36 -17
- package/themes/homeDark/cssVars/declarations/index.css +21 -9
- package/themes/homeDark/cssVars/declarations/noColors.css +3 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/homeDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/homeDark/cssVars/theme/index.js +100 -42
- package/themes/homeDark/cssVars/theme/index.json +100 -42
- package/themes/homeDark/docs.json +95 -35
- package/themes/homeDark/index.css +18 -9
- package/themes/homeDark/index.js +34 -15
- package/themes/homeDark/index.json +34 -15
- package/themes/homeDark/index.less +18 -9
- package/themes/homeDark/index.pcss +18 -9
- package/themes/homeDark/index.scss +18 -9
- package/themes/homeDark/index.styl +18 -9
- package/themes/homeDark/struct.json +34 -15
- package/themes/media/cssVars/declarations/index.css +25 -13
- package/themes/media/cssVars/declarations/noColors.css +7 -4
- package/themes/media/cssVars/declarations/noSizes.css +19 -13
- package/themes/media/cssVars/declarations/onlyColors.css +15 -9
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/media/cssVars/declarations/onlyVariables.css +22 -13
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +22 -13
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
- package/themes/media/cssVars/theme/fallbacks/index.css +22 -13
- package/themes/media/cssVars/theme/fallbacks/index.less +22 -13
- package/themes/media/cssVars/theme/fallbacks/index.pcss +22 -13
- package/themes/media/cssVars/theme/fallbacks/index.scss +22 -13
- package/themes/media/cssVars/theme/fallbacks/index.styl +22 -13
- package/themes/media/cssVars/theme/index.js +104 -46
- package/themes/media/cssVars/theme/index.json +104 -46
- package/themes/media/docs.json +95 -35
- package/themes/media/index.css +22 -13
- package/themes/media/index.js +38 -19
- package/themes/media/index.json +38 -19
- package/themes/media/index.less +22 -13
- package/themes/media/index.pcss +22 -13
- package/themes/media/index.scss +22 -13
- package/themes/media/index.styl +22 -13
- package/themes/media/struct.json +38 -19
- package/themes/mediaDark/cssVars/declarations/index.css +25 -13
- package/themes/mediaDark/cssVars/declarations/noColors.css +7 -4
- package/themes/mediaDark/cssVars/declarations/noSizes.css +19 -13
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +22 -13
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +22 -13
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +22 -13
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +22 -13
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +22 -13
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +22 -13
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +22 -13
- package/themes/mediaDark/cssVars/theme/index.js +104 -46
- package/themes/mediaDark/cssVars/theme/index.json +104 -46
- package/themes/mediaDark/docs.json +95 -35
- package/themes/mediaDark/index.css +22 -13
- package/themes/mediaDark/index.js +38 -19
- package/themes/mediaDark/index.json +38 -19
- package/themes/mediaDark/index.less +22 -13
- package/themes/mediaDark/index.pcss +22 -13
- package/themes/mediaDark/index.scss +22 -13
- package/themes/mediaDark/index.styl +22 -13
- package/themes/mediaDark/struct.json +38 -19
- package/themes/mycom/cssVars/declarations/index.css +25 -13
- package/themes/mycom/cssVars/declarations/noColors.css +7 -4
- package/themes/mycom/cssVars/declarations/noSizes.css +19 -13
- package/themes/mycom/cssVars/declarations/onlyColors.css +15 -9
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.css +22 -13
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +22 -13
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
- package/themes/mycom/cssVars/theme/fallbacks/index.css +22 -13
- package/themes/mycom/cssVars/theme/fallbacks/index.less +22 -13
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +22 -13
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +22 -13
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +22 -13
- package/themes/mycom/cssVars/theme/index.js +104 -46
- package/themes/mycom/cssVars/theme/index.json +104 -46
- package/themes/mycom/docs.json +95 -35
- package/themes/mycom/index.css +22 -13
- package/themes/mycom/index.js +38 -19
- package/themes/mycom/index.json +38 -19
- package/themes/mycom/index.less +22 -13
- package/themes/mycom/index.pcss +22 -13
- package/themes/mycom/index.scss +22 -13
- package/themes/mycom/index.styl +22 -13
- package/themes/mycom/struct.json +38 -19
- package/themes/octavius/cssVars/declarations/index.css +26 -14
- package/themes/octavius/cssVars/declarations/noColors.css +8 -5
- package/themes/octavius/cssVars/declarations/noSizes.css +20 -14
- package/themes/octavius/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/octavius/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/octavius/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/octavius/cssVars/theme/index.js +105 -47
- package/themes/octavius/cssVars/theme/index.json +105 -47
- package/themes/octavius/docs.json +95 -35
- package/themes/octavius/index.css +23 -14
- package/themes/octavius/index.js +39 -20
- package/themes/octavius/index.json +39 -20
- package/themes/octavius/index.less +23 -14
- package/themes/octavius/index.pcss +23 -14
- package/themes/octavius/index.scss +23 -14
- package/themes/octavius/index.styl +23 -14
- package/themes/octavius/struct.json +39 -20
- package/themes/octaviusCompact/cssVars/declarations/index.css +26 -14
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +8 -5
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +20 -14
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/octaviusCompact/cssVars/theme/index.js +105 -47
- package/themes/octaviusCompact/cssVars/theme/index.json +105 -47
- package/themes/octaviusCompact/docs.json +95 -35
- package/themes/octaviusCompact/index.css +23 -14
- package/themes/octaviusCompact/index.js +39 -20
- package/themes/octaviusCompact/index.json +39 -20
- package/themes/octaviusCompact/index.less +23 -14
- package/themes/octaviusCompact/index.pcss +23 -14
- package/themes/octaviusCompact/index.scss +23 -14
- package/themes/octaviusCompact/index.styl +23 -14
- package/themes/octaviusCompact/struct.json +39 -20
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +26 -14
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +8 -5
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +20 -14
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/octaviusCompactDark/cssVars/theme/index.js +105 -47
- package/themes/octaviusCompactDark/cssVars/theme/index.json +105 -47
- package/themes/octaviusCompactDark/docs.json +95 -35
- package/themes/octaviusCompactDark/index.css +23 -14
- package/themes/octaviusCompactDark/index.js +39 -20
- package/themes/octaviusCompactDark/index.json +39 -20
- package/themes/octaviusCompactDark/index.less +23 -14
- package/themes/octaviusCompactDark/index.pcss +23 -14
- package/themes/octaviusCompactDark/index.scss +23 -14
- package/themes/octaviusCompactDark/index.styl +23 -14
- package/themes/octaviusCompactDark/struct.json +39 -20
- package/themes/octaviusDark/cssVars/declarations/index.css +21 -9
- package/themes/octaviusDark/cssVars/declarations/noColors.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/octaviusDark/cssVars/theme/index.js +100 -42
- package/themes/octaviusDark/cssVars/theme/index.json +100 -42
- package/themes/octaviusDark/docs.json +95 -35
- package/themes/octaviusDark/index.css +18 -9
- package/themes/octaviusDark/index.js +34 -15
- package/themes/octaviusDark/index.json +34 -15
- package/themes/octaviusDark/index.less +18 -9
- package/themes/octaviusDark/index.pcss +18 -9
- package/themes/octaviusDark/index.scss +18 -9
- package/themes/octaviusDark/index.styl +18 -9
- package/themes/octaviusDark/struct.json +34 -15
- package/themes/octaviusVK/cssVars/declarations/index.css +26 -14
- package/themes/octaviusVK/cssVars/declarations/noColors.css +8 -5
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +20 -14
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/octaviusVK/cssVars/theme/index.js +105 -47
- package/themes/octaviusVK/cssVars/theme/index.json +105 -47
- package/themes/octaviusVK/docs.json +95 -35
- package/themes/octaviusVK/index.css +23 -14
- package/themes/octaviusVK/index.js +39 -20
- package/themes/octaviusVK/index.json +39 -20
- package/themes/octaviusVK/index.less +23 -14
- package/themes/octaviusVK/index.pcss +23 -14
- package/themes/octaviusVK/index.scss +23 -14
- package/themes/octaviusVK/index.styl +23 -14
- package/themes/octaviusVK/struct.json +39 -20
- package/themes/octaviusVKDark/cssVars/declarations/index.css +26 -14
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +8 -5
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +20 -14
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/octaviusVKDark/cssVars/theme/index.js +105 -47
- package/themes/octaviusVKDark/cssVars/theme/index.json +105 -47
- package/themes/octaviusVKDark/docs.json +95 -35
- package/themes/octaviusVKDark/index.css +23 -14
- package/themes/octaviusVKDark/index.js +39 -20
- package/themes/octaviusVKDark/index.json +39 -20
- package/themes/octaviusVKDark/index.less +23 -14
- package/themes/octaviusVKDark/index.pcss +23 -14
- package/themes/octaviusVKDark/index.scss +23 -14
- package/themes/octaviusVKDark/index.styl +23 -14
- package/themes/octaviusVKDark/struct.json +39 -20
- package/themes/octaviusWhite/cssVars/declarations/index.css +26 -14
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +8 -5
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +20 -14
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +15 -9
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/octaviusWhite/cssVars/theme/index.js +105 -47
- package/themes/octaviusWhite/cssVars/theme/index.json +105 -47
- package/themes/octaviusWhite/docs.json +95 -35
- package/themes/octaviusWhite/index.css +23 -14
- package/themes/octaviusWhite/index.js +39 -20
- package/themes/octaviusWhite/index.json +39 -20
- package/themes/octaviusWhite/index.less +23 -14
- package/themes/octaviusWhite/index.pcss +23 -14
- package/themes/octaviusWhite/index.scss +23 -14
- package/themes/octaviusWhite/index.styl +23 -14
- package/themes/octaviusWhite/struct.json +39 -20
- package/themes/otvet/cssVars/declarations/index.css +26 -14
- package/themes/otvet/cssVars/declarations/noColors.css +8 -5
- package/themes/otvet/cssVars/declarations/noSizes.css +20 -14
- package/themes/otvet/cssVars/declarations/onlyColors.css +15 -9
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/otvet/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/otvet/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/otvet/cssVars/theme/index.js +105 -47
- package/themes/otvet/cssVars/theme/index.json +105 -47
- package/themes/otvet/docs.json +95 -35
- package/themes/otvet/index.css +23 -14
- package/themes/otvet/index.js +39 -20
- package/themes/otvet/index.json +39 -20
- package/themes/otvet/index.less +23 -14
- package/themes/otvet/index.pcss +23 -14
- package/themes/otvet/index.scss +23 -14
- package/themes/otvet/index.styl +23 -14
- package/themes/otvet/struct.json +39 -20
- package/themes/otvetDark/cssVars/declarations/index.css +26 -14
- package/themes/otvetDark/cssVars/declarations/noColors.css +8 -5
- package/themes/otvetDark/cssVars/declarations/noSizes.css +20 -14
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/otvetDark/cssVars/theme/index.js +105 -47
- package/themes/otvetDark/cssVars/theme/index.json +105 -47
- package/themes/otvetDark/docs.json +95 -35
- package/themes/otvetDark/index.css +23 -14
- package/themes/otvetDark/index.js +39 -20
- package/themes/otvetDark/index.json +39 -20
- package/themes/otvetDark/index.less +23 -14
- package/themes/otvetDark/index.pcss +23 -14
- package/themes/otvetDark/index.scss +23 -14
- package/themes/otvetDark/index.styl +23 -14
- package/themes/otvetDark/struct.json +39 -20
- package/themes/paradigmBase/cssVars/declarations/index.css +26 -14
- package/themes/paradigmBase/cssVars/declarations/noColors.css +8 -5
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +20 -14
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +15 -9
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/paradigmBase/cssVars/theme/index.js +105 -47
- package/themes/paradigmBase/cssVars/theme/index.json +105 -47
- package/themes/paradigmBase/docs.json +95 -35
- package/themes/paradigmBase/index.css +23 -14
- package/themes/paradigmBase/index.js +39 -20
- package/themes/paradigmBase/index.json +39 -20
- package/themes/paradigmBase/index.less +23 -14
- package/themes/paradigmBase/index.pcss +23 -14
- package/themes/paradigmBase/index.scss +23 -14
- package/themes/paradigmBase/index.styl +23 -14
- package/themes/paradigmBase/struct.json +39 -20
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +21 -9
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/paradigmBaseDark/cssVars/theme/index.js +100 -42
- package/themes/paradigmBaseDark/cssVars/theme/index.json +100 -42
- package/themes/paradigmBaseDark/docs.json +95 -35
- package/themes/paradigmBaseDark/index.css +18 -9
- package/themes/paradigmBaseDark/index.js +34 -15
- package/themes/paradigmBaseDark/index.json +34 -15
- package/themes/paradigmBaseDark/index.less +18 -9
- package/themes/paradigmBaseDark/index.pcss +18 -9
- package/themes/paradigmBaseDark/index.scss +18 -9
- package/themes/paradigmBaseDark/index.styl +18 -9
- package/themes/paradigmBaseDark/struct.json +34 -15
- package/themes/pharma/cssVars/declarations/index.css +25 -13
- package/themes/pharma/cssVars/declarations/noColors.css +7 -4
- package/themes/pharma/cssVars/declarations/noSizes.css +19 -13
- package/themes/pharma/cssVars/declarations/onlyColors.css +15 -9
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.css +22 -13
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +22 -13
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -13
- package/themes/pharma/cssVars/theme/fallbacks/index.css +22 -13
- package/themes/pharma/cssVars/theme/fallbacks/index.less +22 -13
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +22 -13
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +22 -13
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +22 -13
- package/themes/pharma/cssVars/theme/index.js +104 -46
- package/themes/pharma/cssVars/theme/index.json +104 -46
- package/themes/pharma/docs.json +95 -35
- package/themes/pharma/index.css +22 -13
- package/themes/pharma/index.js +38 -19
- package/themes/pharma/index.json +38 -19
- package/themes/pharma/index.less +22 -13
- package/themes/pharma/index.pcss +22 -13
- package/themes/pharma/index.scss +22 -13
- package/themes/pharma/index.styl +22 -13
- package/themes/pharma/struct.json +38 -19
- package/themes/portalUI/cssVars/declarations/index.css +26 -14
- package/themes/portalUI/cssVars/declarations/noColors.css +8 -5
- package/themes/portalUI/cssVars/declarations/noSizes.css +20 -14
- package/themes/portalUI/cssVars/declarations/onlyColors.css +15 -9
- package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/portalUI/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/portalUI/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/portalUI/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/portalUI/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/portalUI/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/portalUI/cssVars/theme/index.js +105 -47
- package/themes/portalUI/cssVars/theme/index.json +105 -47
- package/themes/portalUI/docs.json +95 -35
- package/themes/portalUI/index.css +23 -14
- package/themes/portalUI/index.js +39 -20
- package/themes/portalUI/index.json +39 -20
- package/themes/portalUI/index.less +23 -14
- package/themes/portalUI/index.pcss +23 -14
- package/themes/portalUI/index.scss +23 -14
- package/themes/portalUI/index.styl +23 -14
- package/themes/portalUI/struct.json +39 -20
- package/themes/portalUIDark/cssVars/declarations/index.css +21 -9
- package/themes/portalUIDark/cssVars/declarations/noColors.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/portalUIDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/portalUIDark/cssVars/theme/index.js +100 -42
- package/themes/portalUIDark/cssVars/theme/index.json +100 -42
- package/themes/portalUIDark/docs.json +95 -35
- package/themes/portalUIDark/index.css +18 -9
- package/themes/portalUIDark/index.js +34 -15
- package/themes/portalUIDark/index.json +34 -15
- package/themes/portalUIDark/index.less +18 -9
- package/themes/portalUIDark/index.pcss +18 -9
- package/themes/portalUIDark/index.scss +18 -9
- package/themes/portalUIDark/index.styl +18 -9
- package/themes/portalUIDark/struct.json +34 -15
- package/themes/promo/cssVars/declarations/index.css +26 -14
- package/themes/promo/cssVars/declarations/noColors.css +8 -5
- package/themes/promo/cssVars/declarations/noSizes.css +20 -14
- package/themes/promo/cssVars/declarations/onlyColors.css +15 -9
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/promo/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/promo/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/promo/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/promo/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/promo/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/promo/cssVars/theme/index.js +105 -47
- package/themes/promo/cssVars/theme/index.json +105 -47
- package/themes/promo/docs.json +95 -35
- package/themes/promo/index.css +23 -14
- package/themes/promo/index.js +39 -20
- package/themes/promo/index.json +39 -20
- package/themes/promo/index.less +23 -14
- package/themes/promo/index.pcss +23 -14
- package/themes/promo/index.scss +23 -14
- package/themes/promo/index.styl +23 -14
- package/themes/promo/struct.json +39 -20
- package/themes/search/cssVars/declarations/index.css +23 -11
- package/themes/search/cssVars/declarations/noColors.css +5 -2
- package/themes/search/cssVars/declarations/noSizes.css +17 -11
- package/themes/search/cssVars/declarations/onlyColors.css +15 -9
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/search/cssVars/declarations/onlyVariables.css +20 -11
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +20 -11
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -11
- package/themes/search/cssVars/theme/fallbacks/index.css +20 -11
- package/themes/search/cssVars/theme/fallbacks/index.less +20 -11
- package/themes/search/cssVars/theme/fallbacks/index.pcss +20 -11
- package/themes/search/cssVars/theme/fallbacks/index.scss +20 -11
- package/themes/search/cssVars/theme/fallbacks/index.styl +20 -11
- package/themes/search/cssVars/theme/index.js +102 -44
- package/themes/search/cssVars/theme/index.json +102 -44
- package/themes/search/docs.json +95 -35
- package/themes/search/index.css +20 -11
- package/themes/search/index.js +36 -17
- package/themes/search/index.json +36 -17
- package/themes/search/index.less +20 -11
- package/themes/search/index.pcss +20 -11
- package/themes/search/index.scss +20 -11
- package/themes/search/index.styl +20 -11
- package/themes/search/struct.json +36 -17
- package/themes/todo/cssVars/declarations/index.css +23 -11
- package/themes/todo/cssVars/declarations/noColors.css +5 -2
- package/themes/todo/cssVars/declarations/noSizes.css +17 -11
- package/themes/todo/cssVars/declarations/onlyColors.css +15 -9
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/todo/cssVars/declarations/onlyVariables.css +20 -11
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +20 -11
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -11
- package/themes/todo/cssVars/theme/fallbacks/index.css +20 -11
- package/themes/todo/cssVars/theme/fallbacks/index.less +20 -11
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +20 -11
- package/themes/todo/cssVars/theme/fallbacks/index.scss +20 -11
- package/themes/todo/cssVars/theme/fallbacks/index.styl +20 -11
- package/themes/todo/cssVars/theme/index.js +102 -44
- package/themes/todo/cssVars/theme/index.json +102 -44
- package/themes/todo/docs.json +95 -35
- package/themes/todo/index.css +20 -11
- package/themes/todo/index.js +36 -17
- package/themes/todo/index.json +36 -17
- package/themes/todo/index.less +20 -11
- package/themes/todo/index.pcss +20 -11
- package/themes/todo/index.scss +20 -11
- package/themes/todo/index.styl +20 -11
- package/themes/todo/struct.json +36 -17
- package/themes/vkBase/cssVars/declarations/index.css +18 -9
- package/themes/vkBase/cssVars/declarations/noColors.css +3 -0
- package/themes/vkBase/cssVars/declarations/noSizes.css +15 -9
- package/themes/vkBase/cssVars/declarations/onlyColors.css +15 -9
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +18 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/vkBase/cssVars/theme/index.js +100 -42
- package/themes/vkBase/cssVars/theme/index.json +100 -42
- package/themes/vkBase/docs.json +95 -35
- package/themes/vkBase/index.css +18 -9
- package/themes/vkBase/index.js +34 -15
- package/themes/vkBase/index.json +34 -15
- package/themes/vkBase/index.less +18 -9
- package/themes/vkBase/index.pcss +18 -9
- package/themes/vkBase/index.scss +18 -9
- package/themes/vkBase/index.styl +18 -9
- package/themes/vkBase/struct.json +34 -15
- package/themes/vkBaseDark/cssVars/declarations/index.css +18 -9
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +3 -0
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +15 -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 +15 -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 +100 -42
- package/themes/vkBaseDark/cssVars/theme/index.json +100 -42
- package/themes/vkBaseDark/docs.json +95 -35
- package/themes/vkBaseDark/index.css +18 -9
- package/themes/vkBaseDark/index.js +34 -15
- package/themes/vkBaseDark/index.json +34 -15
- 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 +34 -15
- package/themes/vkCom/cssVars/declarations/index.css +41 -32
- package/themes/vkCom/cssVars/declarations/noColors.css +3 -0
- package/themes/vkCom/cssVars/declarations/noSizes.css +38 -32
- package/themes/vkCom/cssVars/declarations/onlyColors.css +38 -32
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +41 -32
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +41 -32
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -27
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +41 -32
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +41 -32
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +41 -32
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +41 -32
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +41 -32
- package/themes/vkCom/cssVars/theme/index.js +123 -65
- package/themes/vkCom/cssVars/theme/index.json +123 -65
- package/themes/vkCom/docs.json +95 -35
- package/themes/vkCom/index.css +41 -32
- package/themes/vkCom/index.js +57 -38
- package/themes/vkCom/index.json +57 -38
- package/themes/vkCom/index.less +41 -32
- package/themes/vkCom/index.pcss +41 -32
- package/themes/vkCom/index.scss +41 -32
- package/themes/vkCom/index.styl +41 -32
- package/themes/vkCom/struct.json +57 -38
- package/themes/vkComDark/cssVars/declarations/index.css +21 -12
- package/themes/vkComDark/cssVars/declarations/noColors.css +3 -0
- package/themes/vkComDark/cssVars/declarations/noSizes.css +18 -12
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +18 -12
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +21 -12
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +21 -12
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +11 -12
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +21 -12
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +21 -12
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +21 -12
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +21 -12
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +21 -12
- package/themes/vkComDark/cssVars/theme/index.js +103 -45
- package/themes/vkComDark/cssVars/theme/index.json +103 -45
- package/themes/vkComDark/docs.json +95 -35
- package/themes/vkComDark/index.css +21 -12
- package/themes/vkComDark/index.js +37 -18
- package/themes/vkComDark/index.json +37 -18
- package/themes/vkComDark/index.less +21 -12
- package/themes/vkComDark/index.pcss +21 -12
- package/themes/vkComDark/index.scss +21 -12
- package/themes/vkComDark/index.styl +21 -12
- package/themes/vkComDark/struct.json +37 -18
- package/themes/vkIOS/cssVars/declarations/index.css +18 -9
- package/themes/vkIOS/cssVars/declarations/noColors.css +3 -0
- package/themes/vkIOS/cssVars/declarations/noSizes.css +15 -9
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +15 -9
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +18 -9
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +18 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +18 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +18 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +18 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +18 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +18 -9
- package/themes/vkIOS/cssVars/theme/index.js +100 -42
- package/themes/vkIOS/cssVars/theme/index.json +100 -42
- package/themes/vkIOS/docs.json +95 -35
- package/themes/vkIOS/index.css +18 -9
- package/themes/vkIOS/index.js +34 -15
- package/themes/vkIOS/index.json +34 -15
- package/themes/vkIOS/index.less +18 -9
- package/themes/vkIOS/index.pcss +18 -9
- package/themes/vkIOS/index.scss +18 -9
- package/themes/vkIOS/index.styl +18 -9
- package/themes/vkIOS/struct.json +34 -15
- package/themes/vkIOSDark/cssVars/declarations/index.css +18 -9
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +3 -0
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +15 -9
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +15 -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 +100 -42
- package/themes/vkIOSDark/cssVars/theme/index.json +100 -42
- package/themes/vkIOSDark/docs.json +95 -35
- package/themes/vkIOSDark/index.css +18 -9
- package/themes/vkIOSDark/index.js +34 -15
- package/themes/vkIOSDark/index.json +34 -15
- 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 +34 -15
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +20 -10
- package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +5 -1
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +17 -10
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +15 -9
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +20 -10
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +21 -11
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -489
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +20 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +20 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +20 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +20 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +20 -10
- package/themes/vkontakteAndroid/cssVars/theme/index.js +105 -43
- package/themes/vkontakteAndroid/cssVars/theme/index.json +105 -43
- package/themes/vkontakteAndroid/docs.json +95 -35
- package/themes/vkontakteAndroid/index.css +20 -10
- package/themes/vkontakteAndroid/index.js +36 -16
- package/themes/vkontakteAndroid/index.json +36 -16
- package/themes/vkontakteAndroid/index.less +20 -10
- package/themes/vkontakteAndroid/index.pcss +20 -10
- package/themes/vkontakteAndroid/index.scss +20 -10
- package/themes/vkontakteAndroid/index.styl +20 -10
- package/themes/vkontakteAndroid/struct.json +36 -16
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +20 -11
- package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +5 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +17 -11
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +20 -11
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +21 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -292
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +20 -11
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +20 -11
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +20 -11
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +20 -11
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +20 -11
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +102 -44
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +102 -44
- package/themes/vkontakteAndroidDark/docs.json +95 -35
- package/themes/vkontakteAndroidDark/index.css +20 -11
- package/themes/vkontakteAndroidDark/index.js +36 -17
- package/themes/vkontakteAndroidDark/index.json +36 -17
- package/themes/vkontakteAndroidDark/index.less +20 -11
- package/themes/vkontakteAndroidDark/index.pcss +20 -11
- package/themes/vkontakteAndroidDark/index.scss +20 -11
- package/themes/vkontakteAndroidDark/index.styl +20 -11
- package/themes/vkontakteAndroidDark/struct.json +36 -17
- package/themes/vkontakteCom/cssVars/declarations/index.css +43 -34
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +5 -2
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +40 -34
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +38 -32
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +43 -34
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +44 -35
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -229
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +43 -34
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +43 -34
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +43 -34
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +43 -34
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +43 -34
- package/themes/vkontakteCom/cssVars/theme/index.js +125 -67
- package/themes/vkontakteCom/cssVars/theme/index.json +125 -67
- package/themes/vkontakteCom/docs.json +95 -35
- package/themes/vkontakteCom/index.css +43 -34
- package/themes/vkontakteCom/index.js +59 -40
- package/themes/vkontakteCom/index.json +59 -40
- package/themes/vkontakteCom/index.less +43 -34
- package/themes/vkontakteCom/index.pcss +43 -34
- package/themes/vkontakteCom/index.scss +43 -34
- package/themes/vkontakteCom/index.styl +43 -34
- package/themes/vkontakteCom/struct.json +59 -40
- package/themes/vkontakteComDark/cssVars/declarations/index.css +23 -14
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +5 -2
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +20 -14
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +18 -12
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +24 -15
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -229
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/vkontakteComDark/cssVars/theme/index.js +105 -47
- package/themes/vkontakteComDark/cssVars/theme/index.json +105 -47
- package/themes/vkontakteComDark/docs.json +95 -35
- package/themes/vkontakteComDark/index.css +23 -14
- package/themes/vkontakteComDark/index.js +39 -20
- package/themes/vkontakteComDark/index.json +39 -20
- package/themes/vkontakteComDark/index.less +23 -14
- package/themes/vkontakteComDark/index.pcss +23 -14
- package/themes/vkontakteComDark/index.scss +23 -14
- package/themes/vkontakteComDark/index.styl +23 -14
- package/themes/vkontakteComDark/struct.json +39 -20
- package/themes/vkontakteIOS/cssVars/declarations/index.css +20 -11
- package/themes/vkontakteIOS/cssVars/declarations/noColors.css +5 -2
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +17 -11
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +15 -9
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +20 -11
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +21 -12
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -14
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +20 -11
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +20 -11
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +20 -11
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +20 -11
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +20 -11
- package/themes/vkontakteIOS/cssVars/theme/index.js +102 -44
- package/themes/vkontakteIOS/cssVars/theme/index.json +102 -44
- package/themes/vkontakteIOS/docs.json +95 -35
- package/themes/vkontakteIOS/index.css +20 -11
- package/themes/vkontakteIOS/index.js +36 -17
- package/themes/vkontakteIOS/index.json +36 -17
- package/themes/vkontakteIOS/index.less +20 -11
- package/themes/vkontakteIOS/index.pcss +20 -11
- package/themes/vkontakteIOS/index.scss +20 -11
- package/themes/vkontakteIOS/index.styl +20 -11
- package/themes/vkontakteIOS/struct.json +36 -17
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +20 -11
- package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +5 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +17 -11
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +15 -9
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +20 -11
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +21 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -14
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +20 -11
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +20 -11
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +20 -11
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +20 -11
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +20 -11
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +102 -44
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +102 -44
- package/themes/vkontakteIOSDark/docs.json +95 -35
- package/themes/vkontakteIOSDark/index.css +20 -11
- package/themes/vkontakteIOSDark/index.js +36 -17
- package/themes/vkontakteIOSDark/index.json +36 -17
- package/themes/vkontakteIOSDark/index.less +20 -11
- package/themes/vkontakteIOSDark/index.pcss +20 -11
- package/themes/vkontakteIOSDark/index.scss +20 -11
- package/themes/vkontakteIOSDark/index.styl +20 -11
- package/themes/vkontakteIOSDark/struct.json +36 -17
- package/themes/workspaceAdmin/cssVars/declarations/index.css +26 -14
- package/themes/workspaceAdmin/cssVars/declarations/noColors.css +8 -5
- package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +20 -14
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +15 -9
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +23 -14
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +23 -14
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +23 -14
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +23 -14
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +23 -14
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +23 -14
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +23 -14
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +23 -14
- package/themes/workspaceAdmin/cssVars/theme/index.js +105 -47
- package/themes/workspaceAdmin/cssVars/theme/index.json +105 -47
- package/themes/workspaceAdmin/docs.json +95 -35
- package/themes/workspaceAdmin/index.css +23 -14
- package/themes/workspaceAdmin/index.js +39 -20
- package/themes/workspaceAdmin/index.json +39 -20
- package/themes/workspaceAdmin/index.less +23 -14
- package/themes/workspaceAdmin/index.pcss +23 -14
- package/themes/workspaceAdmin/index.scss +23 -14
- package/themes/workspaceAdmin/index.styl +23 -14
- package/themes/workspaceAdmin/struct.json +39 -20
- package/utils/common/colors/projectColors.d.ts +1 -1
- package/utils/common/colors/socialColors.d.ts +1 -1
package/README.md
CHANGED
|
@@ -56,7 +56,7 @@ npm i --save @vkontakte/vkui-tokens@latest
|
|
|
56
56
|
#### Использование в CSS
|
|
57
57
|
|
|
58
58
|
```postcss
|
|
59
|
-
.
|
|
59
|
+
.class:hover {
|
|
60
60
|
background-color: var(--vkui--color_background--hover);
|
|
61
61
|
}
|
|
62
62
|
```
|
|
@@ -217,6 +217,7 @@ const { theme, pixelifyTheme, cssVarsTheme } = expandAll(myNewAwesomeTheme);
|
|
|
217
217
|
// которую можно вставить в DOM или сохранить в файл
|
|
218
218
|
const cssString = compileStyles('css', pixelifyTheme);
|
|
219
219
|
```
|
|
220
|
+
|
|
220
221
|
# Roadmap
|
|
221
222
|
|
|
222
223
|
- [ ] Добавить более умную генерацию active, hover состояний цвета.
|
|
@@ -5,5 +5,5 @@ interface GetVarStringParams {
|
|
|
5
5
|
delimeter?: string;
|
|
6
6
|
callback?: (name: string, value: string | number) => void;
|
|
7
7
|
}
|
|
8
|
-
export declare const getVarString: ({ valuesObject, prefix, delimeter, callback, }: GetVarStringParams) => string;
|
|
8
|
+
export declare const getVarString: ({ valuesObject, prefix, delimeter, callback: callbackFn, }: GetVarStringParams) => string;
|
|
9
9
|
export {};
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.getVarString = void 0;
|
|
4
4
|
var getVarString = function (_a) {
|
|
5
|
-
var valuesObject = _a.valuesObject, prefix = _a.prefix, _b = _a.delimeter, delimeter = _b === void 0 ? '\n' : _b,
|
|
5
|
+
var valuesObject = _a.valuesObject, prefix = _a.prefix, _b = _a.delimeter, delimeter = _b === void 0 ? '\n' : _b, callbackFn = _a.callback;
|
|
6
6
|
return Object.entries(valuesObject)
|
|
7
7
|
.map(function (_a) {
|
|
8
8
|
var name = _a[0], value = _a[1];
|
|
9
|
-
|
|
9
|
+
callbackFn === null || callbackFn === void 0 ? void 0 : callbackFn(name, value);
|
|
10
10
|
return "".concat(prefix).concat(name, ": ").concat(value, ";");
|
|
11
11
|
})
|
|
12
12
|
.join(delimeter);
|
package/build/compilers/index.js
CHANGED
|
@@ -45,6 +45,7 @@ function writeJsonFile(themePath, theme, _) {
|
|
|
45
45
|
console.log("\u0443\u0441\u043F\u0435\u0448\u043D\u043E \u0437\u0430\u043F\u0438\u0441\u0430\u043B\u0438 \u0444\u0430\u0439\u043B ".concat(fileName));
|
|
46
46
|
}
|
|
47
47
|
exports.writeJsonFile = writeJsonFile;
|
|
48
|
+
// eslint-disable-next-line max-params
|
|
48
49
|
function writeTsFile(themePath, theme, type, themeName) {
|
|
49
50
|
console.log("\u043A\u043E\u043C\u043F\u0438\u043B\u0438\u0440\u0443\u0435\u043C ts...");
|
|
50
51
|
var fileName = "index.ts";
|
|
@@ -89,7 +90,10 @@ function writeStyleFiles(themePath, theme) {
|
|
|
89
90
|
});
|
|
90
91
|
}
|
|
91
92
|
exports.writeStyleFiles = writeStyleFiles;
|
|
92
|
-
|
|
93
|
+
// eslint-disable-next-line max-params
|
|
94
|
+
function writeCssVarsSourceFile(themePath, theme,
|
|
95
|
+
// eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
|
|
96
|
+
cssVarsTheme, themeBase) {
|
|
93
97
|
var _a;
|
|
94
98
|
console.log("\u043A\u043E\u043C\u043F\u0438\u043B\u0438\u0440\u0443\u0435\u043C \u0438\u0441\u0442\u043E\u0447\u043D\u0438\u043A\u0438 \u0434\u043B\u044F css vars \u0442\u0435\u043C...");
|
|
95
99
|
for (var _i = 0, cssModes_1 = cssModes; _i < cssModes_1.length; _i++) {
|
|
@@ -2,8 +2,8 @@ import { ColorWithStates } from '../../../../interfaces/general/colors';
|
|
|
2
2
|
import { Adaptive } from '../../../../interfaces/general/tools';
|
|
3
3
|
import { CustomMediaByViewportUnion } from '../../../../interfaces/general/tools/customMedia';
|
|
4
4
|
import { ViewportsTuple } from '../../../../interfaces/general/tools/viewports';
|
|
5
|
-
export declare function isString(token:
|
|
6
|
-
export declare function isColor(token:
|
|
7
|
-
export declare function isGroupToken(token:
|
|
8
|
-
export declare function isAdaptiveFlatToken(token:
|
|
9
|
-
export declare function isCustomMediaToken(key:
|
|
5
|
+
export declare function isString(token: unknown, key: string): token is string;
|
|
6
|
+
export declare function isColor(token: unknown): token is ColorWithStates;
|
|
7
|
+
export declare function isGroupToken(token: unknown): token is Record<string, any>;
|
|
8
|
+
export declare function isAdaptiveFlatToken(token: unknown): token is Adaptive<any>;
|
|
9
|
+
export declare function isCustomMediaToken(key: unknown): key is CustomMediaByViewportUnion<ViewportsTuple>;
|
|
@@ -28,7 +28,8 @@ function isAdaptiveFlatToken(token) {
|
|
|
28
28
|
if (typeof token !== 'object') {
|
|
29
29
|
return false;
|
|
30
30
|
}
|
|
31
|
-
return token.regular !== undefined &&
|
|
31
|
+
return (token.regular !== undefined &&
|
|
32
|
+
typeof token.regular !== 'object');
|
|
32
33
|
}
|
|
33
34
|
exports.isAdaptiveFlatToken = isAdaptiveFlatToken;
|
|
34
35
|
var allCustomMediaKeys = Object.keys((0, customMedia_1.processCustomMedia)({
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
export declare const mixColors: (colorArg: Property.Color, colorState: Property.Color, opacity: number) => Property.Color;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.pixelifyValues = void 0;
|
|
4
|
-
var numericCSSProperties = /^(breakpoints$|fontWeight|zIndex)/i;
|
|
4
|
+
var numericCSSProperties = /^(breakpoints$|fontWeight|zIndex|opacity|tone)/i;
|
|
5
5
|
/**
|
|
6
6
|
* Процессор, который превращает численные значения переменных в строковые
|
|
7
7
|
* пример fontSize: 14 -> fontSize: "14px"
|
|
@@ -19,7 +19,7 @@ function pixelifyValues(sourceTheme) {
|
|
|
19
19
|
if (typeof value === 'object') {
|
|
20
20
|
theme[key] = pixelifyValues(value);
|
|
21
21
|
}
|
|
22
|
-
if (
|
|
22
|
+
if (typeof value === 'number') {
|
|
23
23
|
theme[key] = "".concat(value, "px");
|
|
24
24
|
}
|
|
25
25
|
});
|
|
@@ -39,6 +39,19 @@ var pixelifyValues_1 = require("./pixelifyValues");
|
|
|
39
39
|
};
|
|
40
40
|
(0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)(theme)).toStrictEqual(pixelifyTheme);
|
|
41
41
|
});
|
|
42
|
+
(0, globals_1.it)('should pixelify float numbers', function () {
|
|
43
|
+
var theme = {
|
|
44
|
+
x1: 1,
|
|
45
|
+
x2: 0.5,
|
|
46
|
+
x3: 0.33,
|
|
47
|
+
};
|
|
48
|
+
var pixelifyTheme = {
|
|
49
|
+
x1: '1px',
|
|
50
|
+
x2: '0.5px',
|
|
51
|
+
x3: '0.33px',
|
|
52
|
+
};
|
|
53
|
+
(0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)(theme)).toStrictEqual(pixelifyTheme);
|
|
54
|
+
});
|
|
42
55
|
(0, globals_1.it)('should correctly pixelify fonts (exclude weight)', function () {
|
|
43
56
|
var theme = {
|
|
44
57
|
fontH1: {
|
|
@@ -83,5 +96,21 @@ var pixelifyValues_1 = require("./pixelifyValues");
|
|
|
83
96
|
fontWeightAccent1: 700,
|
|
84
97
|
});
|
|
85
98
|
});
|
|
99
|
+
(0, globals_1.it)('should correctly pixelify zIndex', function () {
|
|
100
|
+
(0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)({ zIndexModal: 100 })).toEqual({
|
|
101
|
+
zIndexModal: 100,
|
|
102
|
+
});
|
|
103
|
+
});
|
|
104
|
+
(0, globals_1.it)('should correctly pixelify opacity', function () {
|
|
105
|
+
(0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)({ opacityDisable: 1, opacityDisableAccessibility: 0.5 })).toEqual({
|
|
106
|
+
opacityDisable: 1,
|
|
107
|
+
opacityDisableAccessibility: 0.5,
|
|
108
|
+
});
|
|
109
|
+
});
|
|
110
|
+
(0, globals_1.it)('should correctly pixelify tone', function () {
|
|
111
|
+
(0, globals_1.expect)((0, pixelifyValues_1.pixelifyValues)({ toneValueActive: 0.1 })).toEqual({
|
|
112
|
+
toneValueActive: 0.1,
|
|
113
|
+
});
|
|
114
|
+
});
|
|
86
115
|
});
|
|
87
116
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ColorsDescription, ColorsScheme } from '..';
|
|
3
3
|
/**
|
|
4
4
|
* Интерфейс всех цветов на выходе
|
|
@@ -86,6 +86,11 @@ export interface ColorsDescriptionStruct {
|
|
|
86
86
|
* @tags color, background
|
|
87
87
|
*/
|
|
88
88
|
colorBackgroundContrastInverse: ColorDescription;
|
|
89
|
+
/**
|
|
90
|
+
* @desc Контрастный фон, перекрашивается в серый на тёмной теме
|
|
91
|
+
* @tags color, background
|
|
92
|
+
*/
|
|
93
|
+
colorBackgroundContrastThemed: ColorDescription;
|
|
89
94
|
/**
|
|
90
95
|
* @desc Фон для всплывающих окон
|
|
91
96
|
* @tags color, background
|
|
@@ -216,11 +221,6 @@ export interface ColorsDescriptionStruct {
|
|
|
216
221
|
* @tags color
|
|
217
222
|
*/
|
|
218
223
|
colorLinkContrast: ColorDescription;
|
|
219
|
-
/**
|
|
220
|
-
* @desc Цвет текста для кнопок
|
|
221
|
-
* @tags color
|
|
222
|
-
*/
|
|
223
|
-
colorTextButton: ColorDescription;
|
|
224
224
|
/**
|
|
225
225
|
* @desc Акцентный цвет иконок
|
|
226
226
|
* @tags color, icon
|
|
@@ -296,11 +296,6 @@ export interface ColorsDescriptionStruct {
|
|
|
296
296
|
* @tags color, icon
|
|
297
297
|
*/
|
|
298
298
|
colorIconNegative: ColorDescription;
|
|
299
|
-
/**
|
|
300
|
-
* @desc Цвет иконок для кнопок
|
|
301
|
-
* @tags color, icon
|
|
302
|
-
*/
|
|
303
|
-
colorIconButton: ColorDescription;
|
|
304
299
|
/**
|
|
305
300
|
* @desc Цвет акцентной обводки
|
|
306
301
|
* @tags color,stroke
|
|
@@ -361,11 +356,6 @@ export interface ColorsDescriptionStruct {
|
|
|
361
356
|
* @tags color, stroke
|
|
362
357
|
*/
|
|
363
358
|
colorSeparatorPrimary3x: ColorDescription;
|
|
364
|
-
/**
|
|
365
|
-
* @desc Цвет обводки для кнопок
|
|
366
|
-
* @tags color, stroke
|
|
367
|
-
*/
|
|
368
|
-
colorStrokeButton: ColorDescription;
|
|
369
359
|
/**
|
|
370
360
|
* @desc Палитра цветов. Голубой цвет
|
|
371
361
|
* @tags color, palette
|
|
@@ -391,6 +381,11 @@ export interface ColorsDescriptionStruct {
|
|
|
391
381
|
* @tags color, palette
|
|
392
382
|
*/
|
|
393
383
|
colorAccentOrange: ColorDescription;
|
|
384
|
+
/**
|
|
385
|
+
* @desc Палитра цветов. Нежно оранжевый цвет
|
|
386
|
+
* @tags color, palette
|
|
387
|
+
*/
|
|
388
|
+
colorAccentOrangePeach: ColorDescription;
|
|
394
389
|
/**
|
|
395
390
|
* @desc Палитра цветов. Огненно оранжевый цвет
|
|
396
391
|
* @tags color, palette
|
|
@@ -516,6 +511,21 @@ export interface ColorsDescriptionStruct {
|
|
|
516
511
|
* @tags color, component, background
|
|
517
512
|
*/
|
|
518
513
|
colorTabbarTextInactive: ColorDescription;
|
|
514
|
+
/**
|
|
515
|
+
* @desc Цвет текста для кнопок
|
|
516
|
+
* @tags color
|
|
517
|
+
*/
|
|
518
|
+
colorButtonText: ColorDescription;
|
|
519
|
+
/**
|
|
520
|
+
* @desc Цвет иконок для кнопок
|
|
521
|
+
* @tags color, icon
|
|
522
|
+
*/
|
|
523
|
+
colorButtonIcon: ColorDescription;
|
|
524
|
+
/**
|
|
525
|
+
* @desc Цвет обводки для кнопок
|
|
526
|
+
* @tags color, stroke
|
|
527
|
+
*/
|
|
528
|
+
colorButtonStroke: ColorDescription;
|
|
519
529
|
}
|
|
520
530
|
export type Colors = {
|
|
521
531
|
[key in keyof ColorsDescriptionStruct]: ColorWithStates;
|
|
@@ -351,6 +351,21 @@ export interface Sizes {
|
|
|
351
351
|
* @tags size, component
|
|
352
352
|
*/
|
|
353
353
|
sizeSubnavigationBarPaddingVertical: number;
|
|
354
|
+
/**
|
|
355
|
+
* @desc Размер границ для экранов с разрешением 1х
|
|
356
|
+
* @tags size, component
|
|
357
|
+
*/
|
|
358
|
+
sizeBorder1x: number;
|
|
359
|
+
/**
|
|
360
|
+
* @desc Размер границ для экранов с разрешением 3х
|
|
361
|
+
* @tags size, component
|
|
362
|
+
*/
|
|
363
|
+
sizeBorder2x: number;
|
|
364
|
+
/**
|
|
365
|
+
* @desc Размер границ для экранов с разрешением 3х
|
|
366
|
+
* @tags size, component
|
|
367
|
+
*/
|
|
368
|
+
sizeBorder3x: number;
|
|
354
369
|
}
|
|
355
370
|
export interface SpacingSizes {
|
|
356
371
|
/**
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
|
+
import { StaticTokens, Tokens } from './tools/tokenValue';
|
|
2
3
|
import { Animations } from './animations';
|
|
3
4
|
import { ColorDescription, Colors, ColorsDescriptionStruct } from './colors';
|
|
4
5
|
import { Elevation } from './elevation';
|
|
@@ -10,8 +11,6 @@ import { NamifyObject } from './tools/cssVars';
|
|
|
10
11
|
import { StringifyObject } from './tools/utils';
|
|
11
12
|
import { Fonts, TypographyBaseProps } from './typography';
|
|
12
13
|
import { ZIndex } from './zIndex';
|
|
13
|
-
import ColorScheme = Property.ColorScheme;
|
|
14
|
-
import { StaticTokens, Tokens } from './tools/tokenValue';
|
|
15
14
|
interface AdaptiveInterfaceValues extends Sizes, Fonts {
|
|
16
15
|
}
|
|
17
16
|
type AdaptiveTokens = {
|
|
@@ -83,7 +82,7 @@ export interface Theme extends ThemeGeneral, ColorsFinal {
|
|
|
83
82
|
export type PixelifyTheme<T extends Partial<Record<keyof T, any>> = StaticTokens<Theme>> = StringifyObject<Omit<T, 'breakpoints' | 'themeType'>> & Pick<T, Extract<'breakpoints', keyof T>> & {
|
|
84
83
|
themeType: 'pixelify';
|
|
85
84
|
themeName: string;
|
|
86
|
-
colorScheme: ColorScheme;
|
|
85
|
+
colorScheme: Property.ColorScheme;
|
|
87
86
|
};
|
|
88
87
|
/**
|
|
89
88
|
* Тема, которая каждой переменной даёт name и value в виде названия
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { Theme, ThemeCssVars, ThemeCssVarsWide, ThemeDescription } from '../../general';
|
|
3
3
|
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
4
4
|
import { Adaptive, Breakpoints } from '../../general/tools';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ThemeCssVars } from '../../general';
|
|
3
3
|
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
4
4
|
import { Adaptive } from '../../general/tools';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ColorWithStates } from '../../general/colors';
|
|
3
3
|
import { ParadigmThemeCssVars } from '../../namespaces/paradigm';
|
|
4
4
|
import { MediaViewportsTuple, ThemeMedia, ThemeMediaDescription } from '../media';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ThemeCssVars } from '../../general';
|
|
3
3
|
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
4
4
|
import { Adaptive } from '../../general/tools';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ColorDescription, ColorWithStates } from '../../general/colors';
|
|
3
3
|
import { GradientPoints } from '../../general/gradients';
|
|
4
4
|
import { DefaultViewports } from '../../general/tools/viewports';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { Adaptive } from '../../general/tools';
|
|
3
3
|
import { ViewportsOrdered } from '../../general/tools/viewports';
|
|
4
4
|
import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ColorsDescription, ThemeCssVars, ThemeDescription } from '../../general';
|
|
3
3
|
import { ColorDescription, ColorWithStates } from '../../general/colors';
|
|
4
4
|
import { GradientPoints } from '../../general/gradients';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Property } from 'csstype';
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
2
|
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
3
|
import { Adaptive } from '../../general/tools';
|
|
4
4
|
import { Font } from '../../general/typography';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.38.1",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "utils/descriptions.js",
|
|
@@ -25,7 +25,17 @@
|
|
|
25
25
|
"styleguide": "sh ./tasks/styleguide.sh",
|
|
26
26
|
"docs:dev": "cd docs/webpack && webpack-dev-server --config webpack.client.js --mode development",
|
|
27
27
|
"docs:build": "cd docs/webpack && webpack --config webpack.client.js --mode production",
|
|
28
|
-
"docs:prepare-data": "ts-node tasks/docs/prepareTokensData.ts"
|
|
28
|
+
"docs:prepare-data": "ts-node tasks/docs/prepareTokensData.ts",
|
|
29
|
+
"pre-commit": "lint-staged"
|
|
30
|
+
},
|
|
31
|
+
"lint-staged": {
|
|
32
|
+
"*.{ts,tsx,js,jsx}": [
|
|
33
|
+
"prettier --write",
|
|
34
|
+
"eslint"
|
|
35
|
+
],
|
|
36
|
+
"*.{json,md}": [
|
|
37
|
+
"prettier --write"
|
|
38
|
+
]
|
|
29
39
|
},
|
|
30
40
|
"repository": "https://github.com/VKCOM/vkui-tokens.git",
|
|
31
41
|
"dependencies": {
|
|
@@ -38,8 +48,8 @@
|
|
|
38
48
|
"@types/common-tags": "1.8.1",
|
|
39
49
|
"@types/fs-extra": "11.0.1",
|
|
40
50
|
"@types/node": "18.11.10",
|
|
41
|
-
"@types/react-dom": "18.2.1",
|
|
42
51
|
"@types/react": "18.2.0",
|
|
52
|
+
"@types/react-dom": "18.2.1",
|
|
43
53
|
"@typescript-eslint/eslint-plugin": "4.33.0",
|
|
44
54
|
"@typescript-eslint/parser": "4.33.0",
|
|
45
55
|
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.1.4",
|
|
@@ -69,8 +79,10 @@
|
|
|
69
79
|
"eslint-plugin-sonarjs": "0.19.0",
|
|
70
80
|
"fs-extra": "11.1.1",
|
|
71
81
|
"html-webpack-plugin": "5.5.1",
|
|
82
|
+
"husky": "8.0.3",
|
|
72
83
|
"jest": "29.5.0",
|
|
73
84
|
"jest-junit": "16.0.0",
|
|
85
|
+
"lint-staged": "14.0.1",
|
|
74
86
|
"lodash": "4.17.21",
|
|
75
87
|
"prettier": "2.8.8",
|
|
76
88
|
"react": "18.2.0",
|
|
@@ -79,14 +91,14 @@
|
|
|
79
91
|
"style-loader": "3.3.3",
|
|
80
92
|
"terser-webpack-plugin": "5.3.9",
|
|
81
93
|
"ts-jest": "29.1.0",
|
|
82
|
-
"ts-loader": "9.4.
|
|
94
|
+
"ts-loader": "9.4.4",
|
|
83
95
|
"ts-morph": "18.0.0",
|
|
84
96
|
"ts-node": "10.9.1",
|
|
85
97
|
"tsconfig-paths": "4.2.0",
|
|
86
98
|
"tscpaths": "0.0.9",
|
|
87
|
-
"type-fest": "
|
|
99
|
+
"type-fest": "4.2.0",
|
|
88
100
|
"typescript": "5.0.4",
|
|
89
|
-
"webpack": "5.
|
|
101
|
+
"webpack": "5.88.2",
|
|
90
102
|
"webpack-cli": "5.1.4",
|
|
91
103
|
"webpack-dev-server": "4.13.3",
|
|
92
104
|
"webpack-notifier": "1.15.0"
|
|
@@ -63,6 +63,7 @@ exports.lightColors = {
|
|
|
63
63
|
colorFieldBackground: '#ffffff',
|
|
64
64
|
colorBackgroundModalInverse: '#303030',
|
|
65
65
|
colorBackgroundContrastInverse: '#303030',
|
|
66
|
+
colorBackgroundContrastThemed: '#FFFFFF',
|
|
66
67
|
colorBackgroundAccentTint: '#5a9eff',
|
|
67
68
|
// Text
|
|
68
69
|
colorTextAccent: '#005FF9',
|
|
@@ -82,7 +83,6 @@ exports.lightColors = {
|
|
|
82
83
|
colorTextContrastThemed: '#FFFFFF',
|
|
83
84
|
colorLinkContrast: '#FFFFFF',
|
|
84
85
|
colorTextPositive: '#0DC268',
|
|
85
|
-
colorTextButton: '#005FF9',
|
|
86
86
|
// Icons
|
|
87
87
|
colorIconAccent: '#005FF9',
|
|
88
88
|
colorIconAccentThemed: '#005FF9',
|
|
@@ -99,7 +99,6 @@ exports.lightColors = {
|
|
|
99
99
|
colorIconContrastThemed: '#FFFFFF',
|
|
100
100
|
colorIconPositive: '#0DC268',
|
|
101
101
|
colorIconContrastSecondary: '#F2F3F5',
|
|
102
|
-
colorIconButton: '#005FF9',
|
|
103
102
|
// Stroke
|
|
104
103
|
colorStrokeAccent: '#005FF9',
|
|
105
104
|
colorStrokeAccentThemed: '#005FF9',
|
|
@@ -113,13 +112,13 @@ exports.lightColors = {
|
|
|
113
112
|
colorStrokePositive: '#0DC268',
|
|
114
113
|
colorSeparatorPrimary2x: '#CDD0D5',
|
|
115
114
|
colorSeparatorPrimary3x: '#BFC3CA',
|
|
116
|
-
colorStrokeButton: '#005FF9',
|
|
117
115
|
// Palette
|
|
118
116
|
colorAccentBlue: '#005FF9',
|
|
119
117
|
colorAccentGray: '#A5A7AD',
|
|
120
118
|
colorAccentRed: '#ED0A34',
|
|
121
119
|
colorAccentGreen: '#0DC268',
|
|
122
120
|
colorAccentOrange: '#FF9E00',
|
|
121
|
+
colorAccentOrangePeach: '#F9B54F',
|
|
123
122
|
colorAccentOrangeFire: '#F05C44',
|
|
124
123
|
colorAccentPurple: '#4F6DDC',
|
|
125
124
|
colorAccentViolet: '#C15DF3',
|
|
@@ -146,6 +145,9 @@ exports.lightColors = {
|
|
|
146
145
|
colorOverlaySecondary: 'rgb(44, 45, 46, 0.5)',
|
|
147
146
|
colorSegmentedControl: '#FFFFFF',
|
|
148
147
|
colorTabbarTextInactive: '#99A2AD',
|
|
148
|
+
colorButtonText: '#005FF9',
|
|
149
|
+
colorButtonIcon: '#005FF9',
|
|
150
|
+
colorButtonStroke: '#005FF9',
|
|
149
151
|
colorTransparent: 'transparent',
|
|
150
152
|
},
|
|
151
153
|
};
|
|
@@ -185,6 +187,7 @@ exports.darkColors = {
|
|
|
185
187
|
colorFieldBackground: '#232324',
|
|
186
188
|
colorBackgroundModalInverse: '#ffffff',
|
|
187
189
|
colorBackgroundContrastInverse: '#303030',
|
|
190
|
+
colorBackgroundContrastThemed: '#303030',
|
|
188
191
|
colorBackgroundAccentTint: '#5a9eff',
|
|
189
192
|
// Text
|
|
190
193
|
colorTextAccent: '#3C82FD',
|
|
@@ -204,7 +207,6 @@ exports.darkColors = {
|
|
|
204
207
|
colorTextContrastThemed: '#2C2D2E',
|
|
205
208
|
colorLinkContrast: '#FFFFFF',
|
|
206
209
|
colorTextPositive: '#0DC268',
|
|
207
|
-
colorTextButton: '#FFFFFF',
|
|
208
210
|
// Icons
|
|
209
211
|
colorIconAccent: '#3C82FD',
|
|
210
212
|
colorIconAccentThemed: '#FFFFFF',
|
|
@@ -221,7 +223,6 @@ exports.darkColors = {
|
|
|
221
223
|
colorIconContrastThemed: '#2C2D2E',
|
|
222
224
|
colorIconPositive: '#0DC268',
|
|
223
225
|
colorIconContrastSecondary: '#F2F3F5',
|
|
224
|
-
colorIconButton: '#FFFFFF',
|
|
225
226
|
// Stroke
|
|
226
227
|
colorStrokeAccent: '#3C82FD',
|
|
227
228
|
colorStrokeAccentThemed: '#FFFFFF',
|
|
@@ -235,13 +236,13 @@ exports.darkColors = {
|
|
|
235
236
|
colorSeparatorPrimary2x: '#202022',
|
|
236
237
|
colorSeparatorPrimary3x: '#2d2d2f',
|
|
237
238
|
colorStrokePositive: '#0DC268',
|
|
238
|
-
colorStrokeButton: '#FFFFFF',
|
|
239
239
|
// Palette
|
|
240
240
|
colorAccentBlue: '#2775FC',
|
|
241
241
|
colorAccentGray: '#9C9DA2',
|
|
242
242
|
colorAccentRed: '#ED0A34',
|
|
243
243
|
colorAccentGreen: '#0DC268',
|
|
244
244
|
colorAccentOrange: '#FF9E00',
|
|
245
|
+
colorAccentOrangePeach: '#FFC062',
|
|
245
246
|
colorAccentOrangeFire: '#F05C44',
|
|
246
247
|
colorAccentPurple: '#4F6DDC',
|
|
247
248
|
colorAccentViolet: '#C15DF3',
|
|
@@ -268,6 +269,9 @@ exports.darkColors = {
|
|
|
268
269
|
colorOverlaySecondary: 'rgb(55, 56, 57, 0.5)',
|
|
269
270
|
colorSegmentedControl: '#626364',
|
|
270
271
|
colorTabbarTextInactive: '#76787A',
|
|
272
|
+
colorButtonText: '#FFFFFF',
|
|
273
|
+
colorButtonIcon: '#FFFFFF',
|
|
274
|
+
colorButtonStroke: '#FFFFFF',
|
|
271
275
|
colorTransparent: 'transparent',
|
|
272
276
|
},
|
|
273
277
|
};
|
|
@@ -581,10 +585,18 @@ exports.lightThemeBase = __assign(__assign({ themeName: 'paradigmBase' }, export
|
|
|
581
585
|
sizeSubnavigationBarPaddingVertical: {
|
|
582
586
|
regular: 12,
|
|
583
587
|
},
|
|
588
|
+
// Размер границ
|
|
589
|
+
sizeBorder1x: {
|
|
590
|
+
regular: 1,
|
|
591
|
+
}, sizeBorder2x: {
|
|
592
|
+
regular: 0.5,
|
|
593
|
+
}, sizeBorder3x: {
|
|
594
|
+
regular: 0.33,
|
|
595
|
+
},
|
|
584
596
|
// Стандартные токены для отступов
|
|
585
597
|
spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
|
|
586
598
|
// Прочие отступы
|
|
587
|
-
elevation1: '0 2px 0 0 rgba(0, 16, 61, 0.
|
|
599
|
+
elevation1: '0 2px 6px 0 rgba(0, 16, 61, 0.08), 0 1px 2px 0 rgba(0, 16, 61, 0.08)', elevation1InvertY: '0 -2px 6px 0 rgba(0, 16, 61, 0.08), 0 -1px 2px 0 rgba(0, 16, 61, 0.08)', elevation2: '0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06)', elevation3: '0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06), 0 6px 20px 0 rgba(0, 16, 61, 0.06), 0 10px 36px 0 rgba(0, 16, 61, 0.08)', elevation4: '0 2px 6px 0 rgba(0, 16, 61, 0.06), 0 16px 48px 0 rgba(0, 16, 61, 0.08), 0 24px 68px 0 rgba(0, 16, 61, 0.16)', 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 });
|
|
588
600
|
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;
|
|
589
601
|
exports.lightTheme = __assign(__assign(__assign({}, exports.lightThemeBase), common_1.helpers), { colors: __assign(__assign({}, exports.lightThemeBase.colors), { colorRating: '#ffd400', colorButtonContrastAlpha: {
|
|
590
602
|
normal: 'rgba(255, 255, 255, 1)',
|
|
@@ -86,6 +86,10 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
86
86
|
},
|
|
87
87
|
}[colorsScheme],
|
|
88
88
|
colorBackgroundContrastInverse: background.background_contrast_inverse,
|
|
89
|
+
colorBackgroundContrastThemed: {
|
|
90
|
+
light: '#FFFFFF',
|
|
91
|
+
dark: '#323232',
|
|
92
|
+
}[colorsScheme],
|
|
89
93
|
colorBackgroundModal: background.background_modal,
|
|
90
94
|
colorBackgroundModalInverse: background.background_modal_inverse,
|
|
91
95
|
colorBackgroundWarning: background.background_warning,
|
|
@@ -113,10 +117,6 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
113
117
|
colorTextLinkVisited: text.text_link_visited,
|
|
114
118
|
colorTextMuted: text.text_muted,
|
|
115
119
|
colorLinkContrast: text.link_contrast,
|
|
116
|
-
colorTextButton: {
|
|
117
|
-
light: '#2688eb',
|
|
118
|
-
dark: '#ffffff',
|
|
119
|
-
}[colorsScheme],
|
|
120
120
|
// Icons
|
|
121
121
|
colorIconAccent: icons.icon_accent,
|
|
122
122
|
colorIconAccentThemed: icons.icon_accent_themed,
|
|
@@ -133,10 +133,6 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
133
133
|
colorIconContrastSecondary: icons.icon_contrast_secondary,
|
|
134
134
|
colorIconPositive: icons.icon_positive,
|
|
135
135
|
colorIconNegative: icons.icon_negative,
|
|
136
|
-
colorIconButton: {
|
|
137
|
-
light: '#2688eb',
|
|
138
|
-
dark: '#ffffff',
|
|
139
|
-
}[colorsScheme],
|
|
140
136
|
// Stroke
|
|
141
137
|
colorStrokeAccent: stroke.stroke_accent,
|
|
142
138
|
colorStrokeAccentThemed: stroke.stroke_accent_themed,
|
|
@@ -163,16 +159,16 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
163
159
|
},
|
|
164
160
|
dark: 'rgba(255, 255, 255, 0.12)',
|
|
165
161
|
}[colorsScheme],
|
|
166
|
-
colorStrokeButton: {
|
|
167
|
-
light: '#2688eb',
|
|
168
|
-
dark: '#ffffff',
|
|
169
|
-
}[colorsScheme],
|
|
170
162
|
// Palette
|
|
171
163
|
colorAccentBlue: palette.accent_blue,
|
|
172
164
|
colorAccentGray: palette.accent_gray,
|
|
173
165
|
colorAccentRed: palette.accent_red,
|
|
174
166
|
colorAccentGreen: palette.accent_green,
|
|
175
167
|
colorAccentOrange: palette.accent_orange,
|
|
168
|
+
colorAccentOrangePeach: {
|
|
169
|
+
light: '#F9B54F',
|
|
170
|
+
dark: '#FFC062',
|
|
171
|
+
}[colorsScheme],
|
|
176
172
|
colorAccentOrangeFire: palette.accent_orange_fire,
|
|
177
173
|
colorAccentPurple: palette.accent_purple,
|
|
178
174
|
colorAccentViolet: palette.accent_violet,
|
|
@@ -191,6 +187,18 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
191
187
|
colorImagePlaceholderAlpha: other.image_placeholder_alpha,
|
|
192
188
|
colorSkeletonFrom: other.skeleton_from,
|
|
193
189
|
colorSkeletonTo: other.skeleton_to,
|
|
190
|
+
colorButtonText: {
|
|
191
|
+
light: '#2688eb',
|
|
192
|
+
dark: '#ffffff',
|
|
193
|
+
}[colorsScheme],
|
|
194
|
+
colorButtonIcon: {
|
|
195
|
+
light: '#2688eb',
|
|
196
|
+
dark: '#ffffff',
|
|
197
|
+
}[colorsScheme],
|
|
198
|
+
colorButtonStroke: {
|
|
199
|
+
light: '#2688eb',
|
|
200
|
+
dark: '#ffffff',
|
|
201
|
+
}[colorsScheme],
|
|
194
202
|
colorWriteBarIcon: other.write_bar_icon,
|
|
195
203
|
colorWriteBarInputBackground: other.write_bar_input_background,
|
|
196
204
|
colorWriteBarInputBorder: other.write_bar_input_border,
|
|
@@ -537,6 +545,14 @@ exports.lightTheme = __assign(__assign(__assign(__assign({ themeName: 'vkBase',
|
|
|
537
545
|
sizeSubnavigationBarPaddingVertical: {
|
|
538
546
|
regular: 12,
|
|
539
547
|
},
|
|
548
|
+
// Размер границ
|
|
549
|
+
sizeBorder1x: {
|
|
550
|
+
regular: 1,
|
|
551
|
+
}, sizeBorder2x: {
|
|
552
|
+
regular: 0.5,
|
|
553
|
+
}, sizeBorder3x: {
|
|
554
|
+
regular: 0.33,
|
|
555
|
+
},
|
|
540
556
|
// Стандартные токены для отступов
|
|
541
557
|
spacingSizeXs: 4, spacingSizeS: 6, spacingSizeM: 8, spacingSizeL: 10, spacingSizeXl: 12,
|
|
542
558
|
// Разное
|