@vkontakte/vkui-tokens 4.46.0 → 4.47.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/README.md +106 -59
- package/interfaces/general/colors/index.d.ts +11 -6
- package/interfaces/themes/cloud/index.d.ts +63 -4
- package/package.json +7 -7
- package/themeDescriptions/base/paradigm.js +2 -0
- package/themeDescriptions/base/vk.js +15 -8
- 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 +5 -0
- 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 +5 -0
- package/themes/calls/cssVars/declarations/index.css +3 -0
- package/themes/calls/cssVars/declarations/noSizes.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.css +3 -0
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/calls/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/calls/cssVars/theme/index.js +14 -0
- package/themes/calls/cssVars/theme/index.json +14 -0
- package/themes/calls/docs.json +12 -0
- package/themes/calls/index.css +3 -0
- package/themes/calls/index.js +5 -0
- package/themes/calls/index.json +5 -0
- package/themes/calls/index.less +3 -0
- package/themes/calls/index.pcss +3 -0
- package/themes/calls/index.scss +3 -0
- package/themes/calls/index.styl +3 -0
- package/themes/calls/struct.json +5 -0
- package/themes/cloud/cssVars/declarations/index.css +535 -181
- package/themes/cloud/cssVars/declarations/noColors.css +335 -122
- package/themes/cloud/cssVars/declarations/noSizes.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyAdaptiveGroups.css +83 -7
- package/themes/cloud/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyMedia.css +152 -50
- package/themes/cloud/cssVars/declarations/onlyVariables.css +105 -41
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +105 -41
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +105 -41
- package/themes/cloud/cssVars/theme/fallbacks/index.css +339 -123
- package/themes/cloud/cssVars/theme/fallbacks/index.less +134 -41
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +134 -41
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +316 -103
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +134 -41
- package/themes/cloud/cssVars/theme/index.js +521 -111
- package/themes/cloud/cssVars/theme/index.json +521 -111
- package/themes/cloud/docs.json +111 -0
- package/themes/cloud/index.css +338 -122
- package/themes/cloud/index.js +160 -56
- package/themes/cloud/index.json +160 -56
- package/themes/cloud/index.less +132 -39
- package/themes/cloud/index.pcss +132 -39
- package/themes/cloud/index.scss +314 -101
- package/themes/cloud/index.styl +132 -39
- package/themes/cloud/struct.json +158 -54
- package/themes/cloudDark/cssVars/declarations/index.css +264 -0
- package/themes/cloudDark/cssVars/declarations/noColors.css +171 -0
- package/themes/cloudDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyAdaptiveGroups.css +76 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyMedia.css +54 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +52 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +52 -0
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +52 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +174 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +75 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +75 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +159 -0
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +75 -0
- package/themes/cloudDark/cssVars/theme/index.js +356 -0
- package/themes/cloudDark/cssVars/theme/index.json +356 -0
- package/themes/cloudDark/docs.json +111 -0
- package/themes/cloudDark/index.css +174 -0
- package/themes/cloudDark/index.js +86 -0
- package/themes/cloudDark/index.json +86 -0
- package/themes/cloudDark/index.less +75 -0
- package/themes/cloudDark/index.pcss +75 -0
- package/themes/cloudDark/index.scss +159 -0
- package/themes/cloudDark/index.styl +75 -0
- package/themes/cloudDark/struct.json +86 -0
- package/themes/dobro/cssVars/declarations/index.css +12 -9
- package/themes/dobro/cssVars/declarations/noSizes.css +12 -9
- package/themes/dobro/cssVars/declarations/onlyColors.css +12 -9
- package/themes/dobro/cssVars/declarations/onlyColors.js +2 -2
- package/themes/dobro/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/dobro/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/dobro/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/dobro/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
- package/themes/dobro/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/dobro/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/dobro/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/dobro/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/dobro/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/dobro/cssVars/theme/index.js +38 -24
- package/themes/dobro/cssVars/theme/index.json +38 -24
- package/themes/dobro/docs.json +12 -0
- package/themes/dobro/index.css +12 -9
- package/themes/dobro/index.js +17 -12
- package/themes/dobro/index.json +17 -12
- package/themes/dobro/index.less +12 -9
- package/themes/dobro/index.pcss +12 -9
- package/themes/dobro/index.scss +12 -9
- package/themes/dobro/index.styl +12 -9
- package/themes/dobro/struct.json +17 -12
- package/themes/dobroDark/cssVars/declarations/index.css +15 -12
- package/themes/dobroDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/dobroDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/dobroDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/dobroDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/dobroDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/dobroDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/dobroDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -12
- package/themes/dobroDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/dobroDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/dobroDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/dobroDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/dobroDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/dobroDark/cssVars/theme/index.js +41 -27
- package/themes/dobroDark/cssVars/theme/index.json +41 -27
- package/themes/dobroDark/docs.json +12 -0
- package/themes/dobroDark/index.css +15 -12
- package/themes/dobroDark/index.js +20 -15
- package/themes/dobroDark/index.json +20 -15
- package/themes/dobroDark/index.less +15 -12
- package/themes/dobroDark/index.pcss +15 -12
- package/themes/dobroDark/index.scss +15 -12
- package/themes/dobroDark/index.styl +15 -12
- package/themes/dobroDark/struct.json +20 -15
- 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 +5 -0
- package/themes/homeDark/cssVars/declarations/index.css +3 -0
- package/themes/homeDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/homeDark/cssVars/theme/index.js +14 -0
- package/themes/homeDark/cssVars/theme/index.json +14 -0
- package/themes/homeDark/docs.json +12 -0
- package/themes/homeDark/index.css +3 -0
- package/themes/homeDark/index.js +5 -0
- package/themes/homeDark/index.json +5 -0
- package/themes/homeDark/index.less +3 -0
- package/themes/homeDark/index.pcss +3 -0
- package/themes/homeDark/index.scss +3 -0
- package/themes/homeDark/index.styl +3 -0
- package/themes/homeDark/struct.json +5 -0
- package/themes/media/cssVars/declarations/index.css +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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +8 -3
- package/themes/octaviusVKDark/cssVars/declarations/index.css +12 -9
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +12 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +12 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/octaviusVKDark/cssVars/theme/index.js +23 -9
- package/themes/octaviusVKDark/cssVars/theme/index.json +23 -9
- package/themes/octaviusVKDark/docs.json +12 -0
- package/themes/octaviusVKDark/index.css +12 -9
- package/themes/octaviusVKDark/index.js +14 -9
- package/themes/octaviusVKDark/index.json +14 -9
- package/themes/octaviusVKDark/index.less +12 -9
- package/themes/octaviusVKDark/index.pcss +12 -9
- package/themes/octaviusVKDark/index.scss +12 -9
- package/themes/octaviusVKDark/index.styl +12 -9
- package/themes/octaviusVKDark/struct.json +14 -9
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +3 -0
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +3 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.js +14 -0
- package/themes/paradigmBaseDark/cssVars/theme/index.json +14 -0
- package/themes/paradigmBaseDark/docs.json +12 -0
- package/themes/paradigmBaseDark/index.css +3 -0
- package/themes/paradigmBaseDark/index.js +5 -0
- package/themes/paradigmBaseDark/index.json +5 -0
- package/themes/paradigmBaseDark/index.less +3 -0
- package/themes/paradigmBaseDark/index.pcss +3 -0
- package/themes/paradigmBaseDark/index.scss +3 -0
- package/themes/paradigmBaseDark/index.styl +3 -0
- package/themes/paradigmBaseDark/struct.json +5 -0
- package/themes/pharma/cssVars/declarations/index.css +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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- 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 +5 -0
- package/themes/vkBase/cssVars/declarations/index.css +12 -9
- package/themes/vkBase/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkBase/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/vkBase/cssVars/theme/index.js +38 -24
- package/themes/vkBase/cssVars/theme/index.json +38 -24
- package/themes/vkBase/docs.json +12 -0
- package/themes/vkBase/index.css +12 -9
- package/themes/vkBase/index.js +17 -12
- package/themes/vkBase/index.json +17 -12
- package/themes/vkBase/index.less +12 -9
- package/themes/vkBase/index.pcss +12 -9
- package/themes/vkBase/index.scss +12 -9
- package/themes/vkBase/index.styl +12 -9
- package/themes/vkBase/struct.json +17 -12
- package/themes/vkBaseDark/cssVars/declarations/index.css +15 -12
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -12
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/vkBaseDark/cssVars/theme/index.js +41 -27
- package/themes/vkBaseDark/cssVars/theme/index.json +41 -27
- package/themes/vkBaseDark/docs.json +12 -0
- package/themes/vkBaseDark/index.css +15 -12
- package/themes/vkBaseDark/index.js +20 -15
- package/themes/vkBaseDark/index.json +20 -15
- package/themes/vkBaseDark/index.less +15 -12
- package/themes/vkBaseDark/index.pcss +15 -12
- package/themes/vkBaseDark/index.scss +15 -12
- package/themes/vkBaseDark/index.styl +15 -12
- package/themes/vkBaseDark/struct.json +20 -15
- package/themes/vkCom/cssVars/declarations/index.css +32 -29
- package/themes/vkCom/cssVars/declarations/noColors.css +20 -20
- package/themes/vkCom/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkCom/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +16 -13
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +16 -13
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +4 -4
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +32 -29
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +20 -17
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +20 -17
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +32 -29
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +20 -17
- package/themes/vkCom/cssVars/theme/index.js +42 -28
- package/themes/vkCom/cssVars/theme/index.json +42 -28
- package/themes/vkCom/docs.json +12 -0
- package/themes/vkCom/index.css +32 -29
- package/themes/vkCom/index.js +21 -16
- package/themes/vkCom/index.json +21 -16
- package/themes/vkCom/index.less +20 -17
- package/themes/vkCom/index.pcss +20 -17
- package/themes/vkCom/index.scss +32 -29
- package/themes/vkCom/index.styl +20 -17
- package/themes/vkCom/struct.json +21 -16
- package/themes/vkComDark/cssVars/declarations/index.css +32 -29
- package/themes/vkComDark/cssVars/declarations/noColors.css +20 -20
- package/themes/vkComDark/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +16 -13
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +16 -13
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +7 -7
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +32 -29
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +20 -17
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +20 -17
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +32 -29
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +20 -17
- package/themes/vkComDark/cssVars/theme/index.js +42 -28
- package/themes/vkComDark/cssVars/theme/index.json +42 -28
- package/themes/vkComDark/docs.json +12 -0
- package/themes/vkComDark/index.css +32 -29
- package/themes/vkComDark/index.js +21 -16
- package/themes/vkComDark/index.json +21 -16
- package/themes/vkComDark/index.less +20 -17
- package/themes/vkComDark/index.pcss +20 -17
- package/themes/vkComDark/index.scss +32 -29
- package/themes/vkComDark/index.styl +20 -17
- package/themes/vkComDark/struct.json +21 -16
- package/themes/vkIOS/cssVars/declarations/index.css +12 -9
- package/themes/vkIOS/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/vkIOS/cssVars/theme/index.js +38 -24
- package/themes/vkIOS/cssVars/theme/index.json +38 -24
- package/themes/vkIOS/docs.json +12 -0
- package/themes/vkIOS/index.css +12 -9
- package/themes/vkIOS/index.js +17 -12
- package/themes/vkIOS/index.json +17 -12
- package/themes/vkIOS/index.less +12 -9
- package/themes/vkIOS/index.pcss +12 -9
- package/themes/vkIOS/index.scss +12 -9
- package/themes/vkIOS/index.styl +12 -9
- package/themes/vkIOS/struct.json +17 -12
- package/themes/vkIOSDark/cssVars/declarations/index.css +15 -12
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/vkIOSDark/cssVars/theme/index.js +41 -27
- package/themes/vkIOSDark/cssVars/theme/index.json +41 -27
- package/themes/vkIOSDark/docs.json +12 -0
- package/themes/vkIOSDark/index.css +15 -12
- package/themes/vkIOSDark/index.js +20 -15
- package/themes/vkIOSDark/index.json +20 -15
- package/themes/vkIOSDark/index.less +15 -12
- package/themes/vkIOSDark/index.pcss +15 -12
- package/themes/vkIOSDark/index.scss +15 -12
- package/themes/vkIOSDark/index.styl +15 -12
- package/themes/vkIOSDark/struct.json +20 -15
- package/themes/vkIdOk/cssVars/declarations/index.css +12 -9
- package/themes/vkIdOk/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkIdOk/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkIdOk/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +12 -9
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/vkIdOk/cssVars/theme/index.js +38 -24
- package/themes/vkIdOk/cssVars/theme/index.json +38 -24
- package/themes/vkIdOk/docs.json +12 -0
- package/themes/vkIdOk/index.css +12 -9
- package/themes/vkIdOk/index.js +17 -12
- package/themes/vkIdOk/index.json +17 -12
- package/themes/vkIdOk/index.less +12 -9
- package/themes/vkIdOk/index.pcss +12 -9
- package/themes/vkIdOk/index.scss +12 -9
- package/themes/vkIdOk/index.styl +12 -9
- package/themes/vkIdOk/struct.json +17 -12
- package/themes/vkIdOkDark/cssVars/declarations/index.css +15 -12
- package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -12
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/vkIdOkDark/cssVars/theme/index.js +41 -27
- package/themes/vkIdOkDark/cssVars/theme/index.json +41 -27
- package/themes/vkIdOkDark/docs.json +12 -0
- package/themes/vkIdOkDark/index.css +15 -12
- package/themes/vkIdOkDark/index.js +20 -15
- package/themes/vkIdOkDark/index.json +20 -15
- package/themes/vkIdOkDark/index.less +15 -12
- package/themes/vkIdOkDark/index.pcss +15 -12
- package/themes/vkIdOkDark/index.scss +15 -12
- package/themes/vkIdOkDark/index.styl +15 -12
- package/themes/vkIdOkDark/struct.json +20 -15
- package/themes/vkIdOkIOS/cssVars/declarations/index.css +12 -9
- package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/vkIdOkIOS/cssVars/theme/index.js +38 -24
- package/themes/vkIdOkIOS/cssVars/theme/index.json +38 -24
- package/themes/vkIdOkIOS/docs.json +12 -0
- package/themes/vkIdOkIOS/index.css +12 -9
- package/themes/vkIdOkIOS/index.js +17 -12
- package/themes/vkIdOkIOS/index.json +17 -12
- package/themes/vkIdOkIOS/index.less +12 -9
- package/themes/vkIdOkIOS/index.pcss +12 -9
- package/themes/vkIdOkIOS/index.scss +12 -9
- package/themes/vkIdOkIOS/index.styl +12 -9
- package/themes/vkIdOkIOS/struct.json +17 -12
- package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +15 -12
- package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/vkIdOkIOSDark/cssVars/theme/index.js +41 -27
- package/themes/vkIdOkIOSDark/cssVars/theme/index.json +41 -27
- package/themes/vkIdOkIOSDark/docs.json +12 -0
- package/themes/vkIdOkIOSDark/index.css +15 -12
- package/themes/vkIdOkIOSDark/index.js +20 -15
- package/themes/vkIdOkIOSDark/index.json +20 -15
- package/themes/vkIdOkIOSDark/index.less +15 -12
- package/themes/vkIdOkIOSDark/index.pcss +15 -12
- package/themes/vkIdOkIOSDark/index.scss +15 -12
- package/themes/vkIdOkIOSDark/index.styl +15 -12
- package/themes/vkIdOkIOSDark/struct.json +20 -15
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +12 -9
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/vkontakteAndroid/cssVars/theme/index.js +38 -24
- package/themes/vkontakteAndroid/cssVars/theme/index.json +38 -24
- package/themes/vkontakteAndroid/docs.json +12 -0
- package/themes/vkontakteAndroid/index.css +12 -9
- package/themes/vkontakteAndroid/index.js +17 -12
- package/themes/vkontakteAndroid/index.json +17 -12
- package/themes/vkontakteAndroid/index.less +12 -9
- package/themes/vkontakteAndroid/index.pcss +12 -9
- package/themes/vkontakteAndroid/index.scss +12 -9
- package/themes/vkontakteAndroid/index.styl +12 -9
- package/themes/vkontakteAndroid/struct.json +17 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +15 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +41 -27
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +41 -27
- package/themes/vkontakteAndroidDark/docs.json +12 -0
- package/themes/vkontakteAndroidDark/index.css +15 -12
- package/themes/vkontakteAndroidDark/index.js +20 -15
- package/themes/vkontakteAndroidDark/index.json +20 -15
- package/themes/vkontakteAndroidDark/index.less +15 -12
- package/themes/vkontakteAndroidDark/index.pcss +15 -12
- package/themes/vkontakteAndroidDark/index.scss +15 -12
- package/themes/vkontakteAndroidDark/index.styl +15 -12
- package/themes/vkontakteAndroidDark/struct.json +20 -15
- package/themes/vkontakteCom/cssVars/declarations/index.css +32 -29
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +20 -20
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +16 -13
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +16 -13
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +32 -29
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +20 -17
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +20 -17
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +32 -29
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +20 -17
- package/themes/vkontakteCom/cssVars/theme/index.js +42 -28
- package/themes/vkontakteCom/cssVars/theme/index.json +42 -28
- package/themes/vkontakteCom/docs.json +12 -0
- package/themes/vkontakteCom/index.css +32 -29
- package/themes/vkontakteCom/index.js +21 -16
- package/themes/vkontakteCom/index.json +21 -16
- package/themes/vkontakteCom/index.less +20 -17
- package/themes/vkontakteCom/index.pcss +20 -17
- package/themes/vkontakteCom/index.scss +32 -29
- package/themes/vkontakteCom/index.styl +20 -17
- package/themes/vkontakteCom/struct.json +21 -16
- package/themes/vkontakteComDark/cssVars/declarations/index.css +32 -29
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +20 -20
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +16 -13
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +16 -13
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +32 -29
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +20 -17
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +20 -17
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +32 -29
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +20 -17
- package/themes/vkontakteComDark/cssVars/theme/index.js +42 -28
- package/themes/vkontakteComDark/cssVars/theme/index.json +42 -28
- package/themes/vkontakteComDark/docs.json +12 -0
- package/themes/vkontakteComDark/index.css +32 -29
- package/themes/vkontakteComDark/index.js +21 -16
- package/themes/vkontakteComDark/index.json +21 -16
- package/themes/vkontakteComDark/index.less +20 -17
- package/themes/vkontakteComDark/index.pcss +20 -17
- package/themes/vkontakteComDark/index.scss +32 -29
- package/themes/vkontakteComDark/index.styl +20 -17
- package/themes/vkontakteComDark/struct.json +21 -16
- package/themes/vkontakteIOS/cssVars/declarations/index.css +12 -9
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +12 -9
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +12 -9
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +12 -9
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +12 -9
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +12 -9
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +12 -9
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +12 -9
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +12 -9
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +12 -9
- package/themes/vkontakteIOS/cssVars/theme/index.js +38 -24
- package/themes/vkontakteIOS/cssVars/theme/index.json +38 -24
- package/themes/vkontakteIOS/docs.json +12 -0
- package/themes/vkontakteIOS/index.css +12 -9
- package/themes/vkontakteIOS/index.js +17 -12
- package/themes/vkontakteIOS/index.json +17 -12
- package/themes/vkontakteIOS/index.less +12 -9
- package/themes/vkontakteIOS/index.pcss +12 -9
- package/themes/vkontakteIOS/index.scss +12 -9
- package/themes/vkontakteIOS/index.styl +12 -9
- package/themes/vkontakteIOS/struct.json +17 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +15 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +15 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +15 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +15 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +15 -12
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +15 -12
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +15 -12
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +15 -12
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +15 -12
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +15 -12
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +41 -27
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +41 -27
- package/themes/vkontakteIOSDark/docs.json +12 -0
- package/themes/vkontakteIOSDark/index.css +15 -12
- package/themes/vkontakteIOSDark/index.js +20 -15
- package/themes/vkontakteIOSDark/index.json +20 -15
- package/themes/vkontakteIOSDark/index.less +15 -12
- package/themes/vkontakteIOSDark/index.pcss +15 -12
- package/themes/vkontakteIOSDark/index.scss +15 -12
- package/themes/vkontakteIOSDark/index.styl +15 -12
- package/themes/vkontakteIOSDark/struct.json +20 -15
- 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 +5 -0
- 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 +5 -0
package/README.md
CHANGED
|
@@ -7,8 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
**[Интерактивная документация](https://vkcom.github.io/vkui-tokens/)**
|
|
9
9
|
|
|
10
|
-
Этот репозиторий содержит токены единой дизайн-системы VKUI и
|
|
11
|
-
их значения для тем оформления различных проектов.
|
|
10
|
+
Этот репозиторий содержит токены единой дизайн-системы VKUI и их значения для тем оформления различных проектов.
|
|
12
11
|
|
|
13
12
|
Темы собираются в следующие форматы: `css`, `scss`, `less`, `pcss`, `styl`, `js`, `json`.
|
|
14
13
|
|
|
@@ -57,7 +56,7 @@ npm i --save @vkontakte/vkui-tokens@latest
|
|
|
57
56
|
|
|
58
57
|
```postcss
|
|
59
58
|
.class:hover {
|
|
60
|
-
|
|
59
|
+
background-color: var(--vkui--color_background--hover);
|
|
61
60
|
}
|
|
62
61
|
```
|
|
63
62
|
|
|
@@ -108,114 +107,162 @@ import baseTheme from '@vkontakte/vkui-tokens/themes/vkBase';
|
|
|
108
107
|
@import '~@vkontakte/vkui-tokens/themes/vkBase/index';
|
|
109
108
|
|
|
110
109
|
.myAwesomeClass {
|
|
111
|
-
|
|
110
|
+
background-color: $color-bg;
|
|
112
111
|
}
|
|
113
112
|
|
|
114
113
|
.myAwesomeClass:hover {
|
|
115
|
-
|
|
114
|
+
background-color: $color-bg--hover;
|
|
116
115
|
}
|
|
117
116
|
```
|
|
118
117
|
|
|
119
118
|
### Используем pcss формат темы из пакета
|
|
120
119
|
|
|
121
|
-
1.
|
|
120
|
+
1. Заходим в файл, где хотим использовать тему, и импортируем её:
|
|
122
121
|
|
|
123
|
-
|
|
122
|
+
```css
|
|
123
|
+
@import '@vkontakte/vkui-tokens/themes/vkBase';
|
|
124
|
+
```
|
|
124
125
|
|
|
125
|
-
2.
|
|
126
|
+
2. Заходим в файл темы, смотрим какие там есть переменные и используем их, например:
|
|
126
127
|
|
|
127
|
-
|
|
128
|
+
```css
|
|
129
|
+
width: var(--size-content-block-width);
|
|
130
|
+
```
|
|
128
131
|
|
|
129
|
-
3.
|
|
132
|
+
3. Просто так ничего не заработает, нужно поставить postcss:
|
|
130
133
|
|
|
131
|
-
|
|
134
|
+
```bash
|
|
135
|
+
npm i --save-dev postcss
|
|
136
|
+
```
|
|
132
137
|
|
|
133
|
-
|
|
138
|
+
Для запуска у postcss есть командная строка, которую тоже надо установить:
|
|
134
139
|
|
|
135
|
-
|
|
140
|
+
```bash
|
|
141
|
+
npm i --save-dev postcss-cli
|
|
142
|
+
```
|
|
136
143
|
|
|
137
|
-
4.
|
|
144
|
+
4. Создаем конфиг postcss. Для этого создаем файл postcss.config.js (можно в любом месте проекта, но лучше в корне) и пишем в него необходимые плагины:
|
|
138
145
|
|
|
139
|
-
|
|
140
|
-
|
|
146
|
+
```javascript
|
|
147
|
+
const postcssPresetEnv = require('postcss-preset-env');
|
|
141
148
|
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
149
|
+
module.exports = {
|
|
150
|
+
plugins: [
|
|
151
|
+
require('postcss-import'),
|
|
152
|
+
require('precss'),
|
|
153
|
+
require('postcss-css-variables'),
|
|
154
|
+
require('postcss-custom-media'),
|
|
155
|
+
require('postcss-media-minmax'),
|
|
156
|
+
require('postcss-extend-rule'),
|
|
157
|
+
postcssPresetEnv({
|
|
158
|
+
stage: 0,
|
|
159
|
+
}),
|
|
160
|
+
require('postcss-color-mix'),
|
|
161
|
+
require('cssnano'),
|
|
162
|
+
],
|
|
163
|
+
};
|
|
164
|
+
```
|
|
158
165
|
|
|
159
|
-
|
|
160
|
-
|
|
166
|
+
Возможно, вам не понадобятся все эти плагины, поэтому лучше почитать, что делает каждый из них (https://www.postcss.parts/).
|
|
167
|
+
Нужно посмотреть файл вашей темы и ваш css (scss и др.), чтобы понять, что вам необходимо.
|
|
161
168
|
|
|
162
|
-
5.
|
|
169
|
+
5. Устанавливаем все необходимые плагины, которые написали в конфиге, например:
|
|
163
170
|
|
|
164
|
-
|
|
171
|
+
```bash
|
|
172
|
+
npm i --save-dev postcss-import
|
|
173
|
+
```
|
|
165
174
|
|
|
166
|
-
6.
|
|
175
|
+
6. Настраиваем сборку postcss.
|
|
167
176
|
|
|
168
|
-
|
|
169
|
-
|
|
177
|
+
Сборка производится командой postcss через командную строку с необходимым параметрами.
|
|
178
|
+
Про них подробнее тут https://github.com/postcss/postcss-cli
|
|
170
179
|
|
|
171
|
-
|
|
180
|
+
Пример команды:
|
|
172
181
|
|
|
173
|
-
|
|
182
|
+
```bash
|
|
183
|
+
postcss src/main.css -c ./ --dir public
|
|
184
|
+
```
|
|
174
185
|
|
|
175
|
-
|
|
186
|
+
Такая команда прогонит файл src/main.css с помощью конфига из текущей папки и положит результат в папку public.
|
|
176
187
|
|
|
177
188
|
# Инструменты
|
|
178
189
|
|
|
179
190
|
## Локальная сборка своих тем инструментами библиотеки
|
|
180
191
|
|
|
181
|
-
Библиотека предоставляет интерфейсы и темы, от которых можно
|
|
182
|
-
наследоваться.
|
|
192
|
+
Библиотека предоставляет интерфейсы и темы, от которых можно наследоваться, и набор функций, которые позволяют собрать собственную тему в нужном формате.
|
|
183
193
|
|
|
184
|
-
|
|
185
|
-
собрать собственную тему в нужном формате.
|
|
194
|
+
Сборка темы подразумевает раскрытие наследования, генерацию цветов состояний (hover, active), округление и "пикселизация" значений и т.д.
|
|
186
195
|
|
|
187
|
-
|
|
188
|
-
|
|
196
|
+
## Предварительная настройка
|
|
197
|
+
|
|
198
|
+
Инструменты адаптированы для запуска в `Node`-среде, и не подходят для генерации темы в рантайме (в браузерной среде).
|
|
199
|
+
Вам необходимо установить следующие пакеты для корректной работы скриптов генерации:
|
|
200
|
+
|
|
201
|
+
```bash
|
|
202
|
+
npm i --save-dev color common-tags css.escape
|
|
203
|
+
```
|
|
189
204
|
|
|
190
205
|
### Наследование от существующей темы
|
|
191
206
|
|
|
192
|
-
|
|
207
|
+
Например, возьмем базовые темы (светлую и темную) и добавим к ним новый токен и переопределим один существующий.
|
|
208
|
+
Для этого нам нужно исполнить следующий скрипт:
|
|
193
209
|
|
|
194
210
|
```typescript
|
|
195
211
|
import type { ThemeDescription } from '@vkontakte/vkui-tokens/interfaces/general';
|
|
196
212
|
import type { Adaptive } from '@vkontakte/vkui-tokens/interfaces/general/tools';
|
|
197
|
-
import {
|
|
213
|
+
import {
|
|
214
|
+
lightTheme as baseTheme,
|
|
215
|
+
darkTheme,
|
|
216
|
+
} from '@vkontakte/vkui-tokens/themeDescriptions/base/vk.js';
|
|
198
217
|
import { expandAll } from '@vkontakte/vkui-tokens/build/expandTheme';
|
|
199
218
|
import { compileStyles } from '@vkontakte/vkui-tokens/build/compilers/styles/compileStyles';
|
|
200
219
|
|
|
201
220
|
interface MyNewAwesomeThemeDescription extends ThemeDescription {
|
|
202
|
-
|
|
221
|
+
myNewAwesomeToken: Adaptive<number>;
|
|
203
222
|
}
|
|
204
223
|
|
|
205
224
|
const myNewAwesomeTheme: MyNewAwesomeThemeDescription = {
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
225
|
+
...baseTheme,
|
|
226
|
+
// Название темы
|
|
227
|
+
themeName: 'myAwesomeTheme',
|
|
228
|
+
// Базовая часть названия темы (используется для генерации локального селектора, например: .vkui--myAwesomeTheme--light)
|
|
229
|
+
themeNameBase: 'myAwesomeTheme',
|
|
230
|
+
// Тема, от которой наследуются переменные, носит информационный характер
|
|
231
|
+
themeInheritsFrom: 'vkBase',
|
|
232
|
+
// Новый адаптивный токен
|
|
233
|
+
myNewAwesomeToken: {
|
|
234
|
+
regular: 20,
|
|
235
|
+
compact: 12,
|
|
236
|
+
},
|
|
237
|
+
colors: {
|
|
238
|
+
// Сохраняем остальные значения из темы
|
|
239
|
+
...baseTheme.colors,
|
|
240
|
+
// Переопределяем необходимую переменную
|
|
241
|
+
colorTextAccentThemed: '#ff0000',
|
|
242
|
+
},
|
|
211
243
|
};
|
|
212
244
|
|
|
213
|
-
|
|
245
|
+
const myNewAwesomeThemeDark: MyNewAwesomeThemeDescription = {
|
|
246
|
+
...myNewAwesomeTheme,
|
|
247
|
+
...darkTheme,
|
|
248
|
+
themeName: 'myAwesomeThemeDark',
|
|
249
|
+
themeNameBase: 'myAwesomeTheme',
|
|
250
|
+
themeInheritsFrom: 'vkBaseDark',
|
|
251
|
+
colors: {
|
|
252
|
+
...darkTheme.colors,
|
|
253
|
+
colorTextAccentThemed: '#00ff00',
|
|
254
|
+
},
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
// Получаем разные типы тем на основе описания
|
|
214
258
|
const { theme, pixelifyTheme, cssVarsTheme } = expandAll(myNewAwesomeTheme);
|
|
259
|
+
const { pixelifyTheme: pixelifyThemeDark } = expandAll(myNewAwesomeThemeDark);
|
|
215
260
|
|
|
216
|
-
//
|
|
217
|
-
// которую можно вставить в DOM или сохранить в файл
|
|
261
|
+
// Для использования, например, в вебе вам подойдет компиляция "пикселяризованной" темы в формате '.css':
|
|
218
262
|
const cssString = compileStyles('css', pixelifyTheme);
|
|
263
|
+
const cssStringDark = compileStyles('css', pixelifyThemeDark);
|
|
264
|
+
|
|
265
|
+
// Полученные CSS-строки со всеми переменными тем можно вставить в DOM или сохранить в файл
|
|
219
266
|
```
|
|
220
267
|
|
|
221
268
|
# Roadmap
|
|
@@ -107,15 +107,20 @@ export interface ColorsDescriptionStruct {
|
|
|
107
107
|
*/
|
|
108
108
|
colorBackgroundModalInverse: ColorDescription;
|
|
109
109
|
/**
|
|
110
|
-
* @desc
|
|
110
|
+
* @desc Фон для использования в позитивных сценариях работы
|
|
111
111
|
* @tags color, background
|
|
112
112
|
*/
|
|
113
|
-
|
|
113
|
+
colorBackgroundPositive: ColorDescription;
|
|
114
114
|
/**
|
|
115
|
-
* @desc
|
|
115
|
+
* @desc Тонированный фон для использования в позитивных сценариях работы
|
|
116
116
|
* @tags color, background
|
|
117
117
|
*/
|
|
118
|
-
|
|
118
|
+
colorBackgroundPositiveTint: ColorDescription;
|
|
119
|
+
/**
|
|
120
|
+
* @desc Цвет фона предупреждающих элементов
|
|
121
|
+
* @tags color, background
|
|
122
|
+
*/
|
|
123
|
+
colorBackgroundWarning: ColorDescription;
|
|
119
124
|
/**
|
|
120
125
|
* @desc Фон для ошибок и использования в негативных сценариях работы
|
|
121
126
|
* @tags color, background
|
|
@@ -127,10 +132,10 @@ export interface ColorsDescriptionStruct {
|
|
|
127
132
|
*/
|
|
128
133
|
colorBackgroundNegativeTint: ColorDescription;
|
|
129
134
|
/**
|
|
130
|
-
* @desc Тонированный фон для
|
|
135
|
+
* @desc Тонированный фон для важной информации в нейтральных сценариях работы
|
|
131
136
|
* @tags color, background
|
|
132
137
|
*/
|
|
133
|
-
|
|
138
|
+
colorBackgroundInfoTint: ColorDescription;
|
|
134
139
|
/**
|
|
135
140
|
* @desc Фон для полей ввода, селектов и других подобных компонентов
|
|
136
141
|
* @tags color, component, background
|
|
@@ -1,7 +1,66 @@
|
|
|
1
|
-
import {
|
|
2
|
-
|
|
1
|
+
import { Adaptive } from '../../general/tools';
|
|
2
|
+
import { DefaultViewports } from '../../general/tools/viewports';
|
|
3
|
+
import { Font } from '../../general/typography';
|
|
4
|
+
import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
5
|
+
interface ThemeCloudTypohraphy {
|
|
6
|
+
/**
|
|
7
|
+
* @desc Caption 1 CAPS • DEMIBOLD
|
|
8
|
+
* @tags font
|
|
9
|
+
* */
|
|
10
|
+
fontCaption1CapsDemibold: {
|
|
11
|
+
regular: Font;
|
|
12
|
+
};
|
|
13
|
+
/**
|
|
14
|
+
* @desc Caption 2 CAPS • DEMIBOLD
|
|
15
|
+
* @tags font
|
|
16
|
+
* */
|
|
17
|
+
fontCaption2CapsDemibold: {
|
|
18
|
+
regular: Font;
|
|
19
|
+
};
|
|
20
|
+
/**
|
|
21
|
+
* @desc Caption 3 CAPS • DEMIBOLD
|
|
22
|
+
* @tags font
|
|
23
|
+
* */
|
|
24
|
+
fontCaption3CapsDemibold: {
|
|
25
|
+
regular: Font;
|
|
26
|
+
};
|
|
27
|
+
/**
|
|
28
|
+
* @desc Заголовок Title 2 • Custom
|
|
29
|
+
* @tags font
|
|
30
|
+
* */
|
|
31
|
+
fontTitle2Custom: Adaptive<Font>;
|
|
32
|
+
/**
|
|
33
|
+
* @desc Заголовок Title3 • Custom
|
|
34
|
+
* @tags font
|
|
35
|
+
* */
|
|
36
|
+
fontTitle3Custom: Adaptive<Font>;
|
|
37
|
+
/**
|
|
38
|
+
* @desc Заголовок Subtitle • Medium
|
|
39
|
+
* @tags font
|
|
40
|
+
* */
|
|
41
|
+
fontSubtitleMedium: Font;
|
|
42
|
+
/**
|
|
43
|
+
* @desc Заголовок Subtitle • Regular
|
|
44
|
+
* @tags font
|
|
45
|
+
* */
|
|
46
|
+
fontSubtitleCustom: Font;
|
|
47
|
+
/**
|
|
48
|
+
* @desc Заголовок HeadlineLarge• Medium.
|
|
49
|
+
* Используется для обозначения занятого места в блоке с чистилкой
|
|
50
|
+
* @tags font
|
|
51
|
+
* */
|
|
52
|
+
fontHeadlineLargeMedium: Font;
|
|
53
|
+
/**
|
|
54
|
+
* @desc LargeText • Regular.
|
|
55
|
+
* Используется как текст под заголовком в тултипах
|
|
56
|
+
* @tags font
|
|
57
|
+
* */
|
|
58
|
+
fontLargeText: Font;
|
|
3
59
|
}
|
|
4
|
-
export interface
|
|
60
|
+
export interface ThemeCloud extends ParadigmTheme, ThemeCloudTypohraphy {
|
|
5
61
|
}
|
|
6
|
-
export interface
|
|
62
|
+
export interface ThemeCloudDescription extends ParadigmThemeDescription, ThemeCloudTypohraphy {
|
|
7
63
|
}
|
|
64
|
+
export interface ThemeCloudCssVars extends ParadigmThemeCssVars<DefaultViewports, ThemeCloud> {
|
|
65
|
+
}
|
|
66
|
+
export {};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.47.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://vkcom.github.io/vkui-tokens",
|
|
@@ -48,16 +48,16 @@
|
|
|
48
48
|
"@types/color": "3.0.6",
|
|
49
49
|
"@types/common-tags": "1.8.4",
|
|
50
50
|
"@types/fs-extra": "11.0.4",
|
|
51
|
-
"@types/lodash": "4.17.
|
|
51
|
+
"@types/lodash": "4.17.5",
|
|
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.114.0",
|
|
57
57
|
"@vkontakte/prettier-config": "0.1.0",
|
|
58
58
|
"@vkontakte/vk-bridge": "2.14.1",
|
|
59
59
|
"@vkontakte/vkjs": "1.1.2",
|
|
60
|
-
"@vkontakte/vkui": "6.
|
|
60
|
+
"@vkontakte/vkui": "6.1.1",
|
|
61
61
|
"babel-jest": "29.7.0",
|
|
62
62
|
"babel-loader": "9.1.3",
|
|
63
63
|
"clean-webpack-plugin": "4.0.0",
|
|
@@ -84,15 +84,15 @@
|
|
|
84
84
|
"husky": "9.0.11",
|
|
85
85
|
"jest": "29.7.0",
|
|
86
86
|
"jest-junit": "16.0.0",
|
|
87
|
-
"lint-staged": "15.2.
|
|
87
|
+
"lint-staged": "15.2.7",
|
|
88
88
|
"lodash": "4.17.21",
|
|
89
89
|
"prettier": "3.2.5",
|
|
90
90
|
"react": "18.3.1",
|
|
91
91
|
"react-dom": "18.3.1",
|
|
92
|
-
"rimraf": "5.0.
|
|
92
|
+
"rimraf": "5.0.7",
|
|
93
93
|
"style-loader": "4.0.0",
|
|
94
94
|
"terser-webpack-plugin": "5.3.10",
|
|
95
|
-
"ts-jest": "29.1.
|
|
95
|
+
"ts-jest": "29.1.4",
|
|
96
96
|
"ts-loader": "9.5.1",
|
|
97
97
|
"ts-morph": "20.0.0",
|
|
98
98
|
"ts-node": "10.9.2",
|
|
@@ -67,6 +67,7 @@ exports.lightColors = {
|
|
|
67
67
|
colorBackgroundContrastInverse: '#303030',
|
|
68
68
|
colorBackgroundContrastThemed: '#FFFFFF',
|
|
69
69
|
colorBackgroundAccentTint: '#5a9eff',
|
|
70
|
+
colorBackgroundInfoTint: '#f0f4ff',
|
|
70
71
|
// Text
|
|
71
72
|
colorTextAccent: '#005FF9',
|
|
72
73
|
colorTextAccentThemed: '#005FF9',
|
|
@@ -193,6 +194,7 @@ exports.darkColors = {
|
|
|
193
194
|
colorBackgroundContrastInverse: '#303030',
|
|
194
195
|
colorBackgroundContrastThemed: '#303030',
|
|
195
196
|
colorBackgroundAccentTint: '#5a9eff',
|
|
197
|
+
colorBackgroundInfoTint: '#19202f',
|
|
196
198
|
// Text
|
|
197
199
|
colorTextAccent: '#3C82FD',
|
|
198
200
|
colorTextAccentThemed: '#FFFFFF',
|
|
@@ -91,19 +91,23 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
91
91
|
}[colorsScheme],
|
|
92
92
|
colorBackgroundModal: background.background_modal,
|
|
93
93
|
colorBackgroundModalInverse: background.background_modal_inverse,
|
|
94
|
+
colorBackgroundPositive: background.background_positive,
|
|
95
|
+
colorBackgroundPositiveTint: {
|
|
96
|
+
light: '#E8F9E8',
|
|
97
|
+
dark: '#2E3E2B',
|
|
98
|
+
}[colorsScheme],
|
|
94
99
|
colorBackgroundWarning: {
|
|
95
100
|
light: '#FFF2D6',
|
|
96
|
-
dark: '#
|
|
101
|
+
dark: '#473315',
|
|
97
102
|
}[colorsScheme],
|
|
98
|
-
colorBackgroundPositive: background.background_positive,
|
|
99
103
|
colorBackgroundNegative: background.background_negative,
|
|
100
104
|
colorBackgroundNegativeTint: {
|
|
101
105
|
light: '#FFE9E9',
|
|
102
106
|
dark: '#522E2E',
|
|
103
107
|
}[colorsScheme],
|
|
104
|
-
|
|
105
|
-
light: '#
|
|
106
|
-
dark: '#
|
|
108
|
+
colorBackgroundInfoTint: {
|
|
109
|
+
light: '#DEEEFF',
|
|
110
|
+
dark: '#1C3954',
|
|
107
111
|
}[colorsScheme],
|
|
108
112
|
colorFieldBackground: background.field_background,
|
|
109
113
|
colorHeaderBackground: background.header_background,
|
|
@@ -133,7 +137,10 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
133
137
|
colorIconMedium: icons.icon_medium,
|
|
134
138
|
colorIconMediumAlpha: icons.icon_medium_alpha,
|
|
135
139
|
colorIconSecondary: icons.icon_secondary,
|
|
136
|
-
colorIconSecondaryAlpha:
|
|
140
|
+
colorIconSecondaryAlpha: {
|
|
141
|
+
light: 'rgba(0, 0, 0, 0.36)',
|
|
142
|
+
dark: 'rgba(241, 247, 255, 0.43)',
|
|
143
|
+
}[colorsScheme],
|
|
137
144
|
colorIconTertiary: icons.icon_tertiary,
|
|
138
145
|
colorIconTertiaryAlpha: icons.icon_tertiary_alpha,
|
|
139
146
|
colorIconContrast: icons.icon_contrast,
|
|
@@ -141,8 +148,8 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
141
148
|
colorIconContrastSecondary: icons.icon_contrast_secondary,
|
|
142
149
|
colorIconPositive: icons.icon_positive,
|
|
143
150
|
colorIconWarning: {
|
|
144
|
-
light: '#
|
|
145
|
-
dark: '#
|
|
151
|
+
light: '#F8A01C',
|
|
152
|
+
dark: '#EDB055',
|
|
146
153
|
}[colorsScheme],
|
|
147
154
|
colorIconNegative: icons.icon_negative,
|
|
148
155
|
// Stroke
|
|
@@ -484,6 +484,9 @@
|
|
|
484
484
|
--vkui--color_background_accent_tint: #5a9eff;
|
|
485
485
|
--vkui--color_background_accent_tint--hover: #5698F7;
|
|
486
486
|
--vkui--color_background_accent_tint--active: #5393EF;
|
|
487
|
+
--vkui--color_background_info_tint: #f0f4ff;
|
|
488
|
+
--vkui--color_background_info_tint--hover: #E6EBF7;
|
|
489
|
+
--vkui--color_background_info_tint--active: #DDE2EF;
|
|
487
490
|
--vkui--color_text_accent: #005FF9;
|
|
488
491
|
--vkui--color_text_accent--hover: #005CF1;
|
|
489
492
|
--vkui--color_text_accent--active: #0059EA;
|
|
@@ -111,6 +111,9 @@
|
|
|
111
111
|
--vkui--color_background_accent_tint: #5a9eff;
|
|
112
112
|
--vkui--color_background_accent_tint--hover: #5698F7;
|
|
113
113
|
--vkui--color_background_accent_tint--active: #5393EF;
|
|
114
|
+
--vkui--color_background_info_tint: #f0f4ff;
|
|
115
|
+
--vkui--color_background_info_tint--hover: #E6EBF7;
|
|
116
|
+
--vkui--color_background_info_tint--active: #DDE2EF;
|
|
114
117
|
--vkui--color_text_accent: #005FF9;
|
|
115
118
|
--vkui--color_text_accent--hover: #005CF1;
|
|
116
119
|
--vkui--color_text_accent--active: #0059EA;
|
|
@@ -68,6 +68,9 @@
|
|
|
68
68
|
--vkui--color_background_accent_tint: #5a9eff;
|
|
69
69
|
--vkui--color_background_accent_tint--hover: #5698F7;
|
|
70
70
|
--vkui--color_background_accent_tint--active: #5393EF;
|
|
71
|
+
--vkui--color_background_info_tint: #f0f4ff;
|
|
72
|
+
--vkui--color_background_info_tint--hover: #E6EBF7;
|
|
73
|
+
--vkui--color_background_info_tint--active: #DDE2EF;
|
|
71
74
|
--vkui--color_text_accent: #005FF9;
|
|
72
75
|
--vkui--color_text_accent--hover: #005CF1;
|
|
73
76
|
--vkui--color_text_accent--active: #0059EA;
|