@vkontakte/vkui-tokens 4.51.0 → 4.53.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/interfaces/namespaces/paradigm/index.d.ts +2 -0
- package/interfaces/themes/cloud/index.d.ts +81 -2
- package/interfaces/themes/octaviusWhiteDark/index.d.ts +4 -0
- package/interfaces/themes/octaviusWhiteDark/index.js +2 -0
- package/interfaces/themes/widgets/index.d.ts +7 -0
- package/interfaces/themes/widgets/index.js +2 -0
- package/interfaces/themes/widgetsDark/index.d.ts +7 -0
- package/interfaces/themes/widgetsDark/index.js +2 -0
- package/package.json +5 -5
- package/themeDescriptions/base/paradigm.js +42 -38
- package/themes/calendar/cssVars/declarations/index.css +106 -100
- package/themes/calendar/cssVars/declarations/noSizes.css +106 -100
- package/themes/calendar/cssVars/declarations/onlyColors.css +106 -100
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariables.css +106 -100
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +106 -100
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +106 -100
- package/themes/calendar/cssVars/theme/fallbacks/index.css +106 -100
- package/themes/calendar/cssVars/theme/fallbacks/index.less +106 -100
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +106 -100
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +106 -100
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +106 -100
- package/themes/calendar/cssVars/theme/index.js +128 -100
- package/themes/calendar/cssVars/theme/index.json +128 -100
- package/themes/calendar/docs.json +8 -0
- package/themes/calendar/index.css +106 -100
- package/themes/calendar/index.js +110 -100
- package/themes/calendar/index.json +110 -100
- package/themes/calendar/index.less +106 -100
- package/themes/calendar/index.pcss +106 -100
- package/themes/calendar/index.scss +106 -100
- package/themes/calendar/index.styl +106 -100
- package/themes/calendar/struct.json +110 -100
- package/themes/calendarDark/cssVars/declarations/index.css +52 -46
- package/themes/calendarDark/cssVars/declarations/noSizes.css +52 -46
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +52 -46
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +52 -46
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +52 -46
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +52 -46
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +52 -46
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +52 -46
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +52 -46
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +52 -46
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +52 -46
- package/themes/calendarDark/cssVars/theme/index.js +74 -46
- package/themes/calendarDark/cssVars/theme/index.json +74 -46
- package/themes/calendarDark/docs.json +8 -0
- package/themes/calendarDark/index.css +52 -46
- package/themes/calendarDark/index.js +56 -46
- package/themes/calendarDark/index.json +56 -46
- package/themes/calendarDark/index.less +52 -46
- package/themes/calendarDark/index.pcss +52 -46
- package/themes/calendarDark/index.scss +52 -46
- package/themes/calendarDark/index.styl +52 -46
- package/themes/calendarDark/struct.json +56 -46
- package/themes/calls/cssVars/declarations/index.css +45 -39
- package/themes/calls/cssVars/declarations/noSizes.css +45 -39
- package/themes/calls/cssVars/declarations/onlyColors.css +45 -39
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariables.css +45 -39
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +45 -39
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
- package/themes/calls/cssVars/theme/fallbacks/index.css +45 -39
- package/themes/calls/cssVars/theme/fallbacks/index.less +45 -39
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +45 -39
- package/themes/calls/cssVars/theme/fallbacks/index.scss +45 -39
- package/themes/calls/cssVars/theme/fallbacks/index.styl +45 -39
- package/themes/calls/cssVars/theme/index.js +67 -39
- package/themes/calls/cssVars/theme/index.json +67 -39
- package/themes/calls/docs.json +8 -0
- package/themes/calls/index.css +45 -39
- package/themes/calls/index.js +49 -39
- package/themes/calls/index.json +49 -39
- package/themes/calls/index.less +45 -39
- package/themes/calls/index.pcss +45 -39
- package/themes/calls/index.scss +45 -39
- package/themes/calls/index.styl +45 -39
- package/themes/calls/struct.json +49 -39
- package/themes/cloud/cssVars/declarations/index.css +316 -94
- package/themes/cloud/cssVars/declarations/noColors.css +4 -4
- package/themes/cloud/cssVars/declarations/noSizes.css +316 -94
- package/themes/cloud/cssVars/declarations/onlyColors.css +312 -90
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariables.css +316 -94
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +316 -94
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +316 -94
- package/themes/cloud/cssVars/theme/fallbacks/index.css +316 -94
- package/themes/cloud/cssVars/theme/fallbacks/index.less +316 -94
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +316 -94
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +316 -94
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +316 -94
- package/themes/cloud/cssVars/theme/index.js +1130 -94
- package/themes/cloud/cssVars/theme/index.json +1130 -94
- package/themes/cloud/docs.json +296 -0
- package/themes/cloud/index.css +316 -94
- package/themes/cloud/index.js +464 -94
- package/themes/cloud/index.json +464 -94
- package/themes/cloud/index.less +316 -94
- package/themes/cloud/index.pcss +316 -94
- package/themes/cloud/index.scss +316 -94
- package/themes/cloud/index.styl +316 -94
- package/themes/cloud/struct.json +464 -94
- package/themes/cloudDark/cssVars/declarations/index.css +261 -39
- package/themes/cloudDark/cssVars/declarations/noSizes.css +261 -39
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +261 -39
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +261 -39
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +261 -39
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +261 -39
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +261 -39
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +261 -39
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +261 -39
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +261 -39
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +261 -39
- package/themes/cloudDark/cssVars/theme/index.js +1075 -39
- package/themes/cloudDark/cssVars/theme/index.json +1075 -39
- package/themes/cloudDark/docs.json +296 -0
- package/themes/cloudDark/index.css +261 -39
- package/themes/cloudDark/index.js +409 -39
- package/themes/cloudDark/index.json +409 -39
- package/themes/cloudDark/index.less +261 -39
- package/themes/cloudDark/index.pcss +261 -39
- package/themes/cloudDark/index.scss +261 -39
- package/themes/cloudDark/index.styl +261 -39
- package/themes/cloudDark/struct.json +409 -39
- package/themes/home/cssVars/declarations/index.css +99 -93
- package/themes/home/cssVars/declarations/noSizes.css +99 -93
- package/themes/home/cssVars/declarations/onlyColors.css +99 -93
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariables.css +99 -93
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +99 -93
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
- package/themes/home/cssVars/theme/fallbacks/index.css +99 -93
- package/themes/home/cssVars/theme/fallbacks/index.less +99 -93
- package/themes/home/cssVars/theme/fallbacks/index.pcss +99 -93
- package/themes/home/cssVars/theme/fallbacks/index.scss +99 -93
- package/themes/home/cssVars/theme/fallbacks/index.styl +99 -93
- package/themes/home/cssVars/theme/index.js +121 -93
- package/themes/home/cssVars/theme/index.json +121 -93
- package/themes/home/docs.json +8 -0
- package/themes/home/index.css +99 -93
- package/themes/home/index.js +103 -93
- package/themes/home/index.json +103 -93
- package/themes/home/index.less +99 -93
- package/themes/home/index.pcss +99 -93
- package/themes/home/index.scss +99 -93
- package/themes/home/index.styl +99 -93
- package/themes/home/struct.json +103 -93
- package/themes/homeDark/cssVars/declarations/index.css +45 -39
- package/themes/homeDark/cssVars/declarations/noSizes.css +45 -39
- package/themes/homeDark/cssVars/declarations/onlyColors.css +45 -39
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +45 -39
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +45 -39
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +45 -39
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +45 -39
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +45 -39
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +45 -39
- package/themes/homeDark/cssVars/theme/index.js +67 -39
- package/themes/homeDark/cssVars/theme/index.json +67 -39
- package/themes/homeDark/docs.json +8 -0
- package/themes/homeDark/index.css +45 -39
- package/themes/homeDark/index.js +49 -39
- package/themes/homeDark/index.json +49 -39
- package/themes/homeDark/index.less +45 -39
- package/themes/homeDark/index.pcss +45 -39
- package/themes/homeDark/index.scss +45 -39
- package/themes/homeDark/index.styl +45 -39
- package/themes/homeDark/struct.json +49 -39
- package/themes/media/cssVars/declarations/index.css +262 -256
- package/themes/media/cssVars/declarations/noColors.css +120 -120
- package/themes/media/cssVars/declarations/noSizes.css +135 -129
- package/themes/media/cssVars/declarations/onlyColors.css +135 -129
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyMedia.css +7 -7
- package/themes/media/cssVars/declarations/onlyVariables.css +173 -167
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +173 -167
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +173 -167
- package/themes/media/cssVars/theme/fallbacks/index.css +255 -249
- package/themes/media/cssVars/theme/fallbacks/index.less +177 -171
- package/themes/media/cssVars/theme/fallbacks/index.pcss +177 -171
- package/themes/media/cssVars/theme/fallbacks/index.scss +235 -229
- package/themes/media/cssVars/theme/fallbacks/index.styl +177 -171
- package/themes/media/cssVars/theme/index.js +195 -167
- package/themes/media/cssVars/theme/index.json +195 -167
- package/themes/media/docs.json +8 -0
- package/themes/media/index.css +255 -249
- package/themes/media/index.js +177 -167
- package/themes/media/index.json +177 -167
- package/themes/media/index.less +177 -171
- package/themes/media/index.pcss +177 -171
- package/themes/media/index.scss +235 -229
- package/themes/media/index.styl +177 -171
- package/themes/media/struct.json +177 -167
- package/themes/mediaDark/cssVars/declarations/index.css +208 -202
- package/themes/mediaDark/cssVars/declarations/noColors.css +120 -120
- package/themes/mediaDark/cssVars/declarations/noSizes.css +81 -75
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +81 -75
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyMedia.css +7 -7
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +119 -113
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +119 -113
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +119 -113
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +201 -195
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +123 -117
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +123 -117
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +181 -175
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +123 -117
- package/themes/mediaDark/cssVars/theme/index.js +141 -113
- package/themes/mediaDark/cssVars/theme/index.json +141 -113
- package/themes/mediaDark/docs.json +8 -0
- package/themes/mediaDark/index.css +201 -195
- package/themes/mediaDark/index.js +123 -113
- package/themes/mediaDark/index.json +123 -113
- package/themes/mediaDark/index.less +123 -117
- package/themes/mediaDark/index.pcss +123 -117
- package/themes/mediaDark/index.scss +181 -175
- package/themes/mediaDark/index.styl +123 -117
- package/themes/mediaDark/struct.json +123 -113
- package/themes/mycom/cssVars/declarations/index.css +124 -118
- package/themes/mycom/cssVars/declarations/noColors.css +1 -1
- package/themes/mycom/cssVars/declarations/noSizes.css +123 -117
- package/themes/mycom/cssVars/declarations/onlyColors.css +123 -117
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +124 -118
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +124 -118
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +124 -118
- package/themes/mycom/cssVars/theme/fallbacks/index.css +124 -118
- package/themes/mycom/cssVars/theme/fallbacks/index.less +124 -118
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +124 -118
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +124 -118
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +124 -118
- package/themes/mycom/cssVars/theme/index.js +146 -118
- package/themes/mycom/cssVars/theme/index.json +146 -118
- package/themes/mycom/docs.json +8 -0
- package/themes/mycom/index.css +124 -118
- package/themes/mycom/index.js +128 -118
- package/themes/mycom/index.json +128 -118
- package/themes/mycom/index.less +124 -118
- package/themes/mycom/index.pcss +124 -118
- package/themes/mycom/index.scss +124 -118
- package/themes/mycom/index.styl +124 -118
- package/themes/mycom/struct.json +128 -118
- package/themes/octavius/cssVars/declarations/index.css +154 -148
- package/themes/octavius/cssVars/declarations/noColors.css +2 -2
- package/themes/octavius/cssVars/declarations/noSizes.css +153 -147
- package/themes/octavius/cssVars/declarations/onlyColors.css +152 -146
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariables.css +154 -148
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +154 -148
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +154 -148
- package/themes/octavius/cssVars/theme/fallbacks/index.css +154 -148
- package/themes/octavius/cssVars/theme/fallbacks/index.less +154 -148
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +154 -148
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +154 -148
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +154 -148
- package/themes/octavius/cssVars/theme/index.js +198 -170
- package/themes/octavius/cssVars/theme/index.json +198 -170
- package/themes/octavius/docs.json +8 -0
- package/themes/octavius/index.css +154 -148
- package/themes/octavius/index.js +161 -151
- package/themes/octavius/index.json +161 -151
- package/themes/octavius/index.less +154 -148
- package/themes/octavius/index.pcss +154 -148
- package/themes/octavius/index.scss +154 -148
- package/themes/octavius/index.styl +154 -148
- package/themes/octavius/struct.json +161 -151
- package/themes/octaviusCompact/cssVars/declarations/index.css +154 -148
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +2 -2
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +153 -147
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +152 -146
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +154 -148
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +154 -148
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +154 -148
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +154 -148
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +154 -148
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +154 -148
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +154 -148
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +154 -148
- package/themes/octaviusCompact/cssVars/theme/index.js +198 -170
- package/themes/octaviusCompact/cssVars/theme/index.json +198 -170
- package/themes/octaviusCompact/docs.json +8 -0
- package/themes/octaviusCompact/index.css +154 -148
- package/themes/octaviusCompact/index.js +161 -151
- package/themes/octaviusCompact/index.json +161 -151
- package/themes/octaviusCompact/index.less +154 -148
- package/themes/octaviusCompact/index.pcss +154 -148
- package/themes/octaviusCompact/index.scss +154 -148
- package/themes/octaviusCompact/index.styl +154 -148
- package/themes/octaviusCompact/struct.json +161 -151
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +68 -62
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +67 -61
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +66 -60
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +68 -62
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +68 -62
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +68 -62
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +68 -62
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +68 -62
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +68 -62
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +68 -62
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +68 -62
- package/themes/octaviusCompactDark/cssVars/theme/index.js +112 -84
- package/themes/octaviusCompactDark/cssVars/theme/index.json +112 -84
- package/themes/octaviusCompactDark/docs.json +8 -0
- package/themes/octaviusCompactDark/index.css +68 -62
- package/themes/octaviusCompactDark/index.js +76 -66
- package/themes/octaviusCompactDark/index.json +76 -66
- package/themes/octaviusCompactDark/index.less +68 -62
- package/themes/octaviusCompactDark/index.pcss +68 -62
- package/themes/octaviusCompactDark/index.scss +68 -62
- package/themes/octaviusCompactDark/index.styl +68 -62
- package/themes/octaviusCompactDark/struct.json +76 -66
- package/themes/octaviusDark/cssVars/declarations/index.css +68 -62
- package/themes/octaviusDark/cssVars/declarations/noColors.css +2 -2
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +67 -61
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +66 -60
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +68 -62
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +68 -62
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +68 -62
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +68 -62
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +68 -62
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +68 -62
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +68 -62
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +68 -62
- package/themes/octaviusDark/cssVars/theme/index.js +112 -84
- package/themes/octaviusDark/cssVars/theme/index.json +112 -84
- package/themes/octaviusDark/docs.json +8 -0
- package/themes/octaviusDark/index.css +68 -62
- package/themes/octaviusDark/index.js +76 -66
- package/themes/octaviusDark/index.json +76 -66
- package/themes/octaviusDark/index.less +68 -62
- package/themes/octaviusDark/index.pcss +68 -62
- package/themes/octaviusDark/index.scss +68 -62
- package/themes/octaviusDark/index.styl +68 -62
- package/themes/octaviusDark/struct.json +76 -66
- package/themes/octaviusVK/cssVars/declarations/index.css +50 -44
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +50 -44
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +50 -44
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +50 -44
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +50 -44
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +50 -44
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +50 -44
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +50 -44
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +50 -44
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +50 -44
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +50 -44
- package/themes/octaviusVK/cssVars/theme/index.js +94 -66
- package/themes/octaviusVK/cssVars/theme/index.json +94 -66
- package/themes/octaviusVK/docs.json +8 -0
- package/themes/octaviusVK/index.css +50 -44
- package/themes/octaviusVK/index.js +58 -48
- package/themes/octaviusVK/index.json +58 -48
- package/themes/octaviusVK/index.less +50 -44
- package/themes/octaviusVK/index.pcss +50 -44
- package/themes/octaviusVK/index.scss +50 -44
- package/themes/octaviusVK/index.styl +50 -44
- package/themes/octaviusVK/struct.json +58 -48
- package/themes/octaviusVKDark/cssVars/declarations/index.css +48 -42
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +48 -42
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +48 -42
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +48 -42
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +48 -42
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +48 -42
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +48 -42
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +48 -42
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +48 -42
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +48 -42
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +48 -42
- package/themes/octaviusVKDark/cssVars/theme/index.js +92 -64
- package/themes/octaviusVKDark/cssVars/theme/index.json +92 -64
- package/themes/octaviusVKDark/docs.json +8 -0
- package/themes/octaviusVKDark/index.css +48 -42
- package/themes/octaviusVKDark/index.js +56 -46
- package/themes/octaviusVKDark/index.json +56 -46
- package/themes/octaviusVKDark/index.less +48 -42
- package/themes/octaviusVKDark/index.pcss +48 -42
- package/themes/octaviusVKDark/index.scss +48 -42
- package/themes/octaviusVKDark/index.styl +48 -42
- package/themes/octaviusVKDark/struct.json +56 -46
- package/themes/octaviusWhite/cssVars/declarations/index.css +52 -46
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +52 -46
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +52 -46
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +52 -46
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +52 -46
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +52 -46
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +52 -46
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +52 -46
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +52 -46
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +52 -46
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +52 -46
- package/themes/octaviusWhite/cssVars/theme/index.js +74 -46
- package/themes/octaviusWhite/cssVars/theme/index.json +74 -46
- package/themes/octaviusWhite/docs.json +8 -0
- package/themes/octaviusWhite/index.css +52 -46
- package/themes/octaviusWhite/index.js +56 -46
- package/themes/octaviusWhite/index.json +56 -46
- package/themes/octaviusWhite/index.less +52 -46
- package/themes/octaviusWhite/index.pcss +52 -46
- package/themes/octaviusWhite/index.scss +52 -46
- package/themes/octaviusWhite/index.styl +52 -46
- package/themes/octaviusWhite/struct.json +56 -46
- package/themes/octaviusWhiteDark/cssVars/declarations/index.css +2143 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/noColors.css +701 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/noSizes.css +935 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.css +884 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyMedia.css +408 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.css +1235 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocal.css +1235 -0
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocalIncremental.css +1235 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.css +1582 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.less +1329 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.pcss +1322 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.scss +1589 -0
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.styl +1329 -0
- package/themes/octaviusWhiteDark/cssVars/theme/index.d.ts +4 -0
- package/themes/octaviusWhiteDark/cssVars/theme/index.js +6886 -0
- package/themes/octaviusWhiteDark/cssVars/theme/index.json +6883 -0
- package/themes/octaviusWhiteDark/docs.json +4801 -0
- package/themes/octaviusWhiteDark/index.css +1582 -0
- package/themes/octaviusWhiteDark/index.d.ts +4 -0
- package/themes/octaviusWhiteDark/index.js +2207 -0
- package/themes/octaviusWhiteDark/index.json +2204 -0
- package/themes/octaviusWhiteDark/index.less +1329 -0
- package/themes/octaviusWhiteDark/index.pcss +1322 -0
- package/themes/octaviusWhiteDark/index.scss +1589 -0
- package/themes/octaviusWhiteDark/index.styl +1329 -0
- package/themes/octaviusWhiteDark/struct.json +2230 -0
- package/themes/otvet/cssVars/declarations/index.css +99 -93
- package/themes/otvet/cssVars/declarations/noSizes.css +99 -93
- package/themes/otvet/cssVars/declarations/onlyColors.css +99 -93
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariables.css +99 -93
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +99 -93
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
- package/themes/otvet/cssVars/theme/fallbacks/index.css +99 -93
- package/themes/otvet/cssVars/theme/fallbacks/index.less +99 -93
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +99 -93
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +99 -93
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +99 -93
- package/themes/otvet/cssVars/theme/index.js +121 -93
- package/themes/otvet/cssVars/theme/index.json +121 -93
- package/themes/otvet/docs.json +8 -0
- package/themes/otvet/index.css +99 -93
- package/themes/otvet/index.js +103 -93
- package/themes/otvet/index.json +103 -93
- package/themes/otvet/index.less +99 -93
- package/themes/otvet/index.pcss +99 -93
- package/themes/otvet/index.scss +99 -93
- package/themes/otvet/index.styl +99 -93
- package/themes/otvet/struct.json +103 -93
- package/themes/otvetDark/cssVars/declarations/index.css +45 -39
- package/themes/otvetDark/cssVars/declarations/noSizes.css +45 -39
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +45 -39
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +45 -39
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +45 -39
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +45 -39
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +45 -39
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +45 -39
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +45 -39
- package/themes/otvetDark/cssVars/theme/index.js +67 -39
- package/themes/otvetDark/cssVars/theme/index.json +67 -39
- package/themes/otvetDark/docs.json +8 -0
- package/themes/otvetDark/index.css +45 -39
- package/themes/otvetDark/index.js +49 -39
- package/themes/otvetDark/index.json +49 -39
- package/themes/otvetDark/index.less +45 -39
- package/themes/otvetDark/index.pcss +45 -39
- package/themes/otvetDark/index.scss +45 -39
- package/themes/otvetDark/index.styl +45 -39
- package/themes/otvetDark/struct.json +49 -39
- package/themes/paradigmBase/cssVars/declarations/index.css +99 -93
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +99 -93
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +99 -93
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +99 -93
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +99 -93
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +99 -93
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +99 -93
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +99 -93
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +99 -93
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +99 -93
- package/themes/paradigmBase/cssVars/theme/index.js +121 -93
- package/themes/paradigmBase/cssVars/theme/index.json +121 -93
- package/themes/paradigmBase/docs.json +8 -0
- package/themes/paradigmBase/index.css +99 -93
- package/themes/paradigmBase/index.js +103 -93
- package/themes/paradigmBase/index.json +103 -93
- package/themes/paradigmBase/index.less +99 -93
- package/themes/paradigmBase/index.pcss +99 -93
- package/themes/paradigmBase/index.scss +99 -93
- package/themes/paradigmBase/index.styl +99 -93
- package/themes/paradigmBase/struct.json +103 -93
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +45 -39
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +45 -39
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +45 -39
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +45 -39
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +45 -39
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +45 -39
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +45 -39
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +45 -39
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +45 -39
- package/themes/paradigmBaseDark/cssVars/theme/index.js +67 -39
- package/themes/paradigmBaseDark/cssVars/theme/index.json +67 -39
- package/themes/paradigmBaseDark/docs.json +8 -0
- package/themes/paradigmBaseDark/index.css +45 -39
- package/themes/paradigmBaseDark/index.js +49 -39
- package/themes/paradigmBaseDark/index.json +49 -39
- package/themes/paradigmBaseDark/index.less +45 -39
- package/themes/paradigmBaseDark/index.pcss +45 -39
- package/themes/paradigmBaseDark/index.scss +45 -39
- package/themes/paradigmBaseDark/index.styl +45 -39
- package/themes/paradigmBaseDark/struct.json +49 -39
- package/themes/pharma/cssVars/declarations/index.css +250 -244
- package/themes/pharma/cssVars/declarations/noColors.css +120 -120
- package/themes/pharma/cssVars/declarations/noSizes.css +195 -189
- package/themes/pharma/cssVars/declarations/onlyColors.css +123 -117
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyMedia.css +7 -7
- package/themes/pharma/cssVars/declarations/onlyVariables.css +161 -155
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +161 -155
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +161 -155
- package/themes/pharma/cssVars/theme/fallbacks/index.css +243 -237
- package/themes/pharma/cssVars/theme/fallbacks/index.less +165 -159
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +165 -159
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +223 -217
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +165 -159
- package/themes/pharma/cssVars/theme/index.js +183 -155
- package/themes/pharma/cssVars/theme/index.json +183 -155
- package/themes/pharma/docs.json +8 -0
- package/themes/pharma/index.css +243 -237
- package/themes/pharma/index.js +165 -155
- package/themes/pharma/index.json +165 -155
- package/themes/pharma/index.less +165 -159
- package/themes/pharma/index.pcss +165 -159
- package/themes/pharma/index.scss +223 -217
- package/themes/pharma/index.styl +165 -159
- package/themes/pharma/struct.json +165 -155
- package/themes/portalUI/cssVars/declarations/index.css +99 -93
- package/themes/portalUI/cssVars/declarations/noSizes.css +99 -93
- package/themes/portalUI/cssVars/declarations/onlyColors.css +99 -93
- package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariables.css +99 -93
- package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +99 -93
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
- package/themes/portalUI/cssVars/theme/fallbacks/index.css +99 -93
- package/themes/portalUI/cssVars/theme/fallbacks/index.less +99 -93
- package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +99 -93
- package/themes/portalUI/cssVars/theme/fallbacks/index.scss +99 -93
- package/themes/portalUI/cssVars/theme/fallbacks/index.styl +99 -93
- package/themes/portalUI/cssVars/theme/index.js +121 -93
- package/themes/portalUI/cssVars/theme/index.json +121 -93
- package/themes/portalUI/docs.json +8 -0
- package/themes/portalUI/index.css +99 -93
- package/themes/portalUI/index.js +103 -93
- package/themes/portalUI/index.json +103 -93
- package/themes/portalUI/index.less +99 -93
- package/themes/portalUI/index.pcss +99 -93
- package/themes/portalUI/index.scss +99 -93
- package/themes/portalUI/index.styl +99 -93
- package/themes/portalUI/struct.json +103 -93
- package/themes/portalUIDark/cssVars/declarations/index.css +45 -39
- package/themes/portalUIDark/cssVars/declarations/noSizes.css +45 -39
- package/themes/portalUIDark/cssVars/declarations/onlyColors.css +45 -39
- package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +45 -39
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +45 -39
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +45 -39
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +45 -39
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +45 -39
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +45 -39
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +45 -39
- package/themes/portalUIDark/cssVars/theme/index.js +67 -39
- package/themes/portalUIDark/cssVars/theme/index.json +67 -39
- package/themes/portalUIDark/docs.json +8 -0
- package/themes/portalUIDark/index.css +45 -39
- package/themes/portalUIDark/index.js +49 -39
- package/themes/portalUIDark/index.json +49 -39
- package/themes/portalUIDark/index.less +45 -39
- package/themes/portalUIDark/index.pcss +45 -39
- package/themes/portalUIDark/index.scss +45 -39
- package/themes/portalUIDark/index.styl +45 -39
- package/themes/portalUIDark/struct.json +49 -39
- package/themes/promo/cssVars/declarations/index.css +99 -93
- package/themes/promo/cssVars/declarations/noSizes.css +99 -93
- package/themes/promo/cssVars/declarations/onlyColors.css +99 -93
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariables.css +99 -93
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +99 -93
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
- package/themes/promo/cssVars/theme/fallbacks/index.css +99 -93
- package/themes/promo/cssVars/theme/fallbacks/index.less +99 -93
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +99 -93
- package/themes/promo/cssVars/theme/fallbacks/index.scss +99 -93
- package/themes/promo/cssVars/theme/fallbacks/index.styl +99 -93
- package/themes/promo/cssVars/theme/index.js +121 -93
- package/themes/promo/cssVars/theme/index.json +121 -93
- package/themes/promo/docs.json +8 -0
- package/themes/promo/index.css +99 -93
- package/themes/promo/index.js +103 -93
- package/themes/promo/index.json +103 -93
- package/themes/promo/index.less +99 -93
- package/themes/promo/index.pcss +99 -93
- package/themes/promo/index.scss +99 -93
- package/themes/promo/index.styl +99 -93
- package/themes/promo/struct.json +103 -93
- package/themes/pulse/cssVars/declarations/index.css +63 -63
- package/themes/pulse/cssVars/declarations/noSizes.css +63 -63
- package/themes/pulse/cssVars/declarations/onlyColors.css +63 -63
- package/themes/pulse/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pulse/cssVars/declarations/onlyVariables.css +63 -63
- package/themes/pulse/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pulse/cssVars/declarations/onlyVariablesLocal.css +63 -63
- package/themes/pulse/cssVars/declarations/onlyVariablesLocalIncremental.css +63 -63
- package/themes/pulse/cssVars/theme/fallbacks/index.css +63 -63
- package/themes/pulse/cssVars/theme/fallbacks/index.less +63 -63
- package/themes/pulse/cssVars/theme/fallbacks/index.pcss +63 -63
- package/themes/pulse/cssVars/theme/fallbacks/index.scss +63 -63
- package/themes/pulse/cssVars/theme/fallbacks/index.styl +63 -63
- package/themes/pulse/cssVars/theme/index.js +63 -63
- package/themes/pulse/cssVars/theme/index.json +63 -63
- package/themes/pulse/index.css +63 -63
- package/themes/pulse/index.js +63 -63
- package/themes/pulse/index.json +63 -63
- package/themes/pulse/index.less +63 -63
- package/themes/pulse/index.pcss +63 -63
- package/themes/pulse/index.scss +63 -63
- package/themes/pulse/index.styl +63 -63
- package/themes/pulse/struct.json +63 -63
- package/themes/pulseDark/cssVars/declarations/index.css +33 -33
- package/themes/pulseDark/cssVars/declarations/noSizes.css +33 -33
- package/themes/pulseDark/cssVars/declarations/onlyColors.css +33 -33
- package/themes/pulseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pulseDark/cssVars/declarations/onlyVariables.css +33 -33
- package/themes/pulseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pulseDark/cssVars/declarations/onlyVariablesLocal.css +33 -33
- package/themes/pulseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +33 -33
- package/themes/pulseDark/cssVars/theme/fallbacks/index.css +33 -33
- package/themes/pulseDark/cssVars/theme/fallbacks/index.less +33 -33
- package/themes/pulseDark/cssVars/theme/fallbacks/index.pcss +33 -33
- package/themes/pulseDark/cssVars/theme/fallbacks/index.scss +33 -33
- package/themes/pulseDark/cssVars/theme/fallbacks/index.styl +33 -33
- package/themes/pulseDark/cssVars/theme/index.js +33 -33
- package/themes/pulseDark/cssVars/theme/index.json +33 -33
- package/themes/pulseDark/index.css +33 -33
- package/themes/pulseDark/index.js +33 -33
- package/themes/pulseDark/index.json +33 -33
- package/themes/pulseDark/index.less +33 -33
- package/themes/pulseDark/index.pcss +33 -33
- package/themes/pulseDark/index.scss +33 -33
- package/themes/pulseDark/index.styl +33 -33
- package/themes/pulseDark/struct.json +33 -33
- package/themes/search/cssVars/declarations/index.css +96 -90
- package/themes/search/cssVars/declarations/noSizes.css +96 -90
- package/themes/search/cssVars/declarations/onlyColors.css +96 -90
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariables.css +96 -90
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +96 -90
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +96 -90
- package/themes/search/cssVars/theme/fallbacks/index.css +96 -90
- package/themes/search/cssVars/theme/fallbacks/index.less +96 -90
- package/themes/search/cssVars/theme/fallbacks/index.pcss +96 -90
- package/themes/search/cssVars/theme/fallbacks/index.scss +96 -90
- package/themes/search/cssVars/theme/fallbacks/index.styl +96 -90
- package/themes/search/cssVars/theme/index.js +118 -90
- package/themes/search/cssVars/theme/index.json +118 -90
- package/themes/search/docs.json +8 -0
- package/themes/search/index.css +96 -90
- package/themes/search/index.js +100 -90
- package/themes/search/index.json +100 -90
- package/themes/search/index.less +96 -90
- package/themes/search/index.pcss +96 -90
- package/themes/search/index.scss +96 -90
- package/themes/search/index.styl +96 -90
- package/themes/search/struct.json +100 -90
- package/themes/todo/cssVars/declarations/index.css +99 -93
- package/themes/todo/cssVars/declarations/noSizes.css +99 -93
- package/themes/todo/cssVars/declarations/onlyColors.css +99 -93
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariables.css +99 -93
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +99 -93
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +99 -93
- package/themes/todo/cssVars/theme/fallbacks/index.css +99 -93
- package/themes/todo/cssVars/theme/fallbacks/index.less +99 -93
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +99 -93
- package/themes/todo/cssVars/theme/fallbacks/index.scss +99 -93
- package/themes/todo/cssVars/theme/fallbacks/index.styl +99 -93
- package/themes/todo/cssVars/theme/index.js +121 -93
- package/themes/todo/cssVars/theme/index.json +121 -93
- package/themes/todo/docs.json +8 -0
- package/themes/todo/index.css +99 -93
- package/themes/todo/index.js +103 -93
- package/themes/todo/index.json +103 -93
- package/themes/todo/index.less +99 -93
- package/themes/todo/index.pcss +99 -93
- package/themes/todo/index.scss +99 -93
- package/themes/todo/index.styl +99 -93
- package/themes/todo/struct.json +103 -93
- package/themes/vkCom/cssVars/declarations/index.css +6 -6
- package/themes/vkCom/cssVars/declarations/noSizes.css +6 -6
- package/themes/vkCom/cssVars/declarations/onlyColors.css +6 -6
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +6 -6
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +6 -6
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -6
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +6 -6
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +6 -6
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +6 -6
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +6 -6
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +6 -6
- package/themes/vkCom/cssVars/theme/index.js +6 -6
- package/themes/vkCom/cssVars/theme/index.json +6 -6
- package/themes/vkCom/index.css +6 -6
- package/themes/vkCom/index.js +6 -6
- package/themes/vkCom/index.json +6 -6
- package/themes/vkCom/index.less +6 -6
- package/themes/vkCom/index.pcss +6 -6
- package/themes/vkCom/index.scss +6 -6
- package/themes/vkCom/index.styl +6 -6
- package/themes/vkCom/struct.json +6 -6
- package/themes/vkComDark/cssVars/declarations/index.css +6 -6
- package/themes/vkComDark/cssVars/declarations/noSizes.css +6 -6
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +6 -6
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +6 -6
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +6 -6
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +3 -6
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +6 -6
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +6 -6
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +6 -6
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +6 -6
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +6 -6
- package/themes/vkComDark/cssVars/theme/index.js +6 -6
- package/themes/vkComDark/cssVars/theme/index.json +6 -6
- package/themes/vkComDark/index.css +6 -6
- package/themes/vkComDark/index.js +6 -6
- package/themes/vkComDark/index.json +6 -6
- package/themes/vkComDark/index.less +6 -6
- package/themes/vkComDark/index.pcss +6 -6
- package/themes/vkComDark/index.scss +6 -6
- package/themes/vkComDark/index.styl +6 -6
- package/themes/vkComDark/struct.json +6 -6
- package/themes/vkontakteCom/cssVars/declarations/index.css +6 -6
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +6 -6
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +6 -6
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +6 -6
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +6 -6
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +6 -6
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +6 -6
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +6 -6
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +6 -6
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +6 -6
- package/themes/vkontakteCom/cssVars/theme/index.js +6 -6
- package/themes/vkontakteCom/cssVars/theme/index.json +6 -6
- package/themes/vkontakteCom/index.css +6 -6
- package/themes/vkontakteCom/index.js +6 -6
- package/themes/vkontakteCom/index.json +6 -6
- package/themes/vkontakteCom/index.less +6 -6
- package/themes/vkontakteCom/index.pcss +6 -6
- package/themes/vkontakteCom/index.scss +6 -6
- package/themes/vkontakteCom/index.styl +6 -6
- package/themes/vkontakteCom/struct.json +6 -6
- package/themes/vkontakteComDark/cssVars/declarations/index.css +6 -6
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +6 -6
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +6 -6
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +6 -6
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +6 -6
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +6 -6
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +6 -6
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +6 -6
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +6 -6
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +6 -6
- package/themes/vkontakteComDark/cssVars/theme/index.js +6 -6
- package/themes/vkontakteComDark/cssVars/theme/index.json +6 -6
- package/themes/vkontakteComDark/index.css +6 -6
- package/themes/vkontakteComDark/index.js +6 -6
- package/themes/vkontakteComDark/index.json +6 -6
- package/themes/vkontakteComDark/index.less +6 -6
- package/themes/vkontakteComDark/index.pcss +6 -6
- package/themes/vkontakteComDark/index.scss +6 -6
- package/themes/vkontakteComDark/index.styl +6 -6
- package/themes/vkontakteComDark/struct.json +6 -6
- package/themes/widgets/cssVars/declarations/index.css +1637 -0
- package/themes/widgets/cssVars/declarations/noColors.css +676 -0
- package/themes/widgets/cssVars/declarations/noSizes.css +446 -0
- package/themes/widgets/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
- package/themes/widgets/cssVars/declarations/onlyColors.css +407 -0
- package/themes/widgets/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/widgets/cssVars/declarations/onlyColors.js +11 -0
- package/themes/widgets/cssVars/declarations/onlyMedia.css +402 -0
- package/themes/widgets/cssVars/declarations/onlyVariables.css +735 -0
- package/themes/widgets/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/widgets/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/widgets/cssVars/declarations/onlyVariablesLocal.css +735 -0
- package/themes/widgets/cssVars/declarations/onlyVariablesLocalIncremental.css +735 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.css +1082 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.less +829 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.pcss +822 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.scss +1089 -0
- package/themes/widgets/cssVars/theme/fallbacks/index.styl +829 -0
- package/themes/widgets/cssVars/theme/index.d.ts +4 -0
- package/themes/widgets/cssVars/theme/index.js +4532 -0
- package/themes/widgets/cssVars/theme/index.json +4529 -0
- package/themes/widgets/docs.json +4073 -0
- package/themes/widgets/index.css +1082 -0
- package/themes/widgets/index.d.ts +4 -0
- package/themes/widgets/index.js +1377 -0
- package/themes/widgets/index.json +1374 -0
- package/themes/widgets/index.less +829 -0
- package/themes/widgets/index.pcss +822 -0
- package/themes/widgets/index.scss +1089 -0
- package/themes/widgets/index.styl +829 -0
- package/themes/widgets/struct.json +1400 -0
- package/themes/widgetsDark/cssVars/declarations/index.css +1637 -0
- package/themes/widgetsDark/cssVars/declarations/noColors.css +676 -0
- package/themes/widgetsDark/cssVars/declarations/noSizes.css +446 -0
- package/themes/widgetsDark/cssVars/declarations/onlyAdaptiveGroups.css +152 -0
- package/themes/widgetsDark/cssVars/declarations/onlyColors.css +407 -0
- package/themes/widgetsDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/widgetsDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/widgetsDark/cssVars/declarations/onlyMedia.css +402 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariables.css +735 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariablesLocal.css +735 -0
- package/themes/widgetsDark/cssVars/declarations/onlyVariablesLocalIncremental.css +735 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.css +1082 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.less +829 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.pcss +822 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.scss +1089 -0
- package/themes/widgetsDark/cssVars/theme/fallbacks/index.styl +829 -0
- package/themes/widgetsDark/cssVars/theme/index.d.ts +4 -0
- package/themes/widgetsDark/cssVars/theme/index.js +4532 -0
- package/themes/widgetsDark/cssVars/theme/index.json +4529 -0
- package/themes/widgetsDark/docs.json +4073 -0
- package/themes/widgetsDark/index.css +1082 -0
- package/themes/widgetsDark/index.d.ts +4 -0
- package/themes/widgetsDark/index.js +1377 -0
- package/themes/widgetsDark/index.json +1374 -0
- package/themes/widgetsDark/index.less +829 -0
- package/themes/widgetsDark/index.pcss +822 -0
- package/themes/widgetsDark/index.scss +1089 -0
- package/themes/widgetsDark/index.styl +829 -0
- package/themes/widgetsDark/struct.json +1400 -0
- package/themes/workspaceAdmin/cssVars/declarations/index.css +121 -112
- package/themes/workspaceAdmin/cssVars/declarations/noColors.css +18 -15
- package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +99 -93
- package/themes/workspaceAdmin/cssVars/declarations/onlyAdaptiveGroups.css +4 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +99 -93
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +4 -4
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +105 -98
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +105 -98
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +105 -98
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +117 -108
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +105 -98
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +105 -98
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +111 -103
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +105 -98
- package/themes/workspaceAdmin/cssVars/theme/index.js +130 -98
- package/themes/workspaceAdmin/cssVars/theme/index.json +130 -98
- package/themes/workspaceAdmin/docs.json +8 -0
- package/themes/workspaceAdmin/index.css +117 -108
- package/themes/workspaceAdmin/index.js +109 -98
- package/themes/workspaceAdmin/index.json +109 -98
- package/themes/workspaceAdmin/index.less +105 -98
- package/themes/workspaceAdmin/index.pcss +105 -98
- package/themes/workspaceAdmin/index.scss +111 -103
- package/themes/workspaceAdmin/index.styl +105 -98
- package/themes/workspaceAdmin/struct.json +109 -98
- package/themes/workspaceAdminDark/cssVars/declarations/index.css +46 -37
- package/themes/workspaceAdminDark/cssVars/declarations/noColors.css +6 -3
- package/themes/workspaceAdminDark/cssVars/declarations/noSizes.css +40 -34
- package/themes/workspaceAdminDark/cssVars/declarations/onlyAdaptiveGroups.css +4 -2
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.css +40 -34
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.css +42 -35
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocal.css +42 -35
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocalIncremental.css +42 -35
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.css +46 -37
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.less +42 -35
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.pcss +42 -35
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.scss +44 -36
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.styl +42 -35
- package/themes/workspaceAdminDark/cssVars/theme/index.js +67 -35
- package/themes/workspaceAdminDark/cssVars/theme/index.json +67 -35
- package/themes/workspaceAdminDark/docs.json +8 -0
- package/themes/workspaceAdminDark/index.css +46 -37
- package/themes/workspaceAdminDark/index.js +46 -35
- package/themes/workspaceAdminDark/index.json +46 -35
- package/themes/workspaceAdminDark/index.less +42 -35
- package/themes/workspaceAdminDark/index.pcss +42 -35
- package/themes/workspaceAdminDark/index.scss +44 -36
- package/themes/workspaceAdminDark/index.styl +42 -35
- package/themes/workspaceAdminDark/struct.json +46 -35
- package/themes/workspaceLandings/cssVars/declarations/index.css +45 -39
- package/themes/workspaceLandings/cssVars/declarations/noSizes.css +45 -39
- package/themes/workspaceLandings/cssVars/declarations/onlyColors.css +45 -39
- package/themes/workspaceLandings/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceLandings/cssVars/declarations/onlyVariables.css +45 -39
- package/themes/workspaceLandings/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocal.css +45 -39
- package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocalIncremental.css +45 -39
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.css +45 -39
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.less +45 -39
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.pcss +45 -39
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.scss +45 -39
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.styl +45 -39
- package/themes/workspaceLandings/cssVars/theme/index.js +67 -39
- package/themes/workspaceLandings/cssVars/theme/index.json +67 -39
- package/themes/workspaceLandings/docs.json +8 -0
- package/themes/workspaceLandings/index.css +45 -39
- package/themes/workspaceLandings/index.js +49 -39
- package/themes/workspaceLandings/index.json +49 -39
- package/themes/workspaceLandings/index.less +45 -39
- package/themes/workspaceLandings/index.pcss +45 -39
- package/themes/workspaceLandings/index.scss +45 -39
- package/themes/workspaceLandings/index.styl +45 -39
- package/themes/workspaceLandings/struct.json +49 -39
- package/utils/common/colors/projectColors.js +12 -12
|
@@ -104,6 +104,8 @@ export interface LocalParadigmColorsDescriptionStruct {
|
|
|
104
104
|
colorTooltipTextGreenThemed: ColorDescription;
|
|
105
105
|
colorTooltipTextOrangeThemed: ColorDescription;
|
|
106
106
|
colorTooltipTextPurpleThemed: ColorDescription;
|
|
107
|
+
colorBackgroundSky: ColorDescription;
|
|
108
|
+
colorBackgroundSkyAlpha: ColorDescription;
|
|
107
109
|
}
|
|
108
110
|
export type ParadigmLocalColors = {
|
|
109
111
|
[key in keyof LocalParadigmColorsDescriptionStruct]: ColorWithStates;
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
+
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
1
2
|
import { Adaptive } from '../../general/tools';
|
|
2
3
|
import { DefaultViewports } from '../../general/tools/viewports';
|
|
3
4
|
import { Font } from '../../general/typography';
|
|
4
|
-
import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
5
|
+
import { LocalParadigmColorsDescriptionStruct, ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
5
6
|
interface ThemeCloudTypohraphy {
|
|
6
7
|
/**
|
|
7
8
|
* @desc Caption 1 CAPS • DEMIBOLD
|
|
@@ -57,9 +58,87 @@ interface ThemeCloudTypohraphy {
|
|
|
57
58
|
* */
|
|
58
59
|
fontLargeText: Font;
|
|
59
60
|
}
|
|
60
|
-
export interface
|
|
61
|
+
export interface LocalCloudColorsDescriptionStruct {
|
|
62
|
+
cloudColorTextSecondaryAlpha: ColorDescription;
|
|
63
|
+
cloudColorTextAccentAlternative: ColorDescription;
|
|
64
|
+
cloudColorTextSnackbarAccent: ColorDescription;
|
|
65
|
+
cloudColorTextContrastThemedAlpha: ColorDescription;
|
|
66
|
+
cloudColorToolbarBackground: ColorDescription;
|
|
67
|
+
cloudColorViewerBackground: ColorDescription;
|
|
68
|
+
cloudColorTabbarBackgroundAlpha: ColorDescription;
|
|
69
|
+
cloudColorHeaderIconBackgroundAlpha: ColorDescription;
|
|
70
|
+
cloudColorBackgroundDragAndDrop: ColorDescription;
|
|
71
|
+
cloudColorBackgroundCTA: ColorDescription;
|
|
72
|
+
cloudColorHeaderSearchBackground: ColorDescription;
|
|
73
|
+
cloudColorHeaderSearchBackgroundCollapsed: ColorDescription;
|
|
74
|
+
cloudColorBackgroundPortal: ColorDescription;
|
|
75
|
+
cloudColorBackgroundAlternative: ColorDescription;
|
|
76
|
+
cloudColorBackgroundContentAlternative: ColorDescription;
|
|
77
|
+
cloudColorBackgroundFastScroll: ColorDescription;
|
|
78
|
+
cloudColorIconAccentAlternative: ColorDescription;
|
|
79
|
+
cloudColorIconRating: ColorDescription;
|
|
80
|
+
cloudColorIconFolder: ColorDescription;
|
|
81
|
+
cloudColorLandingStrokeTariff: ColorDescription;
|
|
82
|
+
cloudColorSweetblue: ColorDescription;
|
|
83
|
+
cloudColorBlueAccentThemed: ColorDescription;
|
|
84
|
+
cloudColorSweetgreen: ColorDescription;
|
|
85
|
+
cloudColorGreenAccentThemed: ColorDescription;
|
|
86
|
+
cloudColorSweetorange: ColorDescription;
|
|
87
|
+
cloudColorOrangeAccentThemed: ColorDescription;
|
|
88
|
+
cloudColorSweetpurple: ColorDescription;
|
|
89
|
+
cloudColorPurpleAccentThemed: ColorDescription;
|
|
90
|
+
cloudColorIconIDCardThemedAlpha: ColorDescription;
|
|
91
|
+
cloudColorIconIDCard: ColorDescription;
|
|
92
|
+
cloudColorIconOfficialThemedAlpha: ColorDescription;
|
|
93
|
+
cloudColorIconOfficial: ColorDescription;
|
|
94
|
+
cloudColorIconTransportThemed: ColorDescription;
|
|
95
|
+
cloudColorIconTransport: ColorDescription;
|
|
96
|
+
cloudColorIconFinanceThemed: ColorDescription;
|
|
97
|
+
cloudColorIconFinance: ColorDescription;
|
|
98
|
+
cloudColorIconFileDocumentInvariably: ColorDescription;
|
|
99
|
+
cloudColorIconFilePresentationInvariably: ColorDescription;
|
|
100
|
+
cloudColorIconFileTableInvariably: ColorDescription;
|
|
101
|
+
cloudColorBackgroundFileDocument: ColorDescription;
|
|
102
|
+
cloudColorBackgroundFilePresentation: ColorDescription;
|
|
103
|
+
cloudColorBackgroundFileTable: ColorDescription;
|
|
104
|
+
cloudColorBackgroundFileOtherAlpha: ColorDescription;
|
|
105
|
+
cloudColorBackgroundProfileTariff: ColorDescription;
|
|
106
|
+
cloudColorIconProfileTariff: ColorDescription;
|
|
107
|
+
cloudColorBackgroundProfileAccess: ColorDescription;
|
|
108
|
+
cloudColorIconProfileAccess: ColorDescription;
|
|
109
|
+
cloudColorBackgroundProfileUploading: ColorDescription;
|
|
110
|
+
cloudColorIconProfileUploading: ColorDescription;
|
|
111
|
+
cloudColorBackgroundProfileTrash: ColorDescription;
|
|
112
|
+
cloudColorIconProfileTrash: ColorDescription;
|
|
113
|
+
cloudColorBackgroundProfileSettings: ColorDescription;
|
|
114
|
+
cloudColorIconProfileSettings: ColorDescription;
|
|
115
|
+
cloudColorBackgroundProfileMail: ColorDescription;
|
|
116
|
+
cloudColorIconProfileMail: ColorDescription;
|
|
117
|
+
cloudColorLandingBackground: ColorDescription;
|
|
118
|
+
cloudColorLandingSecondaryBackground: ColorDescription;
|
|
119
|
+
cloudColorLandingTertiaryBackground: ColorDescription;
|
|
120
|
+
cloudColorLandingMediumBackground: ColorDescription;
|
|
121
|
+
cloudColorLandingButtonBackground: ColorDescription;
|
|
122
|
+
cloudColorLandingLabelBackground: ColorDescription;
|
|
123
|
+
cloudColorLandingLabelInverseBackground: ColorDescription;
|
|
124
|
+
cloudColorLandingControlPrimaryBackground: ColorDescription;
|
|
125
|
+
cloudColorLandingControlSecondaryBackground: ColorDescription;
|
|
126
|
+
cloudColorSubscriptionButtonBackground: ColorDescription;
|
|
127
|
+
cloudColorScrollIndicatorAlpha: ColorDescription;
|
|
128
|
+
cloudColorSidebarItemText: ColorDescription;
|
|
129
|
+
cloudColorSidebarItemTextPrimary: ColorDescription;
|
|
130
|
+
cloudColorSidebarItemTextSecondary: ColorDescription;
|
|
131
|
+
cloudColorSidebarItemBackgroundAlpha: ColorDescription;
|
|
132
|
+
cloudColorBackground: ColorDescription;
|
|
133
|
+
cloudColorOverlayBackground: ColorDescription;
|
|
134
|
+
}
|
|
135
|
+
export type CloudLocalColors = {
|
|
136
|
+
[key in keyof LocalCloudColorsDescriptionStruct]: ColorWithStates;
|
|
137
|
+
};
|
|
138
|
+
export interface ThemeCloud extends ParadigmTheme, ThemeCloudTypohraphy, CloudLocalColors {
|
|
61
139
|
}
|
|
62
140
|
export interface ThemeCloudDescription extends ParadigmThemeDescription, ThemeCloudTypohraphy {
|
|
141
|
+
colors: LocalCloudColorsDescriptionStruct & LocalParadigmColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
63
142
|
}
|
|
64
143
|
export interface ThemeCloudCssVars extends ParadigmThemeCssVars<DefaultViewports, ThemeCloud> {
|
|
65
144
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ThemeOctavius, ThemeOctaviusCssVars, ThemeOctaviusDescription } from '../octavius';
|
|
2
|
+
export type ThemeOctaviusWhiteDark = ThemeOctavius;
|
|
3
|
+
export type ThemeOctaviusWhiteDarkDescription = ThemeOctaviusDescription;
|
|
4
|
+
export type ThemeOctaviusWhiteDarkCssVars = ThemeOctaviusCssVars;
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
2
|
+
export interface ThemeWidgetsDescription extends ParadigmThemeDescription {
|
|
3
|
+
}
|
|
4
|
+
export interface ThemeWidgets extends ParadigmTheme {
|
|
5
|
+
}
|
|
6
|
+
export interface ThemeWidgetsCssVars extends ParadigmThemeCssVars {
|
|
7
|
+
}
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { ParadigmTheme, ParadigmThemeCssVars, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
2
|
+
export interface ThemeWidgetsDarkDescription extends ParadigmThemeDescription {
|
|
3
|
+
}
|
|
4
|
+
export interface ThemeWidgetsDark extends ParadigmTheme {
|
|
5
|
+
}
|
|
6
|
+
export interface ThemeWidgetsDarkCssVars extends ParadigmThemeCssVars {
|
|
7
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.53.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://vkcom.github.io/vkui-tokens",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"csstype": "^3.1.1"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"@babel/core": "7.
|
|
46
|
+
"@babel/core": "7.25.2",
|
|
47
47
|
"@svgr/webpack": "8.1.0",
|
|
48
48
|
"@types/color": "3.0.6",
|
|
49
49
|
"@types/common-tags": "1.8.4",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"@vkontakte/icons": "2.124.0",
|
|
57
57
|
"@vkontakte/prettier-config": "0.1.0",
|
|
58
58
|
"@vkontakte/vk-bridge": "2.14.2",
|
|
59
|
-
"@vkontakte/vkjs": "1.
|
|
59
|
+
"@vkontakte/vkjs": "1.3.0",
|
|
60
60
|
"@vkontakte/vkui": "6.3.0",
|
|
61
61
|
"babel-jest": "29.7.0",
|
|
62
62
|
"babel-loader": "9.1.3",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"husky": "9.1.4",
|
|
85
85
|
"jest": "29.7.0",
|
|
86
86
|
"jest-junit": "16.0.0",
|
|
87
|
-
"lint-staged": "15.2.
|
|
87
|
+
"lint-staged": "15.2.9",
|
|
88
88
|
"lodash": "4.17.21",
|
|
89
89
|
"prettier": "3.3.2",
|
|
90
90
|
"react": "18.3.1",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"type-fest": "4.23.0",
|
|
102
102
|
"typescript": "5.2.2",
|
|
103
103
|
"typescript-eslint": "7.0.1",
|
|
104
|
-
"webpack": "5.
|
|
104
|
+
"webpack": "5.93.0",
|
|
105
105
|
"webpack-cli": "5.1.4",
|
|
106
106
|
"webpack-dev-server": "5.0.4",
|
|
107
107
|
"webpack-notifier": "1.15.0"
|
|
@@ -32,9 +32,9 @@ exports.lightColors = {
|
|
|
32
32
|
colorsScheme: 'light',
|
|
33
33
|
colors: {
|
|
34
34
|
// Background
|
|
35
|
-
colorBackgroundAccent: '#
|
|
36
|
-
colorBackgroundAccentThemed: '#
|
|
37
|
-
colorBackgroundAccentThemedAlpha: 'rgba(0,
|
|
35
|
+
colorBackgroundAccent: '#0077FF',
|
|
36
|
+
colorBackgroundAccentThemed: '#0077FF',
|
|
37
|
+
colorBackgroundAccentThemedAlpha: 'rgba(0, 119, 255, 0.2)',
|
|
38
38
|
colorBackgroundAccentAlternative: '#FF9E00',
|
|
39
39
|
colorBackgroundContent: '#FFFFFF',
|
|
40
40
|
colorBackgroundSecondary: '#F0F1F3',
|
|
@@ -51,7 +51,7 @@ exports.lightColors = {
|
|
|
51
51
|
active: 'rgba(255, 255, 255, 0.28)',
|
|
52
52
|
},
|
|
53
53
|
colorBackgroundWarning: '#FFF1AD',
|
|
54
|
-
colorBackgroundNegative: '#
|
|
54
|
+
colorBackgroundNegative: '#ED330A',
|
|
55
55
|
colorBackgroundTertiary: colorBackgroundTertiaryLight,
|
|
56
56
|
colorBackgroundTertiaryAlpha: {
|
|
57
57
|
normal: 'rgba(0, 0, 0, 0.04)',
|
|
@@ -60,7 +60,7 @@ exports.lightColors = {
|
|
|
60
60
|
},
|
|
61
61
|
colorBackgroundModal: '#FFFFFF',
|
|
62
62
|
colorBackgroundPositive: '#0DC268',
|
|
63
|
-
colorBackgroundNegativeTint: '#
|
|
63
|
+
colorBackgroundNegativeTint: '#FEEFEB',
|
|
64
64
|
colorBackgroundPositiveTint: '#ECFAF3',
|
|
65
65
|
colorFieldBackground: '#ffffff',
|
|
66
66
|
colorBackgroundModalInverse: '#303030',
|
|
@@ -69,12 +69,12 @@ exports.lightColors = {
|
|
|
69
69
|
colorBackgroundAccentTint: '#5a9eff',
|
|
70
70
|
colorBackgroundInfoTint: '#f0f4ff',
|
|
71
71
|
// Text
|
|
72
|
-
colorTextAccent: '#
|
|
73
|
-
colorTextAccentThemed: '#
|
|
74
|
-
colorTextNegative: '#
|
|
75
|
-
colorTextLink: '#
|
|
72
|
+
colorTextAccent: '#0070f0',
|
|
73
|
+
colorTextAccentThemed: '#0070f0',
|
|
74
|
+
colorTextNegative: '#ED330a',
|
|
75
|
+
colorTextLink: '#0070f0',
|
|
76
76
|
colorTextLinkTint: '#71AAEB',
|
|
77
|
-
colorTextLinkThemed: '#
|
|
77
|
+
colorTextLinkThemed: '#0070f0',
|
|
78
78
|
colorTextMuted: '#2C2D2E',
|
|
79
79
|
colorTextPrimary: '#2C2D2E',
|
|
80
80
|
colorTextPrimaryInvariably: '#2C2D2E',
|
|
@@ -87,8 +87,8 @@ exports.lightColors = {
|
|
|
87
87
|
colorLinkContrast: '#FFFFFF',
|
|
88
88
|
colorTextPositive: '#0DC268',
|
|
89
89
|
// Icons
|
|
90
|
-
colorIconAccent: '#
|
|
91
|
-
colorIconAccentThemed: '#
|
|
90
|
+
colorIconAccent: '#0077ff',
|
|
91
|
+
colorIconAccentThemed: '#0077ff',
|
|
92
92
|
colorIconPrimary: '#2C2D2E',
|
|
93
93
|
colorIconPrimaryInvariably: '#2C2D2E',
|
|
94
94
|
colorIconMedium: '#919399',
|
|
@@ -101,13 +101,13 @@ exports.lightColors = {
|
|
|
101
101
|
colorIconContrastThemed: '#FFFFFF',
|
|
102
102
|
colorIconPositive: '#0DC268',
|
|
103
103
|
colorIconWarning: '#FF9E00',
|
|
104
|
-
colorIconNegative: '#
|
|
104
|
+
colorIconNegative: '#ED033a',
|
|
105
105
|
colorIconContrastSecondary: '#F2F3F5',
|
|
106
106
|
// Stroke
|
|
107
|
-
colorStrokeAccent: '#
|
|
108
|
-
colorStrokeAccentThemed: '#
|
|
107
|
+
colorStrokeAccent: '#0077ff',
|
|
108
|
+
colorStrokeAccentThemed: '#0077ff',
|
|
109
109
|
colorStrokeContrast: '#FFFFFF',
|
|
110
|
-
colorStrokeNegative: '#
|
|
110
|
+
colorStrokeNegative: '#ED033a',
|
|
111
111
|
colorImageBorderAlpha: 'rgba(0, 16, 61, 0.08)',
|
|
112
112
|
colorFieldBorderAlpha: 'rgba(0, 16, 61, 0.12)',
|
|
113
113
|
colorSeparatorPrimaryAlpha: 'rgba(0, 16, 61, 0.12)',
|
|
@@ -117,9 +117,9 @@ exports.lightColors = {
|
|
|
117
117
|
colorSeparatorPrimary2x: '#CDD0D5',
|
|
118
118
|
colorSeparatorPrimary3x: '#BFC3CA',
|
|
119
119
|
// Palette
|
|
120
|
-
colorAccentBlue: '#
|
|
120
|
+
colorAccentBlue: '#0077FF',
|
|
121
121
|
colorAccentGray: '#A5A7AD',
|
|
122
|
-
colorAccentRed: '#
|
|
122
|
+
colorAccentRed: '#ED033A',
|
|
123
123
|
colorAccentOrangeFire: '#F05C44',
|
|
124
124
|
colorAccentOrange: '#FF9E00',
|
|
125
125
|
colorAccentOrangePeach: '#F9B54F',
|
|
@@ -127,15 +127,15 @@ exports.lightColors = {
|
|
|
127
127
|
colorAccentGreen: '#0DC268',
|
|
128
128
|
colorAccentCyan: '#07E5F9',
|
|
129
129
|
colorAccentAzure: '#0077FF',
|
|
130
|
-
colorAccentPurple: '#
|
|
130
|
+
colorAccentPurple: '#8C64FF',
|
|
131
131
|
colorAccentViolet: '#C15DF3',
|
|
132
132
|
colorAccentRaspberryPink: '#E03FAB',
|
|
133
133
|
colorAccentPink: '#FF3985',
|
|
134
134
|
colorAccentSecondary: '#FF9E00',
|
|
135
135
|
// Other
|
|
136
|
-
colorActionSheetText: '#
|
|
136
|
+
colorActionSheetText: '#0077ff',
|
|
137
137
|
colorHeaderBackground: '#FFFFFF',
|
|
138
|
-
colorPanelHeaderIcon: '#
|
|
138
|
+
colorPanelHeaderIcon: '#0077ff',
|
|
139
139
|
colorWriteBarInputBackground: '#F0F1F3',
|
|
140
140
|
colorWriteBarInputBorder: '#E1E3E6',
|
|
141
141
|
colorWriteBarInputBorderAlpha: 'rgba(0, 16, 61, 0.8)',
|
|
@@ -144,7 +144,7 @@ exports.lightColors = {
|
|
|
144
144
|
colorImagePlaceholder: '#E6E7EB',
|
|
145
145
|
colorImagePlaceholderAlpha: 'rgba(0, 16, 61, 0.8)',
|
|
146
146
|
colorSearchFieldBackground: '#E6E7EB',
|
|
147
|
-
colorWriteBarIcon: '#
|
|
147
|
+
colorWriteBarIcon: '#0077ff',
|
|
148
148
|
colorSkeletonFrom: '#F3F3F5',
|
|
149
149
|
colorSkeletonTo: '#E0E1E6',
|
|
150
150
|
colorAvatarOverlay: 'rgba(145, 147, 153, 0.48)',
|
|
@@ -153,9 +153,9 @@ exports.lightColors = {
|
|
|
153
153
|
colorOverlaySecondary: 'rgba(44, 45, 46, 0.5)',
|
|
154
154
|
colorSegmentedControl: '#FFFFFF',
|
|
155
155
|
colorTabbarTextInactive: '#99A2AD',
|
|
156
|
-
colorButtonText: '#
|
|
157
|
-
colorButtonIcon: '#
|
|
158
|
-
colorButtonStroke: '#
|
|
156
|
+
colorButtonText: '#0077ff',
|
|
157
|
+
colorButtonIcon: '#0077ff',
|
|
158
|
+
colorButtonStroke: '#0077ff',
|
|
159
159
|
colorTransparent: 'transparent',
|
|
160
160
|
},
|
|
161
161
|
};
|
|
@@ -163,7 +163,7 @@ exports.darkColors = {
|
|
|
163
163
|
colorsScheme: 'dark',
|
|
164
164
|
colors: {
|
|
165
165
|
// Background
|
|
166
|
-
colorBackgroundAccent: '#
|
|
166
|
+
colorBackgroundAccent: '#0077FF',
|
|
167
167
|
colorBackgroundAccentThemed: '#FFFFFF',
|
|
168
168
|
colorBackgroundAccentThemedAlpha: 'rgba(255, 255, 255, 0.2)',
|
|
169
169
|
colorBackgroundAccentAlternative: '#FF9E00',
|
|
@@ -200,10 +200,10 @@ exports.darkColors = {
|
|
|
200
200
|
colorBackgroundAccentTint: '#5a9eff',
|
|
201
201
|
colorBackgroundInfoTint: '#19202f',
|
|
202
202
|
// Text
|
|
203
|
-
colorTextAccent: '#
|
|
203
|
+
colorTextAccent: '#1A85FF',
|
|
204
204
|
colorTextAccentThemed: '#FFFFFF',
|
|
205
205
|
colorTextNegative: '#FF5C5C',
|
|
206
|
-
colorTextLink: '#
|
|
206
|
+
colorTextLink: '#1A85FF',
|
|
207
207
|
colorTextLinkTint: '#71AAEB',
|
|
208
208
|
colorTextLinkThemed: '#FFFFFF',
|
|
209
209
|
colorTextMuted: '#E7E8EA',
|
|
@@ -218,7 +218,7 @@ exports.darkColors = {
|
|
|
218
218
|
colorLinkContrast: '#FFFFFF',
|
|
219
219
|
colorTextPositive: '#0DC268',
|
|
220
220
|
// Icons
|
|
221
|
-
colorIconAccent: '#
|
|
221
|
+
colorIconAccent: '#0077FF',
|
|
222
222
|
colorIconAccentThemed: '#FFFFFF',
|
|
223
223
|
colorIconPrimary: '#D9DADD',
|
|
224
224
|
colorIconPrimaryInvariably: '#2C2D2E',
|
|
@@ -235,7 +235,7 @@ exports.darkColors = {
|
|
|
235
235
|
colorIconNegative: '#FF5C5C',
|
|
236
236
|
colorIconContrastSecondary: '#F2F3F5',
|
|
237
237
|
// Stroke
|
|
238
|
-
colorStrokeAccent: '#
|
|
238
|
+
colorStrokeAccent: '#0077FF',
|
|
239
239
|
colorStrokeAccentThemed: '#FFFFFF',
|
|
240
240
|
colorStrokeContrast: '#FFFFFF',
|
|
241
241
|
colorStrokeNegative: '#FF5C5C',
|
|
@@ -248,9 +248,9 @@ exports.darkColors = {
|
|
|
248
248
|
colorSeparatorPrimary3x: '#2d2d2f',
|
|
249
249
|
colorStrokePositive: '#0DC268',
|
|
250
250
|
// Palette
|
|
251
|
-
colorAccentBlue: '#
|
|
251
|
+
colorAccentBlue: '#0077ff',
|
|
252
252
|
colorAccentGray: '#9C9DA2',
|
|
253
|
-
colorAccentRed: '#
|
|
253
|
+
colorAccentRed: '#ED330A',
|
|
254
254
|
colorAccentOrangeFire: '#F05C44',
|
|
255
255
|
colorAccentOrange: '#FF9E00',
|
|
256
256
|
colorAccentOrangePeach: '#FFC062',
|
|
@@ -258,15 +258,15 @@ exports.darkColors = {
|
|
|
258
258
|
colorAccentGreen: '#0DC268',
|
|
259
259
|
colorAccentCyan: '#07E5F9',
|
|
260
260
|
colorAccentAzure: '#0077FF',
|
|
261
|
-
colorAccentPurple: '#
|
|
261
|
+
colorAccentPurple: '#8C64FF',
|
|
262
262
|
colorAccentViolet: '#C15DF3',
|
|
263
263
|
colorAccentRaspberryPink: '#F060C0',
|
|
264
264
|
colorAccentPink: '#FF3985',
|
|
265
265
|
colorAccentSecondary: '#FF9E00',
|
|
266
266
|
// Other
|
|
267
|
-
colorActionSheetText: '#
|
|
267
|
+
colorActionSheetText: '#0077FF',
|
|
268
268
|
colorHeaderBackground: '#232324',
|
|
269
|
-
colorPanelHeaderIcon: '#
|
|
269
|
+
colorPanelHeaderIcon: '#0077FF',
|
|
270
270
|
colorWriteBarInputBackground: '#2A2A2B',
|
|
271
271
|
colorWriteBarInputBorder: '#2C2D2E',
|
|
272
272
|
colorWriteBarInputBorderAlpha: 'rgba(255, 255, 255, 0.8)',
|
|
@@ -275,7 +275,7 @@ exports.darkColors = {
|
|
|
275
275
|
colorImagePlaceholderAlpha: 'rgba(255, 255, 255, 0.8)',
|
|
276
276
|
colorImagePlaceholder: '#393A3B',
|
|
277
277
|
colorSearchFieldBackground: '#393A3B',
|
|
278
|
-
colorWriteBarIcon: '#
|
|
278
|
+
colorWriteBarIcon: '#0077FF',
|
|
279
279
|
colorSkeletonFrom: '#2A2A2B',
|
|
280
280
|
colorSkeletonTo: '#3E3F40',
|
|
281
281
|
colorAvatarOverlay: 'rgba(176, 178, 182, 0.48)',
|
|
@@ -654,7 +654,9 @@ exports.lightTheme = __assign(__assign(__assign({}, exports.lightThemeBase), com
|
|
|
654
654
|
active: 'rgba(255, 255, 255, 0.6)',
|
|
655
655
|
}, colorButtonContrast: (0, overlayColors_1.overlayColors)(function (theme) { return theme.colors.colorBackgroundContent; }, function (theme) { return theme.colors.colorButtonContrastAlpha; }), colorThumbErrorBackgroundAlpha: 'rgba(237, 10, 52, 0.12)',
|
|
656
656
|
// Тонированные цвета для проектов
|
|
657
|
-
colorBackgroundAccentTintThemedAlpha: 'rgba(0,
|
|
657
|
+
colorBackgroundAccentTintThemedAlpha: 'rgba(0, 119, 255, 0.06)', colorBackgroundAccentTintAlpha: 'rgba(0, 119, 255, 0.06)', colorBackgroundAccentTintThemed: '#f0f7ff', colorBackgroundWarningTintThemedAlpha: 'rgba(255, 241, 173, 0.48)', colorBackgroundWarningTintAlpha: 'rgba(255, 241, 173, 0.48)', colorBackgroundWarningTintThemed: '#fffce0', colorBackgroundWarningTint: '#fffce0', colorBackgroundNegativeTintThemedAlpha: 'rgba(237, 51, 10, 0.08)', colorBackgroundNegativeTintAlpha: 'rgba(237, 51, 10, 0.08)', colorBackgroundNegativeTintThemed: '#feefeb', colorBackgroundPositiveTintThemedAlpha: 'rgba(13, 194, 104, 0.08)', colorBackgroundPositiveTintAlpha: 'rgba(13, 194, 104, 0.08)', colorBackgroundPositiveTintThemed: '#ECFAF3', colorTooltipBackgroundBlueTint: '#DDE9FF', colorTooltipBackgroundGreenTint: '#CEEEE6', colorTooltipBackgroundOrangeTint: '#F9D3BD', colorTooltipBackgroundPurpleTint: '#F2E8FF', colorTooltipTextBlueThemed: '#1C4479', colorTooltipTextGreenThemed: '#087C6D', colorTooltipTextOrangeThemed: '#78472A', colorTooltipTextPurpleThemed: '#73519F',
|
|
658
|
+
// Byte colors
|
|
659
|
+
colorBackgroundSky: '#cce4ff', colorBackgroundSkyAlpha: 'rgba(204, 228, 255, 0.9)' }), breakpoints: {
|
|
658
660
|
touch: {
|
|
659
661
|
breakpoint: 0,
|
|
660
662
|
adaptiveValue: 'regular',
|
|
@@ -833,7 +835,9 @@ exports.darkTheme = __assign(__assign(__assign(__assign({}, exports.lightTheme),
|
|
|
833
835
|
active: 'rgba(255, 255, 255, 0.24)',
|
|
834
836
|
}, colorThumbErrorBackgroundAlpha: 'rgba(237, 10, 52, 0.12)',
|
|
835
837
|
// Тонированные цвета для проектов
|
|
836
|
-
colorBackgroundAccentTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundAccentTintAlpha: 'rgba(0,
|
|
838
|
+
colorBackgroundAccentTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundAccentTintAlpha: 'rgba(0, 119, 255, 0.1)', colorBackgroundAccentTintThemed: '#2b2b2c', colorBackgroundWarningTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundWarningTintAlpha: 'rgba(255, 158, 0, 0.1)', colorBackgroundWarningTintThemed: '#2b2b2c', colorBackgroundWarningTint: '#302617', colorBackgroundNegativeTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundNegativeTintAlpha: 'rgba(237, 51, 10, 0.1)', colorBackgroundNegativeTintThemed: '#2b2b2c', colorBackgroundPositiveTintThemedAlpha: 'rgba(255, 255, 255, 0.08)', colorBackgroundPositiveTintAlpha: 'rgba(13, 194, 104, 0.1)', colorBackgroundPositiveTintThemed: '#2b2b2c', colorTooltipBackgroundBlueTint: '#1C4479', colorTooltipBackgroundGreenTint: '#087C6D', colorTooltipBackgroundOrangeTint: '#78472A', colorTooltipBackgroundPurpleTint: '#73519F', colorTooltipTextBlueThemed: '#FFFFFF', colorTooltipTextGreenThemed: '#FFFFFF', colorTooltipTextOrangeThemed: '#FFFFFF', colorTooltipTextPurpleThemed: '#FFFFFF',
|
|
839
|
+
// Byte colors
|
|
840
|
+
colorBackgroundSky: '#2b2b2c', colorBackgroundSkyAlpha: 'rgba(51, 51, 51, 0.8)' }) });
|
|
837
841
|
// Для экспорта базовой темы прописываем токен themeNameBase отдельно
|
|
838
842
|
// В darkThemeBase прописать не можем, т.к. он тогда перетрёт themeNameBase
|
|
839
843
|
// в продуктовых темах.
|