@vkontakte/vkui-tokens 4.54.1-dev-3ef202.0 → 4.55.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/compilers/structJSON/compileStructJSON.js +58 -0
- package/build/compilers/structJSON/compileStructJSON.test.js +19 -2
- package/build/helpers/convertSnakeToCamel.d.ts +4 -0
- package/build/helpers/convertSnakeToCamel.js +14 -0
- package/build/helpers/convertSnakeToCamel.test.d.ts +1 -0
- package/build/helpers/convertSnakeToCamel.test.js +18 -0
- package/build/helpers/getGradientPointsFromColor.d.ts +10 -1
- package/build/helpers/getGradientPointsFromColor.js +27 -6
- package/build/helpers/tokenHelpers.d.ts +22 -2
- package/build/helpers/tokenHelpers.js +53 -2
- package/build/helpers/tokenHelpers.test.js +46 -0
- package/build/themeProcessors/customMedia/customMedia.js +1 -10
- package/build/themeProcessors/extractGeneralTokens/extractGeneralTokens.js +8 -1
- package/interfaces/general/colors/index.d.ts +5 -0
- package/interfaces/general/gradients/index.d.ts +1 -1
- package/package.json +20 -9
- package/themeDescriptions/base/paradigm.js +2 -0
- package/themeDescriptions/base/vk.js +8 -3
- package/themes/calendar/cssVars/declarations/index.css +3 -0
- package/themes/calendar/cssVars/declarations/noSizes.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calendar/cssVars/theme/index.js +14 -0
- package/themes/calendar/cssVars/theme/index.json +14 -0
- package/themes/calendar/docs.json +12 -0
- package/themes/calendar/index.css +3 -0
- package/themes/calendar/index.js +5 -0
- package/themes/calendar/index.json +5 -0
- package/themes/calendar/index.less +3 -0
- package/themes/calendar/index.pcss +3 -0
- package/themes/calendar/index.scss +3 -0
- package/themes/calendar/index.styl +3 -0
- package/themes/calendar/struct.json +133 -4
- package/themes/calendarDark/cssVars/declarations/index.css +3 -0
- package/themes/calendarDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calendarDark/cssVars/theme/index.js +14 -0
- package/themes/calendarDark/cssVars/theme/index.json +14 -0
- package/themes/calendarDark/docs.json +12 -0
- package/themes/calendarDark/index.css +3 -0
- package/themes/calendarDark/index.js +5 -0
- package/themes/calendarDark/index.json +5 -0
- package/themes/calendarDark/index.less +3 -0
- package/themes/calendarDark/index.pcss +3 -0
- package/themes/calendarDark/index.scss +3 -0
- package/themes/calendarDark/index.styl +3 -0
- package/themes/calendarDark/struct.json +133 -4
- package/themes/calls/cssVars/declarations/index.css +3 -0
- package/themes/calls/cssVars/declarations/noSizes.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calls/cssVars/theme/index.js +14 -0
- package/themes/calls/cssVars/theme/index.json +14 -0
- package/themes/calls/docs.json +12 -0
- package/themes/calls/index.css +3 -0
- package/themes/calls/index.js +5 -0
- package/themes/calls/index.json +5 -0
- package/themes/calls/index.less +3 -0
- package/themes/calls/index.pcss +3 -0
- package/themes/calls/index.scss +3 -0
- package/themes/calls/index.styl +3 -0
- package/themes/calls/struct.json +133 -4
- package/themes/cloud/cssVars/declarations/index.css +3 -0
- package/themes/cloud/cssVars/declarations/noSizes.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/cloud/cssVars/theme/index.js +14 -0
- package/themes/cloud/cssVars/theme/index.json +14 -0
- package/themes/cloud/docs.json +12 -0
- package/themes/cloud/index.css +3 -0
- package/themes/cloud/index.js +5 -0
- package/themes/cloud/index.json +5 -0
- package/themes/cloud/index.less +3 -0
- package/themes/cloud/index.pcss +3 -0
- package/themes/cloud/index.scss +3 -0
- package/themes/cloud/index.styl +3 -0
- package/themes/cloud/struct.json +133 -4
- package/themes/cloudDark/cssVars/declarations/index.css +3 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/cloudDark/cssVars/theme/index.js +14 -0
- package/themes/cloudDark/cssVars/theme/index.json +14 -0
- package/themes/cloudDark/docs.json +12 -0
- package/themes/cloudDark/index.css +3 -0
- package/themes/cloudDark/index.js +5 -0
- package/themes/cloudDark/index.json +5 -0
- package/themes/cloudDark/index.less +3 -0
- package/themes/cloudDark/index.pcss +3 -0
- package/themes/cloudDark/index.scss +3 -0
- package/themes/cloudDark/index.styl +3 -0
- package/themes/cloudDark/struct.json +133 -4
- package/themes/dobro/cssVars/declarations/index.css +6 -3
- package/themes/dobro/cssVars/declarations/noSizes.css +6 -3
- package/themes/dobro/cssVars/declarations/onlyColors.css +6 -3
- package/themes/dobro/cssVars/declarations/onlyColors.js +2 -2
- package/themes/dobro/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/dobro/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/dobro/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/dobro/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/dobro/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/dobro/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/dobro/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/dobro/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/dobro/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/dobro/cssVars/theme/index.js +17 -3
- package/themes/dobro/cssVars/theme/index.json +17 -3
- package/themes/dobro/docs.json +12 -0
- package/themes/dobro/index.css +6 -3
- package/themes/dobro/index.js +8 -3
- package/themes/dobro/index.json +8 -3
- package/themes/dobro/index.less +6 -3
- package/themes/dobro/index.pcss +6 -3
- package/themes/dobro/index.scss +6 -3
- package/themes/dobro/index.styl +6 -3
- package/themes/dobro/struct.json +136 -7
- package/themes/dobroDark/cssVars/declarations/index.css +6 -3
- package/themes/dobroDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/dobroDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/dobroDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/dobroDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/dobroDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/dobroDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/dobroDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/dobroDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/dobroDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/dobroDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/dobroDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/dobroDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/dobroDark/cssVars/theme/index.js +17 -3
- package/themes/dobroDark/cssVars/theme/index.json +17 -3
- package/themes/dobroDark/docs.json +12 -0
- package/themes/dobroDark/index.css +6 -3
- package/themes/dobroDark/index.js +8 -3
- package/themes/dobroDark/index.json +8 -3
- package/themes/dobroDark/index.less +6 -3
- package/themes/dobroDark/index.pcss +6 -3
- package/themes/dobroDark/index.scss +6 -3
- package/themes/dobroDark/index.styl +6 -3
- package/themes/dobroDark/struct.json +136 -7
- package/themes/home/cssVars/declarations/index.css +3 -0
- package/themes/home/cssVars/declarations/noSizes.css +3 -0
- package/themes/home/cssVars/declarations/onlyColors.css +3 -0
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/home/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/home/cssVars/theme/index.js +14 -0
- package/themes/home/cssVars/theme/index.json +14 -0
- package/themes/home/docs.json +12 -0
- package/themes/home/index.css +3 -0
- package/themes/home/index.js +5 -0
- package/themes/home/index.json +5 -0
- package/themes/home/index.less +3 -0
- package/themes/home/index.pcss +3 -0
- package/themes/home/index.scss +3 -0
- package/themes/home/index.styl +3 -0
- package/themes/home/struct.json +133 -4
- package/themes/homeDark/cssVars/declarations/index.css +3 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/homeDark/cssVars/theme/index.js +14 -0
- package/themes/homeDark/cssVars/theme/index.json +14 -0
- package/themes/homeDark/docs.json +12 -0
- package/themes/homeDark/index.css +3 -0
- package/themes/homeDark/index.js +5 -0
- package/themes/homeDark/index.json +5 -0
- package/themes/homeDark/index.less +3 -0
- package/themes/homeDark/index.pcss +3 -0
- package/themes/homeDark/index.scss +3 -0
- package/themes/homeDark/index.styl +3 -0
- package/themes/homeDark/struct.json +133 -4
- package/themes/media/cssVars/declarations/index.css +3 -0
- package/themes/media/cssVars/declarations/noSizes.css +3 -0
- package/themes/media/cssVars/declarations/onlyColors.css +3 -0
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/media/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/media/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/media/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/media/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/media/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/media/cssVars/theme/index.js +14 -0
- package/themes/media/cssVars/theme/index.json +14 -0
- package/themes/media/docs.json +12 -0
- package/themes/media/index.css +3 -0
- package/themes/media/index.js +5 -0
- package/themes/media/index.json +5 -0
- package/themes/media/index.less +3 -0
- package/themes/media/index.pcss +3 -0
- package/themes/media/index.scss +3 -0
- package/themes/media/index.styl +3 -0
- package/themes/media/struct.json +133 -4
- package/themes/mediaDark/cssVars/declarations/index.css +3 -0
- package/themes/mediaDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/mediaDark/cssVars/theme/index.js +14 -0
- package/themes/mediaDark/cssVars/theme/index.json +14 -0
- package/themes/mediaDark/docs.json +12 -0
- package/themes/mediaDark/index.css +3 -0
- package/themes/mediaDark/index.js +5 -0
- package/themes/mediaDark/index.json +5 -0
- package/themes/mediaDark/index.less +3 -0
- package/themes/mediaDark/index.pcss +3 -0
- package/themes/mediaDark/index.scss +3 -0
- package/themes/mediaDark/index.styl +3 -0
- package/themes/mediaDark/struct.json +133 -4
- package/themes/mycom/cssVars/declarations/index.css +3 -0
- package/themes/mycom/cssVars/declarations/noSizes.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyColors.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/mycom/cssVars/theme/index.js +14 -0
- package/themes/mycom/cssVars/theme/index.json +14 -0
- package/themes/mycom/docs.json +12 -0
- package/themes/mycom/index.css +3 -0
- package/themes/mycom/index.js +5 -0
- package/themes/mycom/index.json +5 -0
- package/themes/mycom/index.less +3 -0
- package/themes/mycom/index.pcss +3 -0
- package/themes/mycom/index.scss +3 -0
- package/themes/mycom/index.styl +3 -0
- package/themes/mycom/struct.json +133 -4
- package/themes/octavius/cssVars/declarations/index.css +3 -0
- package/themes/octavius/cssVars/declarations/noSizes.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octavius/cssVars/theme/index.js +14 -0
- package/themes/octavius/cssVars/theme/index.json +14 -0
- package/themes/octavius/docs.json +12 -0
- package/themes/octavius/index.css +3 -0
- package/themes/octavius/index.js +5 -0
- package/themes/octavius/index.json +5 -0
- package/themes/octavius/index.less +3 -0
- package/themes/octavius/index.pcss +3 -0
- package/themes/octavius/index.scss +3 -0
- package/themes/octavius/index.styl +3 -0
- package/themes/octavius/struct.json +133 -4
- package/themes/octaviusCompact/cssVars/declarations/index.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusCompact/cssVars/theme/index.js +14 -0
- package/themes/octaviusCompact/cssVars/theme/index.json +14 -0
- package/themes/octaviusCompact/docs.json +12 -0
- package/themes/octaviusCompact/index.css +3 -0
- package/themes/octaviusCompact/index.js +5 -0
- package/themes/octaviusCompact/index.json +5 -0
- package/themes/octaviusCompact/index.less +3 -0
- package/themes/octaviusCompact/index.pcss +3 -0
- package/themes/octaviusCompact/index.scss +3 -0
- package/themes/octaviusCompact/index.styl +3 -0
- package/themes/octaviusCompact/struct.json +133 -4
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.js +14 -0
- package/themes/octaviusCompactDark/cssVars/theme/index.json +14 -0
- package/themes/octaviusCompactDark/docs.json +12 -0
- package/themes/octaviusCompactDark/index.css +3 -0
- package/themes/octaviusCompactDark/index.js +5 -0
- package/themes/octaviusCompactDark/index.json +5 -0
- package/themes/octaviusCompactDark/index.less +3 -0
- package/themes/octaviusCompactDark/index.pcss +3 -0
- package/themes/octaviusCompactDark/index.scss +3 -0
- package/themes/octaviusCompactDark/index.styl +3 -0
- package/themes/octaviusCompactDark/struct.json +133 -4
- package/themes/octaviusDark/cssVars/declarations/index.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusDark/cssVars/theme/index.js +14 -0
- package/themes/octaviusDark/cssVars/theme/index.json +14 -0
- package/themes/octaviusDark/docs.json +12 -0
- package/themes/octaviusDark/index.css +3 -0
- package/themes/octaviusDark/index.js +5 -0
- package/themes/octaviusDark/index.json +5 -0
- package/themes/octaviusDark/index.less +3 -0
- package/themes/octaviusDark/index.pcss +3 -0
- package/themes/octaviusDark/index.scss +3 -0
- package/themes/octaviusDark/index.styl +3 -0
- package/themes/octaviusDark/struct.json +133 -4
- package/themes/octaviusVK/cssVars/declarations/index.css +6 -3
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +6 -3
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +6 -3
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/octaviusVK/cssVars/theme/index.js +17 -3
- package/themes/octaviusVK/cssVars/theme/index.json +17 -3
- package/themes/octaviusVK/docs.json +12 -0
- package/themes/octaviusVK/index.css +6 -3
- package/themes/octaviusVK/index.js +8 -3
- package/themes/octaviusVK/index.json +8 -3
- package/themes/octaviusVK/index.less +6 -3
- package/themes/octaviusVK/index.pcss +6 -3
- package/themes/octaviusVK/index.scss +6 -3
- package/themes/octaviusVK/index.styl +6 -3
- package/themes/octaviusVK/struct.json +136 -7
- package/themes/octaviusVKDark/cssVars/declarations/index.css +6 -3
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/octaviusVKDark/cssVars/theme/index.js +17 -3
- package/themes/octaviusVKDark/cssVars/theme/index.json +17 -3
- package/themes/octaviusVKDark/docs.json +12 -0
- package/themes/octaviusVKDark/index.css +6 -3
- package/themes/octaviusVKDark/index.js +8 -3
- package/themes/octaviusVKDark/index.json +8 -3
- package/themes/octaviusVKDark/index.less +6 -3
- package/themes/octaviusVKDark/index.pcss +6 -3
- package/themes/octaviusVKDark/index.scss +6 -3
- package/themes/octaviusVKDark/index.styl +6 -3
- package/themes/octaviusVKDark/struct.json +136 -7
- package/themes/octaviusWhite/cssVars/declarations/index.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusWhite/cssVars/theme/index.js +14 -0
- package/themes/octaviusWhite/cssVars/theme/index.json +14 -0
- package/themes/octaviusWhite/docs.json +12 -0
- package/themes/octaviusWhite/index.css +3 -0
- package/themes/octaviusWhite/index.js +5 -0
- package/themes/octaviusWhite/index.json +5 -0
- package/themes/octaviusWhite/index.less +3 -0
- package/themes/octaviusWhite/index.pcss +3 -0
- package/themes/octaviusWhite/index.scss +3 -0
- package/themes/octaviusWhite/index.styl +3 -0
- package/themes/octaviusWhite/struct.json +133 -4
- package/themes/octaviusWhiteDark/cssVars/declarations/index.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/octaviusWhiteDark/cssVars/theme/index.js +14 -0
- package/themes/octaviusWhiteDark/cssVars/theme/index.json +14 -0
- package/themes/octaviusWhiteDark/docs.json +12 -0
- package/themes/octaviusWhiteDark/index.css +3 -0
- package/themes/octaviusWhiteDark/index.js +5 -0
- package/themes/octaviusWhiteDark/index.json +5 -0
- package/themes/octaviusWhiteDark/index.less +3 -0
- package/themes/octaviusWhiteDark/index.pcss +3 -0
- package/themes/octaviusWhiteDark/index.scss +3 -0
- package/themes/octaviusWhiteDark/index.styl +3 -0
- package/themes/octaviusWhiteDark/struct.json +133 -4
- package/themes/otvet/cssVars/declarations/index.css +3 -0
- package/themes/otvet/cssVars/declarations/noSizes.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/otvet/cssVars/theme/index.js +14 -0
- package/themes/otvet/cssVars/theme/index.json +14 -0
- package/themes/otvet/docs.json +12 -0
- package/themes/otvet/index.css +3 -0
- package/themes/otvet/index.js +5 -0
- package/themes/otvet/index.json +5 -0
- package/themes/otvet/index.less +3 -0
- package/themes/otvet/index.pcss +3 -0
- package/themes/otvet/index.scss +3 -0
- package/themes/otvet/index.styl +3 -0
- package/themes/otvet/struct.json +133 -4
- package/themes/otvetDark/cssVars/declarations/index.css +3 -0
- package/themes/otvetDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/otvetDark/cssVars/theme/index.js +14 -0
- package/themes/otvetDark/cssVars/theme/index.json +14 -0
- package/themes/otvetDark/docs.json +12 -0
- package/themes/otvetDark/index.css +3 -0
- package/themes/otvetDark/index.js +5 -0
- package/themes/otvetDark/index.json +5 -0
- package/themes/otvetDark/index.less +3 -0
- package/themes/otvetDark/index.pcss +3 -0
- package/themes/otvetDark/index.scss +3 -0
- package/themes/otvetDark/index.styl +3 -0
- package/themes/otvetDark/struct.json +133 -4
- package/themes/paradigmBase/cssVars/declarations/index.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/paradigmBase/cssVars/theme/index.js +14 -0
- package/themes/paradigmBase/cssVars/theme/index.json +14 -0
- package/themes/paradigmBase/docs.json +12 -0
- package/themes/paradigmBase/index.css +3 -0
- package/themes/paradigmBase/index.js +5 -0
- package/themes/paradigmBase/index.json +5 -0
- package/themes/paradigmBase/index.less +3 -0
- package/themes/paradigmBase/index.pcss +3 -0
- package/themes/paradigmBase/index.scss +3 -0
- package/themes/paradigmBase/index.styl +3 -0
- package/themes/paradigmBase/struct.json +133 -4
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +14 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +14 -0
- package/themes/paradigmBaseDark/docs.json +12 -0
- package/themes/paradigmBaseDark/index.css +3 -0
- package/themes/paradigmBaseDark/index.js +5 -0
- package/themes/paradigmBaseDark/index.json +5 -0
- package/themes/paradigmBaseDark/index.less +3 -0
- package/themes/paradigmBaseDark/index.pcss +3 -0
- package/themes/paradigmBaseDark/index.scss +3 -0
- package/themes/paradigmBaseDark/index.styl +3 -0
- package/themes/paradigmBaseDark/struct.json +133 -4
- package/themes/pharma/cssVars/declarations/index.css +3 -0
- package/themes/pharma/cssVars/declarations/noSizes.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyColors.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/pharma/cssVars/theme/index.js +14 -0
- package/themes/pharma/cssVars/theme/index.json +14 -0
- package/themes/pharma/docs.json +12 -0
- package/themes/pharma/index.css +3 -0
- package/themes/pharma/index.js +5 -0
- package/themes/pharma/index.json +5 -0
- package/themes/pharma/index.less +3 -0
- package/themes/pharma/index.pcss +3 -0
- package/themes/pharma/index.scss +3 -0
- package/themes/pharma/index.styl +3 -0
- package/themes/pharma/struct.json +133 -4
- package/themes/portalUI/cssVars/declarations/index.css +3 -0
- package/themes/portalUI/cssVars/declarations/noSizes.css +3 -0
- package/themes/portalUI/cssVars/declarations/onlyColors.css +3 -0
- package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/portalUI/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/portalUI/cssVars/theme/index.js +14 -0
- package/themes/portalUI/cssVars/theme/index.json +14 -0
- package/themes/portalUI/docs.json +12 -0
- package/themes/portalUI/index.css +3 -0
- package/themes/portalUI/index.js +5 -0
- package/themes/portalUI/index.json +5 -0
- package/themes/portalUI/index.less +3 -0
- package/themes/portalUI/index.pcss +3 -0
- package/themes/portalUI/index.scss +3 -0
- package/themes/portalUI/index.styl +3 -0
- package/themes/portalUI/struct.json +133 -4
- package/themes/portalUIDark/cssVars/declarations/index.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/portalUIDark/cssVars/theme/index.js +14 -0
- package/themes/portalUIDark/cssVars/theme/index.json +14 -0
- package/themes/portalUIDark/docs.json +12 -0
- package/themes/portalUIDark/index.css +3 -0
- package/themes/portalUIDark/index.js +5 -0
- package/themes/portalUIDark/index.json +5 -0
- package/themes/portalUIDark/index.less +3 -0
- package/themes/portalUIDark/index.pcss +3 -0
- package/themes/portalUIDark/index.scss +3 -0
- package/themes/portalUIDark/index.styl +3 -0
- package/themes/portalUIDark/struct.json +133 -4
- package/themes/promo/cssVars/declarations/index.css +3 -0
- package/themes/promo/cssVars/declarations/noSizes.css +3 -0
- package/themes/promo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/promo/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/promo/cssVars/theme/index.js +14 -0
- package/themes/promo/cssVars/theme/index.json +14 -0
- package/themes/promo/docs.json +12 -0
- package/themes/promo/index.css +3 -0
- package/themes/promo/index.js +5 -0
- package/themes/promo/index.json +5 -0
- package/themes/promo/index.less +3 -0
- package/themes/promo/index.pcss +3 -0
- package/themes/promo/index.scss +3 -0
- package/themes/promo/index.styl +3 -0
- package/themes/promo/struct.json +133 -4
- package/themes/pulse/struct.json +1 -1
- package/themes/pulseDark/struct.json +1 -1
- package/themes/search/cssVars/declarations/index.css +3 -0
- package/themes/search/cssVars/declarations/noSizes.css +3 -0
- package/themes/search/cssVars/declarations/onlyColors.css +3 -0
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/search/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/search/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/search/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/search/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/search/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/search/cssVars/theme/index.js +14 -0
- package/themes/search/cssVars/theme/index.json +14 -0
- package/themes/search/docs.json +12 -0
- package/themes/search/index.css +3 -0
- package/themes/search/index.js +5 -0
- package/themes/search/index.json +5 -0
- package/themes/search/index.less +3 -0
- package/themes/search/index.pcss +3 -0
- package/themes/search/index.scss +3 -0
- package/themes/search/index.styl +3 -0
- package/themes/search/struct.json +133 -4
- package/themes/todo/cssVars/declarations/index.css +3 -0
- package/themes/todo/cssVars/declarations/noSizes.css +3 -0
- package/themes/todo/cssVars/declarations/onlyColors.css +3 -0
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/todo/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/todo/cssVars/theme/index.js +14 -0
- package/themes/todo/cssVars/theme/index.json +14 -0
- package/themes/todo/docs.json +12 -0
- package/themes/todo/index.css +3 -0
- package/themes/todo/index.js +5 -0
- package/themes/todo/index.json +5 -0
- package/themes/todo/index.less +3 -0
- package/themes/todo/index.pcss +3 -0
- package/themes/todo/index.scss +3 -0
- package/themes/todo/index.styl +3 -0
- package/themes/todo/struct.json +133 -4
- package/themes/tutoria/cssVars/declarations/index.css +6 -3
- package/themes/tutoria/cssVars/declarations/noSizes.css +6 -3
- package/themes/tutoria/cssVars/declarations/onlyColors.css +6 -3
- package/themes/tutoria/cssVars/declarations/onlyColors.js +2 -2
- package/themes/tutoria/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/tutoria/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/tutoria/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/tutoria/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/tutoria/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/tutoria/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/tutoria/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/tutoria/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/tutoria/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/tutoria/cssVars/theme/index.js +17 -3
- package/themes/tutoria/cssVars/theme/index.json +17 -3
- package/themes/tutoria/docs.json +12 -0
- package/themes/tutoria/index.css +6 -3
- package/themes/tutoria/index.js +8 -3
- package/themes/tutoria/index.json +8 -3
- package/themes/tutoria/index.less +6 -3
- package/themes/tutoria/index.pcss +6 -3
- package/themes/tutoria/index.scss +6 -3
- package/themes/tutoria/index.styl +6 -3
- package/themes/tutoria/struct.json +136 -7
- package/themes/tutoriaDark/cssVars/declarations/index.css +6 -3
- package/themes/tutoriaDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/tutoriaDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/tutoriaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/tutoriaDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/tutoriaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/tutoriaDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/tutoriaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/tutoriaDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/tutoriaDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/tutoriaDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/tutoriaDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/tutoriaDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/tutoriaDark/cssVars/theme/index.js +17 -3
- package/themes/tutoriaDark/cssVars/theme/index.json +17 -3
- package/themes/tutoriaDark/docs.json +12 -0
- package/themes/tutoriaDark/index.css +6 -3
- package/themes/tutoriaDark/index.js +8 -3
- package/themes/tutoriaDark/index.json +8 -3
- package/themes/tutoriaDark/index.less +6 -3
- package/themes/tutoriaDark/index.pcss +6 -3
- package/themes/tutoriaDark/index.scss +6 -3
- package/themes/tutoriaDark/index.styl +6 -3
- package/themes/tutoriaDark/struct.json +136 -7
- package/themes/vkAccessibility/cssVars/declarations/index.css +6 -3
- package/themes/vkAccessibility/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkAccessibility/cssVars/theme/index.js +17 -3
- package/themes/vkAccessibility/cssVars/theme/index.json +17 -3
- package/themes/vkAccessibility/docs.json +12 -0
- package/themes/vkAccessibility/index.css +6 -3
- package/themes/vkAccessibility/index.js +8 -3
- package/themes/vkAccessibility/index.json +8 -3
- package/themes/vkAccessibility/index.less +6 -3
- package/themes/vkAccessibility/index.pcss +6 -3
- package/themes/vkAccessibility/index.scss +6 -3
- package/themes/vkAccessibility/index.styl +6 -3
- package/themes/vkAccessibility/struct.json +136 -7
- package/themes/vkAccessibilityDark/cssVars/declarations/index.css +6 -3
- package/themes/vkAccessibilityDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkAccessibilityDark/cssVars/theme/index.js +17 -3
- package/themes/vkAccessibilityDark/cssVars/theme/index.json +17 -3
- package/themes/vkAccessibilityDark/docs.json +12 -0
- package/themes/vkAccessibilityDark/index.css +6 -3
- package/themes/vkAccessibilityDark/index.js +8 -3
- package/themes/vkAccessibilityDark/index.json +8 -3
- package/themes/vkAccessibilityDark/index.less +6 -3
- package/themes/vkAccessibilityDark/index.pcss +6 -3
- package/themes/vkAccessibilityDark/index.scss +6 -3
- package/themes/vkAccessibilityDark/index.styl +6 -3
- package/themes/vkAccessibilityDark/struct.json +136 -7
- package/themes/vkAccessibilityIOS/cssVars/declarations/index.css +6 -3
- package/themes/vkAccessibilityIOS/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/index.js +17 -3
- package/themes/vkAccessibilityIOS/cssVars/theme/index.json +17 -3
- package/themes/vkAccessibilityIOS/docs.json +12 -0
- package/themes/vkAccessibilityIOS/index.css +6 -3
- package/themes/vkAccessibilityIOS/index.js +8 -3
- package/themes/vkAccessibilityIOS/index.json +8 -3
- package/themes/vkAccessibilityIOS/index.less +6 -3
- package/themes/vkAccessibilityIOS/index.pcss +6 -3
- package/themes/vkAccessibilityIOS/index.scss +6 -3
- package/themes/vkAccessibilityIOS/index.styl +6 -3
- package/themes/vkAccessibilityIOS/struct.json +136 -7
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/index.css +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.js +17 -3
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.json +17 -3
- package/themes/vkAccessibilityIOSDark/docs.json +12 -0
- package/themes/vkAccessibilityIOSDark/index.css +6 -3
- package/themes/vkAccessibilityIOSDark/index.js +8 -3
- package/themes/vkAccessibilityIOSDark/index.json +8 -3
- package/themes/vkAccessibilityIOSDark/index.less +6 -3
- package/themes/vkAccessibilityIOSDark/index.pcss +6 -3
- package/themes/vkAccessibilityIOSDark/index.scss +6 -3
- package/themes/vkAccessibilityIOSDark/index.styl +6 -3
- package/themes/vkAccessibilityIOSDark/struct.json +136 -7
- package/themes/vkBase/cssVars/declarations/index.css +6 -3
- package/themes/vkBase/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkBase/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkBase/cssVars/theme/index.js +17 -3
- package/themes/vkBase/cssVars/theme/index.json +17 -3
- package/themes/vkBase/docs.json +12 -0
- package/themes/vkBase/index.css +6 -3
- package/themes/vkBase/index.js +8 -3
- package/themes/vkBase/index.json +8 -3
- package/themes/vkBase/index.less +6 -3
- package/themes/vkBase/index.pcss +6 -3
- package/themes/vkBase/index.scss +6 -3
- package/themes/vkBase/index.styl +6 -3
- package/themes/vkBase/struct.json +136 -7
- package/themes/vkBaseDark/cssVars/declarations/index.css +6 -3
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkBaseDark/cssVars/theme/index.js +17 -3
- package/themes/vkBaseDark/cssVars/theme/index.json +17 -3
- package/themes/vkBaseDark/docs.json +12 -0
- package/themes/vkBaseDark/index.css +6 -3
- package/themes/vkBaseDark/index.js +8 -3
- package/themes/vkBaseDark/index.json +8 -3
- package/themes/vkBaseDark/index.less +6 -3
- package/themes/vkBaseDark/index.pcss +6 -3
- package/themes/vkBaseDark/index.scss +6 -3
- package/themes/vkBaseDark/index.styl +6 -3
- package/themes/vkBaseDark/struct.json +136 -7
- package/themes/vkCom/cssVars/declarations/index.css +6 -3
- package/themes/vkCom/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkCom/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkCom/cssVars/theme/index.js +17 -3
- package/themes/vkCom/cssVars/theme/index.json +17 -3
- package/themes/vkCom/docs.json +12 -0
- package/themes/vkCom/index.css +6 -3
- package/themes/vkCom/index.js +8 -3
- package/themes/vkCom/index.json +8 -3
- package/themes/vkCom/index.less +6 -3
- package/themes/vkCom/index.pcss +6 -3
- package/themes/vkCom/index.scss +6 -3
- package/themes/vkCom/index.styl +6 -3
- package/themes/vkCom/struct.json +136 -7
- package/themes/vkComDark/cssVars/declarations/index.css +7 -4
- package/themes/vkComDark/cssVars/declarations/noColors.css +2 -2
- package/themes/vkComDark/cssVars/declarations/noSizes.css +7 -4
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +5 -2
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +7 -4
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +7 -4
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +8 -0
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +7 -4
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +7 -4
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +7 -4
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +7 -4
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +7 -4
- package/themes/vkComDark/cssVars/theme/index.js +18 -4
- package/themes/vkComDark/cssVars/theme/index.json +18 -4
- package/themes/vkComDark/docs.json +12 -0
- package/themes/vkComDark/index.css +7 -4
- package/themes/vkComDark/index.js +9 -4
- package/themes/vkComDark/index.json +9 -4
- package/themes/vkComDark/index.less +7 -4
- package/themes/vkComDark/index.pcss +7 -4
- package/themes/vkComDark/index.scss +7 -4
- package/themes/vkComDark/index.styl +7 -4
- package/themes/vkComDark/struct.json +135 -6
- package/themes/vkIOS/cssVars/declarations/index.css +6 -3
- package/themes/vkIOS/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkIOS/cssVars/theme/index.js +17 -3
- package/themes/vkIOS/cssVars/theme/index.json +17 -3
- package/themes/vkIOS/docs.json +12 -0
- package/themes/vkIOS/index.css +6 -3
- package/themes/vkIOS/index.js +8 -3
- package/themes/vkIOS/index.json +8 -3
- package/themes/vkIOS/index.less +6 -3
- package/themes/vkIOS/index.pcss +6 -3
- package/themes/vkIOS/index.scss +6 -3
- package/themes/vkIOS/index.styl +6 -3
- package/themes/vkIOS/struct.json +136 -7
- package/themes/vkIOSDark/cssVars/declarations/index.css +6 -3
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkIOSDark/cssVars/theme/index.js +17 -3
- package/themes/vkIOSDark/cssVars/theme/index.json +17 -3
- package/themes/vkIOSDark/docs.json +12 -0
- package/themes/vkIOSDark/index.css +6 -3
- package/themes/vkIOSDark/index.js +8 -3
- package/themes/vkIOSDark/index.json +8 -3
- package/themes/vkIOSDark/index.less +6 -3
- package/themes/vkIOSDark/index.pcss +6 -3
- package/themes/vkIOSDark/index.scss +6 -3
- package/themes/vkIOSDark/index.styl +6 -3
- package/themes/vkIOSDark/struct.json +136 -7
- package/themes/vkIdOk/cssVars/declarations/index.css +6 -3
- package/themes/vkIdOk/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkIdOk/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkIdOk/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +6 -3
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkIdOk/cssVars/theme/index.js +17 -3
- package/themes/vkIdOk/cssVars/theme/index.json +17 -3
- package/themes/vkIdOk/docs.json +12 -0
- package/themes/vkIdOk/index.css +6 -3
- package/themes/vkIdOk/index.js +8 -3
- package/themes/vkIdOk/index.json +8 -3
- package/themes/vkIdOk/index.less +6 -3
- package/themes/vkIdOk/index.pcss +6 -3
- package/themes/vkIdOk/index.scss +6 -3
- package/themes/vkIdOk/index.styl +6 -3
- package/themes/vkIdOk/struct.json +136 -7
- package/themes/vkIdOkDark/cssVars/declarations/index.css +6 -3
- package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -3
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkIdOkDark/cssVars/theme/index.js +17 -3
- package/themes/vkIdOkDark/cssVars/theme/index.json +17 -3
- package/themes/vkIdOkDark/docs.json +12 -0
- package/themes/vkIdOkDark/index.css +6 -3
- package/themes/vkIdOkDark/index.js +8 -3
- package/themes/vkIdOkDark/index.json +8 -3
- package/themes/vkIdOkDark/index.less +6 -3
- package/themes/vkIdOkDark/index.pcss +6 -3
- package/themes/vkIdOkDark/index.scss +6 -3
- package/themes/vkIdOkDark/index.styl +6 -3
- package/themes/vkIdOkDark/struct.json +136 -7
- package/themes/vkIdOkIOS/cssVars/declarations/index.css +6 -3
- package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkIdOkIOS/cssVars/theme/index.js +17 -3
- package/themes/vkIdOkIOS/cssVars/theme/index.json +17 -3
- package/themes/vkIdOkIOS/docs.json +12 -0
- package/themes/vkIdOkIOS/index.css +6 -3
- package/themes/vkIdOkIOS/index.js +8 -3
- package/themes/vkIdOkIOS/index.json +8 -3
- package/themes/vkIdOkIOS/index.less +6 -3
- package/themes/vkIdOkIOS/index.pcss +6 -3
- package/themes/vkIdOkIOS/index.scss +6 -3
- package/themes/vkIdOkIOS/index.styl +6 -3
- package/themes/vkIdOkIOS/struct.json +136 -7
- package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +6 -3
- package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +6 -3
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +6 -3
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +6 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +6 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +6 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +6 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +6 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +6 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/index.js +17 -3
- package/themes/vkIdOkIOSDark/cssVars/theme/index.json +17 -3
- package/themes/vkIdOkIOSDark/docs.json +12 -0
- package/themes/vkIdOkIOSDark/index.css +6 -3
- package/themes/vkIdOkIOSDark/index.js +8 -3
- package/themes/vkIdOkIOSDark/index.json +8 -3
- package/themes/vkIdOkIOSDark/index.less +6 -3
- package/themes/vkIdOkIOSDark/index.pcss +6 -3
- package/themes/vkIdOkIOSDark/index.scss +6 -3
- package/themes/vkIdOkIOSDark/index.styl +6 -3
- package/themes/vkIdOkIOSDark/struct.json +136 -7
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +44 -41
- package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +38 -38
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +44 -41
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +44 -41
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +44 -41
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -34
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +44 -41
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +44 -41
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +44 -41
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +44 -41
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +44 -41
- package/themes/vkontakteAndroid/cssVars/theme/index.js +127 -113
- package/themes/vkontakteAndroid/cssVars/theme/index.json +127 -113
- package/themes/vkontakteAndroid/docs.json +12 -0
- package/themes/vkontakteAndroid/index.css +44 -41
- package/themes/vkontakteAndroid/index.js +46 -41
- package/themes/vkontakteAndroid/index.json +46 -41
- package/themes/vkontakteAndroid/index.less +44 -41
- package/themes/vkontakteAndroid/index.pcss +44 -41
- package/themes/vkontakteAndroid/index.scss +44 -41
- package/themes/vkontakteAndroid/index.styl +44 -41
- package/themes/vkontakteAndroid/struct.json +96 -43
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +44 -41
- package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +38 -38
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +44 -41
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +44 -41
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +44 -41
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -34
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +44 -41
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +44 -41
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +44 -41
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +44 -41
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +44 -41
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +127 -113
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +127 -113
- package/themes/vkontakteAndroidDark/docs.json +12 -0
- package/themes/vkontakteAndroidDark/index.css +44 -41
- package/themes/vkontakteAndroidDark/index.js +46 -41
- package/themes/vkontakteAndroidDark/index.json +46 -41
- package/themes/vkontakteAndroidDark/index.less +44 -41
- package/themes/vkontakteAndroidDark/index.pcss +44 -41
- package/themes/vkontakteAndroidDark/index.scss +44 -41
- package/themes/vkontakteAndroidDark/index.styl +44 -41
- package/themes/vkontakteAndroidDark/struct.json +96 -43
- package/themes/vkontakteCom/cssVars/declarations/index.css +40 -37
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +34 -34
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +40 -37
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +40 -37
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +40 -37
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocalIncremental.css +34 -34
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +40 -37
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +40 -37
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +40 -37
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +40 -37
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +40 -37
- package/themes/vkontakteCom/cssVars/theme/index.js +99 -85
- package/themes/vkontakteCom/cssVars/theme/index.json +99 -85
- package/themes/vkontakteCom/docs.json +12 -0
- package/themes/vkontakteCom/index.css +40 -37
- package/themes/vkontakteCom/index.js +42 -37
- package/themes/vkontakteCom/index.json +42 -37
- package/themes/vkontakteCom/index.less +40 -37
- package/themes/vkontakteCom/index.pcss +40 -37
- package/themes/vkontakteCom/index.scss +40 -37
- package/themes/vkontakteCom/index.styl +40 -37
- package/themes/vkontakteCom/struct.json +170 -41
- package/themes/vkontakteComDark/cssVars/declarations/index.css +41 -38
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +36 -36
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +41 -38
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +5 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +41 -38
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +41 -38
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +34 -34
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +41 -38
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +41 -38
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +41 -38
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +41 -38
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +41 -38
- package/themes/vkontakteComDark/cssVars/theme/index.js +100 -86
- package/themes/vkontakteComDark/cssVars/theme/index.json +100 -86
- package/themes/vkontakteComDark/docs.json +12 -0
- package/themes/vkontakteComDark/index.css +41 -38
- package/themes/vkontakteComDark/index.js +43 -38
- package/themes/vkontakteComDark/index.json +43 -38
- package/themes/vkontakteComDark/index.less +41 -38
- package/themes/vkontakteComDark/index.pcss +41 -38
- package/themes/vkontakteComDark/index.scss +41 -38
- package/themes/vkontakteComDark/index.styl +41 -38
- package/themes/vkontakteComDark/struct.json +169 -40
- package/themes/vkontakteIOS/cssVars/declarations/index.css +40 -37
- package/themes/vkontakteIOS/cssVars/declarations/noColors.css +34 -34
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +40 -37
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +40 -37
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +40 -37
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocalIncremental.css +34 -34
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +40 -37
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +40 -37
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +40 -37
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +40 -37
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +40 -37
- package/themes/vkontakteIOS/cssVars/theme/index.js +99 -85
- package/themes/vkontakteIOS/cssVars/theme/index.json +99 -85
- package/themes/vkontakteIOS/docs.json +12 -0
- package/themes/vkontakteIOS/index.css +40 -37
- package/themes/vkontakteIOS/index.js +42 -37
- package/themes/vkontakteIOS/index.json +42 -37
- package/themes/vkontakteIOS/index.less +40 -37
- package/themes/vkontakteIOS/index.pcss +40 -37
- package/themes/vkontakteIOS/index.scss +40 -37
- package/themes/vkontakteIOS/index.styl +40 -37
- package/themes/vkontakteIOS/struct.json +170 -41
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +40 -37
- package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +34 -34
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +40 -37
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +6 -3
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +40 -37
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +40 -37
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocalIncremental.css +34 -34
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +40 -37
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +40 -37
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +40 -37
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +40 -37
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +40 -37
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +99 -85
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +99 -85
- package/themes/vkontakteIOSDark/docs.json +12 -0
- package/themes/vkontakteIOSDark/index.css +40 -37
- package/themes/vkontakteIOSDark/index.js +42 -37
- package/themes/vkontakteIOSDark/index.json +42 -37
- package/themes/vkontakteIOSDark/index.less +40 -37
- package/themes/vkontakteIOSDark/index.pcss +40 -37
- package/themes/vkontakteIOSDark/index.scss +40 -37
- package/themes/vkontakteIOSDark/index.styl +40 -37
- package/themes/vkontakteIOSDark/struct.json +170 -41
- package/themes/widgets/cssVars/declarations/index.css +3 -0
- package/themes/widgets/cssVars/declarations/noSizes.css +3 -0
- package/themes/widgets/cssVars/declarations/onlyColors.css +3 -0
- package/themes/widgets/cssVars/declarations/onlyColors.js +2 -2
- package/themes/widgets/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/widgets/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/widgets/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/widgets/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/widgets/cssVars/theme/index.js +14 -0
- package/themes/widgets/cssVars/theme/index.json +14 -0
- package/themes/widgets/docs.json +12 -0
- package/themes/widgets/index.css +3 -0
- package/themes/widgets/index.js +5 -0
- package/themes/widgets/index.json +5 -0
- package/themes/widgets/index.less +3 -0
- package/themes/widgets/index.pcss +3 -0
- package/themes/widgets/index.scss +3 -0
- package/themes/widgets/index.styl +3 -0
- package/themes/widgets/struct.json +133 -4
- package/themes/widgetsDark/cssVars/declarations/index.css +3 -0
- package/themes/widgetsDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/widgetsDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/widgetsDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/widgetsDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/widgetsDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/widgetsDark/cssVars/theme/index.js +14 -0
- package/themes/widgetsDark/cssVars/theme/index.json +14 -0
- package/themes/widgetsDark/docs.json +12 -0
- package/themes/widgetsDark/index.css +3 -0
- package/themes/widgetsDark/index.js +5 -0
- package/themes/widgetsDark/index.json +5 -0
- package/themes/widgetsDark/index.less +3 -0
- package/themes/widgetsDark/index.pcss +3 -0
- package/themes/widgetsDark/index.scss +3 -0
- package/themes/widgetsDark/index.styl +3 -0
- package/themes/widgetsDark/struct.json +133 -4
- package/themes/workspaceAdmin/cssVars/declarations/index.css +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/workspaceAdmin/cssVars/theme/index.js +14 -0
- package/themes/workspaceAdmin/cssVars/theme/index.json +14 -0
- package/themes/workspaceAdmin/docs.json +12 -0
- package/themes/workspaceAdmin/index.css +3 -0
- package/themes/workspaceAdmin/index.js +5 -0
- package/themes/workspaceAdmin/index.json +5 -0
- package/themes/workspaceAdmin/index.less +3 -0
- package/themes/workspaceAdmin/index.pcss +3 -0
- package/themes/workspaceAdmin/index.scss +3 -0
- package/themes/workspaceAdmin/index.styl +3 -0
- package/themes/workspaceAdmin/struct.json +133 -4
- package/themes/workspaceAdminDark/cssVars/declarations/index.css +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/workspaceAdminDark/cssVars/theme/index.js +14 -0
- package/themes/workspaceAdminDark/cssVars/theme/index.json +14 -0
- package/themes/workspaceAdminDark/docs.json +12 -0
- package/themes/workspaceAdminDark/index.css +3 -0
- package/themes/workspaceAdminDark/index.js +5 -0
- package/themes/workspaceAdminDark/index.json +5 -0
- package/themes/workspaceAdminDark/index.less +3 -0
- package/themes/workspaceAdminDark/index.pcss +3 -0
- package/themes/workspaceAdminDark/index.scss +3 -0
- package/themes/workspaceAdminDark/index.styl +3 -0
- package/themes/workspaceAdminDark/struct.json +133 -4
- package/themes/workspaceLandings/cssVars/declarations/index.css +3 -0
- package/themes/workspaceLandings/cssVars/declarations/noSizes.css +3 -0
- package/themes/workspaceLandings/cssVars/declarations/onlyColors.css +3 -0
- package/themes/workspaceLandings/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceLandings/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/workspaceLandings/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/workspaceLandings/cssVars/theme/index.js +14 -0
- package/themes/workspaceLandings/cssVars/theme/index.json +14 -0
- package/themes/workspaceLandings/docs.json +12 -0
- package/themes/workspaceLandings/index.css +3 -0
- package/themes/workspaceLandings/index.js +5 -0
- package/themes/workspaceLandings/index.json +5 -0
- package/themes/workspaceLandings/index.less +3 -0
- package/themes/workspaceLandings/index.pcss +3 -0
- package/themes/workspaceLandings/index.scss +3 -0
- package/themes/workspaceLandings/index.styl +3 -0
- package/themes/workspaceLandings/struct.json +133 -4
|
@@ -1,6 +1,22 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
var __assign = (this && this.__assign) || function () {
|
|
3
|
+
__assign = Object.assign || function(t) {
|
|
4
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
5
|
+
s = arguments[i];
|
|
6
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
7
|
+
t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
14
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
15
|
+
};
|
|
2
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
17
|
exports.compileStructJSON = void 0;
|
|
18
|
+
var color_1 = __importDefault(require("color"));
|
|
19
|
+
var convertSnakeToCamel_1 = require("../../helpers/convertSnakeToCamel");
|
|
4
20
|
var groups = [
|
|
5
21
|
'fontFamily',
|
|
6
22
|
'fontWeight',
|
|
@@ -16,6 +32,45 @@ var groups = [
|
|
|
16
32
|
'theme',
|
|
17
33
|
'other',
|
|
18
34
|
];
|
|
35
|
+
function parseRawToken(rawToken) {
|
|
36
|
+
var percentMatch = rawToken.match(/\d+$/);
|
|
37
|
+
var step = percentMatch && percentMatch.length > 0 ? parseFloat(percentMatch[0]) / 100 : undefined;
|
|
38
|
+
rawToken = rawToken.replace(/^,\s/g, '').replace(/\d+$/g, '').trim();
|
|
39
|
+
if (rawToken.startsWith('var(')) {
|
|
40
|
+
var varNameRaw = /^var\(([\w\-_]+)/.exec(rawToken);
|
|
41
|
+
if (varNameRaw) {
|
|
42
|
+
var varName = varNameRaw[1];
|
|
43
|
+
var varValue = rawToken.slice(varNameRaw[0].length, -1).trim().slice(1).trim();
|
|
44
|
+
return {
|
|
45
|
+
color: varValue,
|
|
46
|
+
token: (0, convertSnakeToCamel_1.convertSnakeToCamel)(varName),
|
|
47
|
+
step: step,
|
|
48
|
+
alpha: new color_1.default(varValue).alpha(),
|
|
49
|
+
};
|
|
50
|
+
}
|
|
51
|
+
}
|
|
52
|
+
return {
|
|
53
|
+
color: rawToken,
|
|
54
|
+
step: step,
|
|
55
|
+
alpha: new color_1.default(rawToken).alpha(),
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
function compileStructGradients(cssGradients) {
|
|
59
|
+
var structGradients = {};
|
|
60
|
+
var keys = Object.keys(cssGradients);
|
|
61
|
+
for (var _i = 0, keys_1 = keys; _i < keys_1.length; _i++) {
|
|
62
|
+
var key = keys_1[_i];
|
|
63
|
+
var rawPoints = cssGradients[key].split('%').slice(0, -1);
|
|
64
|
+
structGradients[key] = rawPoints.map(parseRawToken).map(function (structToken, index, array) {
|
|
65
|
+
var _a;
|
|
66
|
+
if (index > 0 && !structToken.token) {
|
|
67
|
+
return __assign(__assign({}, structToken), { token: (_a = structToken.token) !== null && _a !== void 0 ? _a : array[0].token });
|
|
68
|
+
}
|
|
69
|
+
return structToken;
|
|
70
|
+
});
|
|
71
|
+
}
|
|
72
|
+
return structGradients;
|
|
73
|
+
}
|
|
19
74
|
/**
|
|
20
75
|
* Компилирует структурируемый json с темой
|
|
21
76
|
*/
|
|
@@ -28,6 +83,9 @@ var compileStructJSON = function (theme) {
|
|
|
28
83
|
}
|
|
29
84
|
structTheme[group][key] = theme[key];
|
|
30
85
|
});
|
|
86
|
+
if (structTheme['gradient']) {
|
|
87
|
+
structTheme['gradient'] = compileStructGradients(structTheme['gradient']);
|
|
88
|
+
}
|
|
31
89
|
return JSON.stringify(structTheme, null, '\t');
|
|
32
90
|
};
|
|
33
91
|
exports.compileStructJSON = compileStructJSON;
|
|
@@ -3,12 +3,29 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
var globals_1 = require("@jest/globals");
|
|
4
4
|
var compileStructJSON_1 = require("./compileStructJSON");
|
|
5
5
|
(0, globals_1.describe)('compileJSON', function () {
|
|
6
|
-
(0, globals_1.it)('should
|
|
6
|
+
(0, globals_1.it)('should stringify correctly', function () {
|
|
7
7
|
var testData = {
|
|
8
8
|
colorA: '#fff',
|
|
9
9
|
colorsScheme: 'scheme',
|
|
10
10
|
randomToken: 123,
|
|
11
|
+
gradientTest: 'var(--vkui--color_background_content, rgba(255, 255, 255, 1)) 0%, rgba(0, 0, 0, 0) 100%',
|
|
12
|
+
gradientOneColor: [
|
|
13
|
+
'rgba(0, 0, 255, 0) 0%',
|
|
14
|
+
'rgba(0, 0, 255, 0.05) 15%',
|
|
15
|
+
'rgba(0, 0, 255, 0.2) 30%',
|
|
16
|
+
'rgba(0, 0, 255, 0.8) 70%',
|
|
17
|
+
'rgba(0, 0, 255, 0.95) 85%',
|
|
18
|
+
'rgba(0, 0, 255, 1) 100%',
|
|
19
|
+
].join(', '),
|
|
20
|
+
gradientOneVariable: [
|
|
21
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0)) 0%',
|
|
22
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.05)) 15%',
|
|
23
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.2)) 30%',
|
|
24
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.8)) 70%',
|
|
25
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.95)) 85%',
|
|
26
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 1)) 100%',
|
|
27
|
+
].join(', '),
|
|
11
28
|
};
|
|
12
|
-
(0, globals_1.expect)((0, compileStructJSON_1.compileStructJSON)(testData)).toBe("{\n\t\"color\": {\n\t\t\"colorA\": \"#fff\"\n\t},\n\t\"colorsScheme\": {\n\t\t\"colorsScheme\": \"scheme\"\n\t},\n\t\"other\": {\n\t\t\"randomToken\": 123\n\t}\n}");
|
|
29
|
+
(0, globals_1.expect)((0, compileStructJSON_1.compileStructJSON)(testData)).toBe("{\n\t\"color\": {\n\t\t\"colorA\": \"#fff\"\n\t},\n\t\"colorsScheme\": {\n\t\t\"colorsScheme\": \"scheme\"\n\t},\n\t\"other\": {\n\t\t\"randomToken\": 123\n\t},\n\t\"gradient\": {\n\t\t\"gradientTest\": [\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(255, 255, 255, 1)\",\n\t\t\t\t\"token\": \"colorBackgroundContent\",\n\t\t\t\t\"step\": 0,\n\t\t\t\t\"alpha\": 1\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 0, 0)\",\n\t\t\t\t\"step\": 1,\n\t\t\t\t\"alpha\": 0,\n\t\t\t\t\"token\": \"colorBackgroundContent\"\n\t\t\t}\n\t\t],\n\t\t\"gradientOneColor\": [\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0)\",\n\t\t\t\t\"step\": 0,\n\t\t\t\t\"alpha\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.05)\",\n\t\t\t\t\"step\": 0.15,\n\t\t\t\t\"alpha\": 0.05\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.2)\",\n\t\t\t\t\"step\": 0.3,\n\t\t\t\t\"alpha\": 0.2\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.8)\",\n\t\t\t\t\"step\": 0.7,\n\t\t\t\t\"alpha\": 0.8\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.95)\",\n\t\t\t\t\"step\": 0.85,\n\t\t\t\t\"alpha\": 0.95\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 1)\",\n\t\t\t\t\"step\": 1,\n\t\t\t\t\"alpha\": 1\n\t\t\t}\n\t\t],\n\t\t\"gradientOneVariable\": [\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0)\",\n\t\t\t\t\"token\": \"colorIconPrimary\",\n\t\t\t\t\"step\": 0,\n\t\t\t\t\"alpha\": 0\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.05)\",\n\t\t\t\t\"token\": \"colorIconPrimary\",\n\t\t\t\t\"step\": 0.15,\n\t\t\t\t\"alpha\": 0.05\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.2)\",\n\t\t\t\t\"token\": \"colorIconPrimary\",\n\t\t\t\t\"step\": 0.3,\n\t\t\t\t\"alpha\": 0.2\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.8)\",\n\t\t\t\t\"token\": \"colorIconPrimary\",\n\t\t\t\t\"step\": 0.7,\n\t\t\t\t\"alpha\": 0.8\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 0.95)\",\n\t\t\t\t\"token\": \"colorIconPrimary\",\n\t\t\t\t\"step\": 0.85,\n\t\t\t\t\"alpha\": 0.95\n\t\t\t},\n\t\t\t{\n\t\t\t\t\"color\": \"rgba(0, 0, 255, 1)\",\n\t\t\t\t\"token\": \"colorIconPrimary\",\n\t\t\t\t\"step\": 1,\n\t\t\t\t\"alpha\": 1\n\t\t\t}\n\t\t]\n\t}\n}");
|
|
13
30
|
});
|
|
14
31
|
});
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.convertSnakeToCamel = void 0;
|
|
4
|
+
/**
|
|
5
|
+
* snake_case -> camelCase
|
|
6
|
+
*/
|
|
7
|
+
function convertSnakeToCamel(snake, prefix) {
|
|
8
|
+
if (prefix === void 0) { prefix = 'vkui'; }
|
|
9
|
+
return snake
|
|
10
|
+
.replace(new RegExp("^--".concat(prefix, "--")), '')
|
|
11
|
+
.toLowerCase()
|
|
12
|
+
.replace(/([-_][a-z])/g, function (group) { return group.toUpperCase().replace('-', '').replace('_', ''); });
|
|
13
|
+
}
|
|
14
|
+
exports.convertSnakeToCamel = convertSnakeToCamel;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
var globals_1 = require("@jest/globals");
|
|
4
|
+
var convertSnakeToCamel_1 = require("./convertSnakeToCamel");
|
|
5
|
+
(0, globals_1.describe)('convertSnakeToCamel', function () {
|
|
6
|
+
(0, globals_1.test)('convert empty string', function () {
|
|
7
|
+
(0, globals_1.expect)((0, convertSnakeToCamel_1.convertSnakeToCamel)('')).toEqual('');
|
|
8
|
+
});
|
|
9
|
+
(0, globals_1.test)('replaces prefix', function () {
|
|
10
|
+
(0, globals_1.expect)((0, convertSnakeToCamel_1.convertSnakeToCamel)('--vkui--')).toEqual('');
|
|
11
|
+
});
|
|
12
|
+
(0, globals_1.test)('replaces prefix and converts to lower case', function () {
|
|
13
|
+
(0, globals_1.expect)((0, convertSnakeToCamel_1.convertSnakeToCamel)('--vkui--Test')).toEqual('test');
|
|
14
|
+
});
|
|
15
|
+
(0, globals_1.test)('replaces prefix and converts to camel case', function () {
|
|
16
|
+
(0, globals_1.expect)((0, convertSnakeToCamel_1.convertSnakeToCamel)('--vkui--Test_var')).toEqual('testVar');
|
|
17
|
+
});
|
|
18
|
+
});
|
|
@@ -1,3 +1,12 @@
|
|
|
1
1
|
import type { Property } from 'csstype';
|
|
2
2
|
import { GradientPoints } from '../../interfaces/general/gradients';
|
|
3
|
-
export
|
|
3
|
+
export type OpacityPoints = [number, number][];
|
|
4
|
+
type GradientPointRaw = () => {
|
|
5
|
+
value: Property.Color;
|
|
6
|
+
key?: string;
|
|
7
|
+
prefix?: string;
|
|
8
|
+
};
|
|
9
|
+
export declare const defaultOpacityPoints: OpacityPoints;
|
|
10
|
+
export declare function makeGradientPointRaw(value: Property.Color, key?: string, prefix?: string): GradientPointRaw;
|
|
11
|
+
export declare function getGradientPointsFromColor(colorArg: Property.Color | GradientPointRaw, opacityMultiplier?: number, opacityPoints?: OpacityPoints): GradientPoints;
|
|
12
|
+
export {};
|
|
@@ -3,17 +3,38 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
3
3
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
4
|
};
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.getGradientPointsFromColor = void 0;
|
|
6
|
+
exports.getGradientPointsFromColor = exports.makeGradientPointRaw = exports.defaultOpacityPoints = void 0;
|
|
7
7
|
var color_1 = __importDefault(require("color"));
|
|
8
|
-
|
|
8
|
+
var extractVarsNames_1 = require("../themeProcessors/extractVarsNames/extractVarsNames");
|
|
9
9
|
var opacityMap_json_1 = __importDefault(require("./opacityMap.json"));
|
|
10
|
-
|
|
10
|
+
exports.defaultOpacityPoints = opacityMap_json_1.default;
|
|
11
|
+
function makeGradientPointRaw(value, key, prefix) {
|
|
12
|
+
return function () { return ({
|
|
13
|
+
value: value,
|
|
14
|
+
key: key,
|
|
15
|
+
prefix: prefix,
|
|
16
|
+
}); };
|
|
17
|
+
}
|
|
18
|
+
exports.makeGradientPointRaw = makeGradientPointRaw;
|
|
19
|
+
function getGradientPointsFromColor(colorArg, opacityMultiplier, opacityPoints) {
|
|
11
20
|
if (opacityMultiplier === void 0) { opacityMultiplier = 1; }
|
|
12
|
-
|
|
13
|
-
|
|
21
|
+
if (opacityPoints === void 0) { opacityPoints = exports.defaultOpacityPoints; }
|
|
22
|
+
var gradientPointData = typeof colorArg === 'function' ? colorArg() : { value: colorArg };
|
|
23
|
+
var colorRGB = (0, color_1.default)(gradientPointData.value).rgb().array().slice(0, 3).join(', ');
|
|
24
|
+
var colorAlpha = (0, color_1.default)(gradientPointData.value).alpha();
|
|
25
|
+
return opacityPoints
|
|
14
26
|
.map(function (_a) {
|
|
15
27
|
var pointOpacity = _a[0], pointCoordinate = _a[1];
|
|
16
|
-
|
|
28
|
+
var targetOpacity = colorAlpha * pointOpacity;
|
|
29
|
+
var colorValue = "rgba(".concat(colorRGB, ", ").concat(Math.round(targetOpacity * opacityMultiplier * 1000) / 1000, ")");
|
|
30
|
+
if (typeof gradientPointData.key === 'string') {
|
|
31
|
+
var tokenName = (0, extractVarsNames_1.getVariableName)({
|
|
32
|
+
key: gradientPointData.key,
|
|
33
|
+
prefix: gradientPointData.prefix,
|
|
34
|
+
});
|
|
35
|
+
return "var(".concat(tokenName, ", ").concat(colorValue, ") ").concat(pointCoordinate, "%");
|
|
36
|
+
}
|
|
37
|
+
return "".concat(colorValue, " ").concat(pointCoordinate, "%");
|
|
17
38
|
})
|
|
18
39
|
.join(', ');
|
|
19
40
|
}
|
|
@@ -1,4 +1,24 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import type { Property } from 'csstype';
|
|
2
|
+
import { ThemeDescription } from '../../interfaces/general';
|
|
2
3
|
import { Token } from '../../interfaces/general/tools/tokenValue';
|
|
3
|
-
export
|
|
4
|
+
export type TokenFunction<T extends ThemeDescription> = (theme: Partial<T>) => Token<any, T>;
|
|
5
|
+
export type NamedTokenFunction<T extends ThemeDescription> = (theme: Partial<T>) => [string | undefined, Token<any, T>];
|
|
6
|
+
export type OpacityPoint = [number, number];
|
|
7
|
+
/**
|
|
8
|
+
* Функция выполняет подстановку значения другого токена.
|
|
9
|
+
* @param token Имя токена. Можно использовать токены из текущей темы либо из всех тем,
|
|
10
|
+
* от которой наследуется текущая.
|
|
11
|
+
*/
|
|
12
|
+
export declare function alias<T extends ThemeDescription>(token: string): TokenFunction<T>;
|
|
13
|
+
/**
|
|
14
|
+
* Функция создаёт runtime-ссылку на другой токен темы выполняет подстановку fallback-значения этого токена.
|
|
15
|
+
* @param token Имя токена. Можно использовать токены из текущей темы либо из всех тем,
|
|
16
|
+
* от которой наследуется текущая.
|
|
17
|
+
*/
|
|
18
|
+
export declare function namedAlias<T extends ThemeDescription>(token: string): NamedTokenFunction<T>;
|
|
19
|
+
/**
|
|
20
|
+
* Функция создаёт runtime-ссылку на другой токен темы.
|
|
21
|
+
* @param token Имя токена. Можно использовать любые токены, которые находятся в контексте страницы.
|
|
22
|
+
*/
|
|
4
23
|
export declare function staticRef<T>(value: Token<T, any>): T;
|
|
24
|
+
export declare function gradient<T extends ThemeDescription>(...stops: (Property.Color | NamedTokenFunction<T>)[]): TokenFunction<T>;
|
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.staticRef = exports.alias = void 0;
|
|
3
|
+
exports.gradient = exports.staticRef = exports.namedAlias = exports.alias = void 0;
|
|
4
|
+
var getGradientPointsFromColor_1 = require("./getGradientPointsFromColor");
|
|
5
|
+
function readThemeToken(theme, token) {
|
|
6
|
+
var _a, _b;
|
|
7
|
+
return (_a = theme[token]) !== null && _a !== void 0 ? _a : ((_b = theme['colors']) !== null && _b !== void 0 ? _b : {})[token];
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* Функция выполняет подстановку значения другого токена.
|
|
11
|
+
* @param token Имя токена. Можно использовать токены из текущей темы либо из всех тем,
|
|
12
|
+
* от которой наследуется текущая.
|
|
13
|
+
*/
|
|
4
14
|
function alias(token) {
|
|
5
|
-
return function (theme) { return theme
|
|
15
|
+
return function (theme) { return readThemeToken(theme, token); };
|
|
6
16
|
}
|
|
7
17
|
exports.alias = alias;
|
|
18
|
+
/**
|
|
19
|
+
* Функция создаёт runtime-ссылку на другой токен темы выполняет подстановку fallback-значения этого токена.
|
|
20
|
+
* @param token Имя токена. Можно использовать токены из текущей темы либо из всех тем,
|
|
21
|
+
* от которой наследуется текущая.
|
|
22
|
+
*/
|
|
23
|
+
function namedAlias(token) {
|
|
24
|
+
return function (theme) { return [token, readThemeToken(theme, token)]; };
|
|
25
|
+
}
|
|
26
|
+
exports.namedAlias = namedAlias;
|
|
27
|
+
/**
|
|
28
|
+
* Функция создаёт runtime-ссылку на другой токен темы.
|
|
29
|
+
* @param token Имя токена. Можно использовать любые токены, которые находятся в контексте страницы.
|
|
30
|
+
*/
|
|
8
31
|
function staticRef(value) {
|
|
9
32
|
if (typeof value === 'function') {
|
|
10
33
|
throw new Error('Cannot use callable token value in static ref');
|
|
@@ -12,3 +35,31 @@ function staticRef(value) {
|
|
|
12
35
|
return value;
|
|
13
36
|
}
|
|
14
37
|
exports.staticRef = staticRef;
|
|
38
|
+
function makeOpacityPoints(count) {
|
|
39
|
+
var result = [];
|
|
40
|
+
for (var i = 0; i < count; i++) {
|
|
41
|
+
var percent = Math.round(i * (1 / (count - 1)) * 100);
|
|
42
|
+
result.push([1, percent]);
|
|
43
|
+
}
|
|
44
|
+
return result;
|
|
45
|
+
}
|
|
46
|
+
function gradient() {
|
|
47
|
+
var stops = [];
|
|
48
|
+
for (var _i = 0; _i < arguments.length; _i++) {
|
|
49
|
+
stops[_i] = arguments[_i];
|
|
50
|
+
}
|
|
51
|
+
var opacityPoints = stops.length > 1 ? makeOpacityPoints(stops.length) : getGradientPointsFromColor_1.defaultOpacityPoints;
|
|
52
|
+
return function (theme) {
|
|
53
|
+
return opacityPoints
|
|
54
|
+
.map(function (_a, index) {
|
|
55
|
+
var _b;
|
|
56
|
+
var pointOpacity = _a[0], pointCoordinate = _a[1];
|
|
57
|
+
var stop = (_b = stops[index]) !== null && _b !== void 0 ? _b : stops[stops.length - 1];
|
|
58
|
+
var _c = typeof stop === 'function' ? stop(theme) : [undefined, stop], stopKey = _c[0], stopValue = _c[1];
|
|
59
|
+
var pointRaw = (0, getGradientPointsFromColor_1.makeGradientPointRaw)(stopValue, stopKey);
|
|
60
|
+
return (0, getGradientPointsFromColor_1.getGradientPointsFromColor)(pointRaw, 1, [[pointOpacity, pointCoordinate]]);
|
|
61
|
+
})
|
|
62
|
+
.join(', ');
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
exports.gradient = gradient;
|
|
@@ -10,6 +10,16 @@ var tokenHelpers_1 = require("./tokenHelpers");
|
|
|
10
10
|
});
|
|
11
11
|
});
|
|
12
12
|
});
|
|
13
|
+
(0, globals_1.describe)('namedAlias', function () {
|
|
14
|
+
(0, globals_1.test)('maps token to another token, preserving name', function () {
|
|
15
|
+
(0, globals_1.expect)((0, tokenHelpers_1.namedAlias)('sizeArrow')({ sizeArrow: { regular: 10 } })).toEqual([
|
|
16
|
+
'sizeArrow',
|
|
17
|
+
{
|
|
18
|
+
regular: 10,
|
|
19
|
+
},
|
|
20
|
+
]);
|
|
21
|
+
});
|
|
22
|
+
});
|
|
13
23
|
(0, globals_1.describe)('staticRef', function () {
|
|
14
24
|
(0, globals_1.test)('returns static value', function () {
|
|
15
25
|
(0, globals_1.expect)((0, tokenHelpers_1.staticRef)(10)).toEqual(10);
|
|
@@ -18,4 +28,40 @@ var tokenHelpers_1 = require("./tokenHelpers");
|
|
|
18
28
|
(0, globals_1.expect)(function () { return (0, tokenHelpers_1.staticRef)((0, tokenHelpers_1.alias)('sizeArrow')); }).toThrowError('Cannot use callable token value in static ref');
|
|
19
29
|
});
|
|
20
30
|
});
|
|
31
|
+
(0, globals_1.describe)('gradient', function () {
|
|
32
|
+
(0, globals_1.test)('calculates gradient string from 1 color with value', function () {
|
|
33
|
+
var gradientToken = (0, tokenHelpers_1.gradient)('blue');
|
|
34
|
+
var gradientValue = gradientToken({});
|
|
35
|
+
(0, globals_1.expect)(gradientValue).toEqual([
|
|
36
|
+
'rgba(0, 0, 255, 0) 0%',
|
|
37
|
+
'rgba(0, 0, 255, 0.05) 15%',
|
|
38
|
+
'rgba(0, 0, 255, 0.2) 30%',
|
|
39
|
+
'rgba(0, 0, 255, 0.8) 70%',
|
|
40
|
+
'rgba(0, 0, 255, 0.95) 85%',
|
|
41
|
+
'rgba(0, 0, 255, 1) 100%',
|
|
42
|
+
].join(', '));
|
|
43
|
+
});
|
|
44
|
+
(0, globals_1.test)('calculates gradient string from 1 color with variable', function () {
|
|
45
|
+
var gradientToken = (0, tokenHelpers_1.gradient)((0, tokenHelpers_1.namedAlias)('colorIconPrimary'));
|
|
46
|
+
var gradientValue = gradientToken({ colors: { colorIconPrimary: 'blue' } });
|
|
47
|
+
(0, globals_1.expect)(gradientValue).toEqual([
|
|
48
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0)) 0%',
|
|
49
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.05)) 15%',
|
|
50
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.2)) 30%',
|
|
51
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.8)) 70%',
|
|
52
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 0.95)) 85%',
|
|
53
|
+
'var(--vkui--color_icon_primary, rgba(0, 0, 255, 1)) 100%',
|
|
54
|
+
].join(', '));
|
|
55
|
+
});
|
|
56
|
+
(0, globals_1.test)('calculates gradient string from 2 colors', function () {
|
|
57
|
+
var gradientToken = (0, tokenHelpers_1.gradient)((0, tokenHelpers_1.namedAlias)('colorIconPrimary'), 'transparent');
|
|
58
|
+
var gradientValue = gradientToken({ colors: { colorIconPrimary: 'blue' } });
|
|
59
|
+
(0, globals_1.expect)(gradientValue).toEqual('var(--vkui--color_icon_primary, rgba(0, 0, 255, 1)) 0%, rgba(0, 0, 0, 0) 100%');
|
|
60
|
+
});
|
|
61
|
+
(0, globals_1.test)('calculates gradient string from 3 colors', function () {
|
|
62
|
+
var gradientToken = (0, tokenHelpers_1.gradient)('blue', 'black', 'red');
|
|
63
|
+
var gradientValue = gradientToken({});
|
|
64
|
+
(0, globals_1.expect)(gradientValue).toEqual('rgba(0, 0, 255, 1) 0%, rgba(0, 0, 0, 1) 50%, rgba(255, 0, 0, 1) 100%');
|
|
65
|
+
});
|
|
66
|
+
});
|
|
21
67
|
});
|
|
@@ -1,19 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
3
|
-
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
4
|
-
if (ar || !(i in from)) {
|
|
5
|
-
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
6
|
-
ar[i] = from[i];
|
|
7
|
-
}
|
|
8
|
-
}
|
|
9
|
-
return to.concat(ar || Array.prototype.slice.call(from));
|
|
10
|
-
};
|
|
11
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
12
3
|
exports.processCustomMedia = exports.getCustomMediaKey = exports.getUsingViewports = void 0;
|
|
13
4
|
var capitalize_1 = require("../../helpers/capitalize");
|
|
14
5
|
var viewports_1 = require("../../../interfaces/general/tools/viewports");
|
|
15
6
|
var getUsingViewports = function (breakpoints) {
|
|
16
|
-
var usingViewports =
|
|
7
|
+
var usingViewports = Object.keys(breakpoints);
|
|
17
8
|
return usingViewports.sort(function (a, b) {
|
|
18
9
|
return viewports_1.viewports.indexOf(a) > viewports_1.viewports.indexOf(b) ? 1 : -1;
|
|
19
10
|
});
|
|
@@ -16,7 +16,14 @@ function extractGeneralTokens(themeDescription) {
|
|
|
16
16
|
var token = tokens_1[_i];
|
|
17
17
|
var tokenValue = themeDescription[token];
|
|
18
18
|
if (typeof tokenValue === 'function') {
|
|
19
|
-
copyDescription[token] = tokenValue
|
|
19
|
+
copyDescription[token] = tokenValue;
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
for (var _a = 0, tokens_2 = tokens; _a < tokens_2.length; _a++) {
|
|
23
|
+
var token = tokens_2[_a];
|
|
24
|
+
var tokenValue = copyDescription[token];
|
|
25
|
+
if (typeof tokenValue === 'function') {
|
|
26
|
+
copyDescription[token] = tokenValue(copyDescription);
|
|
20
27
|
}
|
|
21
28
|
}
|
|
22
29
|
delete copyDescription.colors;
|
|
@@ -56,6 +56,11 @@ export interface ColorsDescriptionStruct {
|
|
|
56
56
|
* @tags color, background
|
|
57
57
|
*/
|
|
58
58
|
colorBackgroundContent: ColorDescription;
|
|
59
|
+
/**
|
|
60
|
+
* @desc Цвет фона, противоположный фону контента.
|
|
61
|
+
* @tags color, background
|
|
62
|
+
*/
|
|
63
|
+
colorBackgroundContentInverse: ColorDescription;
|
|
59
64
|
/**
|
|
60
65
|
* @desc Второстепенный цвет фона
|
|
61
66
|
* @tags color, background
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.55.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://vkcom.github.io/vkui-tokens",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"clear:dist": "find dist -regex '.*[^d]\\.ts' -delete",
|
|
25
25
|
"open:coverage": "open .coverage/index.html",
|
|
26
26
|
"styleguide": "sh ./tasks/styleguide.sh",
|
|
27
|
-
"docs:dev": "cd docs/webpack && webpack-dev-server --config webpack.client.
|
|
28
|
-
"docs:build": "cd docs/webpack && webpack --config webpack.client.
|
|
27
|
+
"docs:dev": "cd docs/webpack && webpack-dev-server --config webpack.client.mjs --mode development",
|
|
28
|
+
"docs:build": "cd docs/webpack && webpack --config webpack.client.mjs --mode production",
|
|
29
29
|
"docs:prepare-data": "ts-node tasks/docs/prepareTokensData.ts",
|
|
30
30
|
"pre-commit": "lint-staged"
|
|
31
31
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"@types/fs-extra": "11.0.4",
|
|
51
51
|
"@types/lodash": "4.17.7",
|
|
52
52
|
"@types/node": "18.11.10",
|
|
53
|
-
"@types/react": "18.3.
|
|
53
|
+
"@types/react": "18.3.3",
|
|
54
54
|
"@types/react-dom": "18.3.0",
|
|
55
55
|
"@vkontakte/appearance": "https://github.com/VKCOM/Appearance#v10.2.0",
|
|
56
56
|
"@vkontakte/icons": "2.124.0",
|
|
@@ -80,19 +80,26 @@
|
|
|
80
80
|
"eslint-plugin-sonarjs": "0.24.0",
|
|
81
81
|
"eslint-plugin-unicorn": "51.0.1",
|
|
82
82
|
"fs-extra": "11.2.0",
|
|
83
|
+
"highlight.js": "11.10.0",
|
|
84
|
+
"html-loader": "5.1.0",
|
|
83
85
|
"html-webpack-plugin": "5.6.0",
|
|
84
86
|
"husky": "9.1.4",
|
|
85
87
|
"jest": "29.7.0",
|
|
86
88
|
"jest-junit": "16.0.0",
|
|
87
|
-
"lint-staged": "15.2.
|
|
89
|
+
"lint-staged": "15.2.10",
|
|
88
90
|
"lodash": "4.17.21",
|
|
89
91
|
"prettier": "3.3.2",
|
|
90
92
|
"react": "18.3.1",
|
|
91
93
|
"react-dom": "18.3.1",
|
|
94
|
+
"react-router-dom": "6.26.2",
|
|
95
|
+
"remark": "15.0.1",
|
|
96
|
+
"remark-html": "16.0.1",
|
|
97
|
+
"remark-loader": "6.0.0",
|
|
92
98
|
"rimraf": "5.0.7",
|
|
93
99
|
"style-loader": "4.0.0",
|
|
94
100
|
"terser-webpack-plugin": "5.3.10",
|
|
95
|
-
"
|
|
101
|
+
"tree-sitter": "0.21.1",
|
|
102
|
+
"ts-jest": "29.2.5",
|
|
96
103
|
"ts-loader": "9.5.1",
|
|
97
104
|
"ts-morph": "20.0.0",
|
|
98
105
|
"ts-node": "10.9.2",
|
|
@@ -100,15 +107,19 @@
|
|
|
100
107
|
"tscpaths": "0.0.9",
|
|
101
108
|
"type-fest": "4.26.1",
|
|
102
109
|
"typescript": "5.2.2",
|
|
103
|
-
"typescript-eslint": "7.
|
|
110
|
+
"typescript-eslint": "7.7.1",
|
|
104
111
|
"webpack": "5.94.0",
|
|
105
112
|
"webpack-cli": "5.1.4",
|
|
106
|
-
"webpack-dev-server": "5.0
|
|
113
|
+
"webpack-dev-server": "5.1.0",
|
|
107
114
|
"webpack-notifier": "1.15.0"
|
|
108
115
|
},
|
|
109
116
|
"engines": {
|
|
110
117
|
"npm": ">=9.3.1",
|
|
111
118
|
"yarn": ">=1.21.1 <2"
|
|
112
119
|
},
|
|
113
|
-
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
|
120
|
+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
121
|
+
"resolutions": {
|
|
122
|
+
"@types/node": "18.11.10",
|
|
123
|
+
"@types/react": "18.3.3"
|
|
124
|
+
}
|
|
114
125
|
}
|
|
@@ -37,6 +37,7 @@ exports.lightColors = {
|
|
|
37
37
|
colorBackgroundAccentThemedAlpha: 'rgba(0, 119, 255, 0.2)',
|
|
38
38
|
colorBackgroundAccentAlternative: '#FF9E00',
|
|
39
39
|
colorBackgroundContent: '#FFFFFF',
|
|
40
|
+
colorBackgroundContentInverse: colorBackgroundContentDark,
|
|
40
41
|
colorBackgroundSecondary: '#F0F1F3',
|
|
41
42
|
colorBackgroundSecondaryAlpha: {
|
|
42
43
|
normal: 'rgba(0, 16, 61, 0.06)',
|
|
@@ -170,6 +171,7 @@ exports.darkColors = {
|
|
|
170
171
|
colorBackgroundAccentThemedAlpha: 'rgba(255, 255, 255, 0.2)',
|
|
171
172
|
colorBackgroundAccentAlternative: '#FF9E00',
|
|
172
173
|
colorBackgroundContent: colorBackgroundContentDark,
|
|
174
|
+
colorBackgroundContentInverse: '#FFFFFF',
|
|
173
175
|
colorBackgroundSecondary: '#2A2A2B',
|
|
174
176
|
colorBackgroundSecondaryAlpha: {
|
|
175
177
|
normal: 'rgba(255, 255, 255, 0.12)',
|
|
@@ -45,6 +45,10 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
45
45
|
}[colorsScheme],
|
|
46
46
|
colorBackground: background.background,
|
|
47
47
|
colorBackgroundContent: background.background_content,
|
|
48
|
+
colorBackgroundContentInverse: {
|
|
49
|
+
light: '#19191A',
|
|
50
|
+
dark: '#FFFFFF',
|
|
51
|
+
}[colorsScheme],
|
|
48
52
|
colorBackgroundSecondary: background.background_secondary,
|
|
49
53
|
colorBackgroundSecondaryAlpha: {
|
|
50
54
|
light: {
|
|
@@ -226,9 +230,10 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
226
230
|
// Other
|
|
227
231
|
colorOverlayPrimary: other.overlay_primary,
|
|
228
232
|
colorOverlaySecondary: {
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
233
|
+
normal: 'rgba(0, 0, 0, 0.27)',
|
|
234
|
+
hover: 'rgba(0, 0, 0, 0.31)',
|
|
235
|
+
active: 'rgba(0, 0, 0, 0.35)',
|
|
236
|
+
},
|
|
232
237
|
colorAvatarOverlay: other.avatar_overlay_alpha,
|
|
233
238
|
colorAvatarOverlayInverseAlpha: other.avatar_overlay_inverse_alpha,
|
|
234
239
|
colorActionSheetText: other.action_sheet_text,
|
|
@@ -430,6 +430,9 @@
|
|
|
430
430
|
--vkui--color_background_content: #FFFFFF;
|
|
431
431
|
--vkui--color_background_content--hover: #F5F5F7;
|
|
432
432
|
--vkui--color_background_content--active: #EBECEF;
|
|
433
|
+
--vkui--color_background_content_inverse: #232324;
|
|
434
|
+
--vkui--color_background_content_inverse--hover: #222225;
|
|
435
|
+
--vkui--color_background_content_inverse--active: #202126;
|
|
433
436
|
--vkui--color_background_secondary: #EBECEF;
|
|
434
437
|
--vkui--color_background_secondary--hover: #E2E3E8;
|
|
435
438
|
--vkui--color_background_secondary--active: #D8DAE1;
|
|
@@ -57,6 +57,9 @@
|
|
|
57
57
|
--vkui--color_background_content: #FFFFFF;
|
|
58
58
|
--vkui--color_background_content--hover: #F5F5F7;
|
|
59
59
|
--vkui--color_background_content--active: #EBECEF;
|
|
60
|
+
--vkui--color_background_content_inverse: #232324;
|
|
61
|
+
--vkui--color_background_content_inverse--hover: #222225;
|
|
62
|
+
--vkui--color_background_content_inverse--active: #202126;
|
|
60
63
|
--vkui--color_background_secondary: #EBECEF;
|
|
61
64
|
--vkui--color_background_secondary--hover: #E2E3E8;
|
|
62
65
|
--vkui--color_background_secondary--active: #D8DAE1;
|
|
@@ -14,6 +14,9 @@
|
|
|
14
14
|
--vkui--color_background_content: #FFFFFF;
|
|
15
15
|
--vkui--color_background_content--hover: #F5F5F7;
|
|
16
16
|
--vkui--color_background_content--active: #EBECEF;
|
|
17
|
+
--vkui--color_background_content_inverse: #232324;
|
|
18
|
+
--vkui--color_background_content_inverse--hover: #222225;
|
|
19
|
+
--vkui--color_background_content_inverse--active: #202126;
|
|
17
20
|
--vkui--color_background_secondary: #EBECEF;
|
|
18
21
|
--vkui--color_background_secondary--hover: #E2E3E8;
|
|
19
22
|
--vkui--color_background_secondary--active: #D8DAE1;
|