@vkontakte/vkui-tokens 4.49.1-dev-c94f02.0 → 4.50.1-dev-d3fb91.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/helpers/getGradientPointsFromColor.js +4 -4
- package/build/helpers/getGradientPointsFromColor.test.js +4 -4
- package/interfaces/general/colors/index.d.ts +25 -5
- package/interfaces/themes/workspaceAdmin/index.d.ts +15 -3
- package/interfaces/themes/workspaceAdminDark/index.d.ts +4 -0
- package/interfaces/themes/workspaceAdminDark/index.js +2 -0
- package/package.json +4 -4
- package/themeDescriptions/base/paradigm.js +13 -5
- package/themeDescriptions/base/vk.js +28 -12
- package/themes/calendar/cssVars/declarations/index.css +60 -48
- package/themes/calendar/cssVars/declarations/noColors.css +39 -39
- package/themes/calendar/cssVars/declarations/noSizes.css +22 -10
- package/themes/calendar/cssVars/declarations/onlyColors.css +18 -6
- package/themes/calendar/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/calendar/cssVars/declarations/onlyVariables.css +31 -19
- package/themes/calendar/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendar/cssVars/declarations/onlyVariablesLocal.css +31 -19
- package/themes/calendar/cssVars/declarations/onlyVariablesLocalIncremental.css +31 -19
- package/themes/calendar/cssVars/theme/fallbacks/index.css +57 -45
- package/themes/calendar/cssVars/theme/fallbacks/index.less +35 -23
- package/themes/calendar/cssVars/theme/fallbacks/index.pcss +35 -23
- package/themes/calendar/cssVars/theme/fallbacks/index.scss +53 -41
- package/themes/calendar/cssVars/theme/fallbacks/index.styl +35 -23
- package/themes/calendar/cssVars/theme/index.js +83 -27
- package/themes/calendar/cssVars/theme/index.json +83 -27
- package/themes/calendar/docs.json +49 -1
- package/themes/calendar/index.css +57 -45
- package/themes/calendar/index.js +41 -21
- package/themes/calendar/index.json +41 -21
- package/themes/calendar/index.less +35 -23
- package/themes/calendar/index.pcss +35 -23
- package/themes/calendar/index.scss +53 -41
- package/themes/calendar/index.styl +35 -23
- package/themes/calendar/struct.json +41 -21
- package/themes/calendarDark/cssVars/declarations/index.css +60 -48
- package/themes/calendarDark/cssVars/declarations/noColors.css +39 -39
- package/themes/calendarDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/calendarDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/calendarDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/calendarDark/cssVars/declarations/onlyVariables.css +31 -19
- package/themes/calendarDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocal.css +31 -19
- package/themes/calendarDark/cssVars/declarations/onlyVariablesLocalIncremental.css +31 -19
- package/themes/calendarDark/cssVars/theme/fallbacks/index.css +57 -45
- package/themes/calendarDark/cssVars/theme/fallbacks/index.less +35 -23
- package/themes/calendarDark/cssVars/theme/fallbacks/index.pcss +35 -23
- package/themes/calendarDark/cssVars/theme/fallbacks/index.scss +53 -41
- package/themes/calendarDark/cssVars/theme/fallbacks/index.styl +35 -23
- package/themes/calendarDark/cssVars/theme/index.js +83 -27
- package/themes/calendarDark/cssVars/theme/index.json +83 -27
- package/themes/calendarDark/docs.json +49 -1
- package/themes/calendarDark/index.css +57 -45
- package/themes/calendarDark/index.js +41 -21
- package/themes/calendarDark/index.json +41 -21
- package/themes/calendarDark/index.less +35 -23
- package/themes/calendarDark/index.pcss +35 -23
- package/themes/calendarDark/index.scss +53 -41
- package/themes/calendarDark/index.styl +35 -23
- package/themes/calendarDark/struct.json +41 -21
- package/themes/calls/cssVars/declarations/index.css +67 -55
- package/themes/calls/cssVars/declarations/noColors.css +43 -43
- package/themes/calls/cssVars/declarations/noSizes.css +22 -10
- package/themes/calls/cssVars/declarations/onlyColors.css +18 -6
- package/themes/calls/cssVars/declarations/onlyColors.js +2 -2
- package/themes/calls/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/calls/cssVars/declarations/onlyVariables.css +33 -21
- package/themes/calls/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/calls/cssVars/declarations/onlyVariablesLocal.css +33 -21
- package/themes/calls/cssVars/declarations/onlyVariablesLocalIncremental.css +33 -21
- package/themes/calls/cssVars/theme/fallbacks/index.css +61 -49
- package/themes/calls/cssVars/theme/fallbacks/index.less +36 -24
- package/themes/calls/cssVars/theme/fallbacks/index.pcss +36 -24
- package/themes/calls/cssVars/theme/fallbacks/index.scss +54 -42
- package/themes/calls/cssVars/theme/fallbacks/index.styl +36 -24
- package/themes/calls/cssVars/theme/index.js +85 -29
- package/themes/calls/cssVars/theme/index.json +85 -29
- package/themes/calls/docs.json +49 -1
- package/themes/calls/index.css +61 -49
- package/themes/calls/index.js +43 -23
- package/themes/calls/index.json +43 -23
- package/themes/calls/index.less +36 -24
- package/themes/calls/index.pcss +36 -24
- package/themes/calls/index.scss +54 -42
- package/themes/calls/index.styl +36 -24
- package/themes/calls/struct.json +43 -23
- package/themes/cloud/cssVars/declarations/index.css +155 -143
- package/themes/cloud/cssVars/declarations/noColors.css +130 -130
- package/themes/cloud/cssVars/declarations/noSizes.css +22 -10
- package/themes/cloud/cssVars/declarations/onlyAdaptiveGroups.css +8 -8
- package/themes/cloud/cssVars/declarations/onlyColors.css +18 -6
- package/themes/cloud/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyMedia.css +7 -7
- package/themes/cloud/cssVars/declarations/onlyVariables.css +62 -50
- package/themes/cloud/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloud/cssVars/declarations/onlyVariablesLocal.css +62 -50
- package/themes/cloud/cssVars/declarations/onlyVariablesLocalIncremental.css +62 -50
- package/themes/cloud/cssVars/theme/fallbacks/index.css +148 -136
- package/themes/cloud/cssVars/theme/fallbacks/index.less +66 -54
- package/themes/cloud/cssVars/theme/fallbacks/index.pcss +66 -54
- package/themes/cloud/cssVars/theme/fallbacks/index.scss +124 -112
- package/themes/cloud/cssVars/theme/fallbacks/index.styl +66 -54
- package/themes/cloud/cssVars/theme/index.js +114 -58
- package/themes/cloud/cssVars/theme/index.json +114 -58
- package/themes/cloud/docs.json +49 -1
- package/themes/cloud/index.css +148 -136
- package/themes/cloud/index.js +72 -52
- package/themes/cloud/index.json +72 -52
- package/themes/cloud/index.less +66 -54
- package/themes/cloud/index.pcss +66 -54
- package/themes/cloud/index.scss +124 -112
- package/themes/cloud/index.styl +66 -54
- package/themes/cloud/struct.json +72 -52
- package/themes/cloudDark/cssVars/declarations/index.css +123 -111
- package/themes/cloudDark/cssVars/declarations/noColors.css +96 -96
- package/themes/cloudDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/cloudDark/cssVars/declarations/onlyAdaptiveGroups.css +8 -8
- package/themes/cloudDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/cloudDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyMedia.css +9 -9
- package/themes/cloudDark/cssVars/declarations/onlyVariables.css +48 -36
- package/themes/cloudDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocal.css +48 -36
- package/themes/cloudDark/cssVars/declarations/onlyVariablesLocalIncremental.css +48 -36
- package/themes/cloudDark/cssVars/theme/fallbacks/index.css +114 -102
- package/themes/cloudDark/cssVars/theme/fallbacks/index.less +56 -44
- package/themes/cloudDark/cssVars/theme/fallbacks/index.pcss +56 -44
- package/themes/cloudDark/cssVars/theme/fallbacks/index.scss +99 -87
- package/themes/cloudDark/cssVars/theme/fallbacks/index.styl +56 -44
- package/themes/cloudDark/cssVars/theme/index.js +100 -44
- package/themes/cloudDark/cssVars/theme/index.json +100 -44
- package/themes/cloudDark/docs.json +49 -1
- package/themes/cloudDark/index.css +114 -102
- package/themes/cloudDark/index.js +58 -38
- package/themes/cloudDark/index.json +58 -38
- package/themes/cloudDark/index.less +56 -44
- package/themes/cloudDark/index.pcss +56 -44
- package/themes/cloudDark/index.scss +99 -87
- package/themes/cloudDark/index.styl +56 -44
- package/themes/cloudDark/struct.json +58 -38
- package/themes/dobro/cssVars/declarations/index.css +22 -10
- package/themes/dobro/cssVars/declarations/noColors.css +4 -4
- package/themes/dobro/cssVars/declarations/noSizes.css +22 -10
- package/themes/dobro/cssVars/declarations/onlyColors.css +18 -6
- package/themes/dobro/cssVars/declarations/onlyColors.js +2 -2
- package/themes/dobro/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/dobro/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/dobro/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/dobro/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -10
- package/themes/dobro/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/dobro/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/dobro/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/dobro/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/dobro/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/dobro/cssVars/theme/index.js +74 -18
- package/themes/dobro/cssVars/theme/index.json +74 -18
- package/themes/dobro/docs.json +49 -1
- package/themes/dobro/index.css +22 -10
- package/themes/dobro/index.js +32 -12
- package/themes/dobro/index.json +32 -12
- package/themes/dobro/index.less +22 -10
- package/themes/dobro/index.pcss +22 -10
- package/themes/dobro/index.scss +22 -10
- package/themes/dobro/index.styl +22 -10
- package/themes/dobro/struct.json +32 -12
- package/themes/dobroDark/cssVars/declarations/index.css +22 -10
- package/themes/dobroDark/cssVars/declarations/noColors.css +4 -4
- package/themes/dobroDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/dobroDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/dobroDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/dobroDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/dobroDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/dobroDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/dobroDark/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -8
- package/themes/dobroDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/dobroDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/dobroDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/dobroDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/dobroDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/dobroDark/cssVars/theme/index.js +74 -18
- package/themes/dobroDark/cssVars/theme/index.json +74 -18
- package/themes/dobroDark/docs.json +49 -1
- package/themes/dobroDark/index.css +22 -10
- package/themes/dobroDark/index.js +32 -12
- package/themes/dobroDark/index.json +32 -12
- package/themes/dobroDark/index.less +22 -10
- package/themes/dobroDark/index.pcss +22 -10
- package/themes/dobroDark/index.scss +22 -10
- package/themes/dobroDark/index.styl +22 -10
- package/themes/dobroDark/struct.json +32 -12
- package/themes/home/cssVars/declarations/index.css +88 -76
- package/themes/home/cssVars/declarations/noColors.css +64 -64
- package/themes/home/cssVars/declarations/noSizes.css +22 -10
- package/themes/home/cssVars/declarations/onlyColors.css +18 -6
- package/themes/home/cssVars/declarations/onlyColors.js +2 -2
- package/themes/home/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/home/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/home/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/home/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/home/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/home/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/home/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/home/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/home/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/home/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/home/cssVars/theme/index.js +90 -34
- package/themes/home/cssVars/theme/index.json +90 -34
- package/themes/home/docs.json +49 -1
- package/themes/home/index.css +82 -70
- package/themes/home/index.js +48 -28
- package/themes/home/index.json +48 -28
- package/themes/home/index.less +45 -33
- package/themes/home/index.pcss +45 -33
- package/themes/home/index.scss +75 -63
- package/themes/home/index.styl +45 -33
- package/themes/home/struct.json +48 -28
- package/themes/homeDark/cssVars/declarations/index.css +88 -76
- package/themes/homeDark/cssVars/declarations/noColors.css +64 -64
- package/themes/homeDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/homeDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/homeDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/homeDark/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/homeDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/homeDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/homeDark/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/homeDark/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/homeDark/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/homeDark/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/homeDark/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/homeDark/cssVars/theme/index.js +90 -34
- package/themes/homeDark/cssVars/theme/index.json +90 -34
- package/themes/homeDark/docs.json +49 -1
- package/themes/homeDark/index.css +82 -70
- package/themes/homeDark/index.js +48 -28
- package/themes/homeDark/index.json +48 -28
- package/themes/homeDark/index.less +45 -33
- package/themes/homeDark/index.pcss +45 -33
- package/themes/homeDark/index.scss +75 -63
- package/themes/homeDark/index.styl +45 -33
- package/themes/homeDark/struct.json +48 -28
- package/themes/media/cssVars/declarations/index.css +45 -33
- package/themes/media/cssVars/declarations/noColors.css +24 -24
- package/themes/media/cssVars/declarations/noSizes.css +22 -10
- package/themes/media/cssVars/declarations/onlyColors.css +18 -6
- package/themes/media/cssVars/declarations/onlyColors.js +2 -2
- package/themes/media/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/media/cssVars/declarations/onlyVariables.css +28 -16
- package/themes/media/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/media/cssVars/declarations/onlyVariablesLocal.css +28 -16
- package/themes/media/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -16
- package/themes/media/cssVars/theme/fallbacks/index.css +42 -30
- package/themes/media/cssVars/theme/fallbacks/index.less +29 -17
- package/themes/media/cssVars/theme/fallbacks/index.pcss +29 -17
- package/themes/media/cssVars/theme/fallbacks/index.scss +38 -26
- package/themes/media/cssVars/theme/fallbacks/index.styl +29 -17
- package/themes/media/cssVars/theme/index.js +80 -24
- package/themes/media/cssVars/theme/index.json +80 -24
- package/themes/media/docs.json +49 -1
- package/themes/media/index.css +42 -30
- package/themes/media/index.js +38 -18
- package/themes/media/index.json +38 -18
- package/themes/media/index.less +29 -17
- package/themes/media/index.pcss +29 -17
- package/themes/media/index.scss +38 -26
- package/themes/media/index.styl +29 -17
- package/themes/media/struct.json +38 -18
- package/themes/mediaDark/cssVars/declarations/index.css +45 -33
- package/themes/mediaDark/cssVars/declarations/noColors.css +24 -24
- package/themes/mediaDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/mediaDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/mediaDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/mediaDark/cssVars/declarations/onlyVariables.css +28 -16
- package/themes/mediaDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocal.css +28 -16
- package/themes/mediaDark/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -16
- package/themes/mediaDark/cssVars/theme/fallbacks/index.css +42 -30
- package/themes/mediaDark/cssVars/theme/fallbacks/index.less +29 -17
- package/themes/mediaDark/cssVars/theme/fallbacks/index.pcss +29 -17
- package/themes/mediaDark/cssVars/theme/fallbacks/index.scss +38 -26
- package/themes/mediaDark/cssVars/theme/fallbacks/index.styl +29 -17
- package/themes/mediaDark/cssVars/theme/index.js +80 -24
- package/themes/mediaDark/cssVars/theme/index.json +80 -24
- package/themes/mediaDark/docs.json +49 -1
- package/themes/mediaDark/index.css +42 -30
- package/themes/mediaDark/index.js +38 -18
- package/themes/mediaDark/index.json +38 -18
- package/themes/mediaDark/index.less +29 -17
- package/themes/mediaDark/index.pcss +29 -17
- package/themes/mediaDark/index.scss +38 -26
- package/themes/mediaDark/index.styl +29 -17
- package/themes/mediaDark/struct.json +38 -18
- package/themes/mycom/cssVars/declarations/index.css +22 -10
- package/themes/mycom/cssVars/declarations/noColors.css +4 -4
- package/themes/mycom/cssVars/declarations/noSizes.css +22 -10
- package/themes/mycom/cssVars/declarations/onlyColors.css +18 -6
- package/themes/mycom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/mycom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/mycom/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/mycom/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -10
- package/themes/mycom/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/mycom/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/mycom/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/mycom/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/mycom/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/mycom/cssVars/theme/index.js +74 -18
- package/themes/mycom/cssVars/theme/index.json +74 -18
- package/themes/mycom/docs.json +49 -1
- package/themes/mycom/index.css +22 -10
- package/themes/mycom/index.js +32 -12
- package/themes/mycom/index.json +32 -12
- package/themes/mycom/index.less +22 -10
- package/themes/mycom/index.pcss +22 -10
- package/themes/mycom/index.scss +22 -10
- package/themes/mycom/index.styl +22 -10
- package/themes/mycom/struct.json +32 -12
- package/themes/octavius/cssVars/declarations/index.css +88 -76
- package/themes/octavius/cssVars/declarations/noColors.css +64 -64
- package/themes/octavius/cssVars/declarations/noSizes.css +22 -10
- package/themes/octavius/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octavius/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/octavius/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/octavius/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octavius/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/octavius/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/octavius/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/octavius/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/octavius/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/octavius/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/octavius/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/octavius/cssVars/theme/index.js +90 -34
- package/themes/octavius/cssVars/theme/index.json +90 -34
- package/themes/octavius/docs.json +49 -1
- package/themes/octavius/index.css +82 -70
- package/themes/octavius/index.js +48 -28
- package/themes/octavius/index.json +48 -28
- package/themes/octavius/index.less +45 -33
- package/themes/octavius/index.pcss +45 -33
- package/themes/octavius/index.scss +75 -63
- package/themes/octavius/index.styl +45 -33
- package/themes/octavius/struct.json +48 -28
- package/themes/octaviusCompact/cssVars/declarations/index.css +88 -76
- package/themes/octaviusCompact/cssVars/declarations/noColors.css +64 -64
- package/themes/octaviusCompact/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusCompact/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/octaviusCompact/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/octaviusCompact/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/octaviusCompact/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/octaviusCompact/cssVars/theme/index.js +90 -34
- package/themes/octaviusCompact/cssVars/theme/index.json +90 -34
- package/themes/octaviusCompact/docs.json +49 -1
- package/themes/octaviusCompact/index.css +82 -70
- package/themes/octaviusCompact/index.js +48 -28
- package/themes/octaviusCompact/index.json +48 -28
- package/themes/octaviusCompact/index.less +45 -33
- package/themes/octaviusCompact/index.pcss +45 -33
- package/themes/octaviusCompact/index.scss +75 -63
- package/themes/octaviusCompact/index.styl +45 -33
- package/themes/octaviusCompact/struct.json +48 -28
- package/themes/octaviusCompactDark/cssVars/declarations/index.css +88 -76
- package/themes/octaviusCompactDark/cssVars/declarations/noColors.css +64 -64
- package/themes/octaviusCompactDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusCompactDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/octaviusCompactDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/octaviusCompactDark/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/octaviusCompactDark/cssVars/theme/index.js +90 -34
- package/themes/octaviusCompactDark/cssVars/theme/index.json +90 -34
- package/themes/octaviusCompactDark/docs.json +49 -1
- package/themes/octaviusCompactDark/index.css +82 -70
- package/themes/octaviusCompactDark/index.js +48 -28
- package/themes/octaviusCompactDark/index.json +48 -28
- package/themes/octaviusCompactDark/index.less +45 -33
- package/themes/octaviusCompactDark/index.pcss +45 -33
- package/themes/octaviusCompactDark/index.scss +75 -63
- package/themes/octaviusCompactDark/index.styl +45 -33
- package/themes/octaviusCompactDark/struct.json +48 -28
- package/themes/octaviusDark/cssVars/declarations/index.css +88 -76
- package/themes/octaviusDark/cssVars/declarations/noColors.css +64 -64
- package/themes/octaviusDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/octaviusDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/octaviusDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/octaviusDark/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/octaviusDark/cssVars/theme/index.js +90 -34
- package/themes/octaviusDark/cssVars/theme/index.json +90 -34
- package/themes/octaviusDark/docs.json +49 -1
- package/themes/octaviusDark/index.css +82 -70
- package/themes/octaviusDark/index.js +48 -28
- package/themes/octaviusDark/index.json +48 -28
- package/themes/octaviusDark/index.less +45 -33
- package/themes/octaviusDark/index.pcss +45 -33
- package/themes/octaviusDark/index.scss +75 -63
- package/themes/octaviusDark/index.styl +45 -33
- package/themes/octaviusDark/struct.json +48 -28
- package/themes/octaviusVK/cssVars/declarations/index.css +45 -33
- package/themes/octaviusVK/cssVars/declarations/noColors.css +24 -24
- package/themes/octaviusVK/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusVK/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusVK/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.css +28 -16
- package/themes/octaviusVK/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocal.css +28 -16
- package/themes/octaviusVK/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -16
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.css +42 -30
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.less +29 -17
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.pcss +29 -17
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.scss +38 -26
- package/themes/octaviusVK/cssVars/theme/fallbacks/index.styl +29 -17
- package/themes/octaviusVK/cssVars/theme/index.js +80 -24
- package/themes/octaviusVK/cssVars/theme/index.json +80 -24
- package/themes/octaviusVK/docs.json +49 -1
- package/themes/octaviusVK/index.css +42 -30
- package/themes/octaviusVK/index.js +38 -18
- package/themes/octaviusVK/index.json +38 -18
- package/themes/octaviusVK/index.less +29 -17
- package/themes/octaviusVK/index.pcss +29 -17
- package/themes/octaviusVK/index.scss +38 -26
- package/themes/octaviusVK/index.styl +29 -17
- package/themes/octaviusVK/struct.json +38 -18
- package/themes/octaviusVKDark/cssVars/declarations/index.css +45 -33
- package/themes/octaviusVKDark/cssVars/declarations/noColors.css +24 -24
- package/themes/octaviusVKDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusVKDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.css +28 -16
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocal.css +28 -16
- package/themes/octaviusVKDark/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -16
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.css +42 -30
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.less +29 -17
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.pcss +29 -17
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.scss +38 -26
- package/themes/octaviusVKDark/cssVars/theme/fallbacks/index.styl +29 -17
- package/themes/octaviusVKDark/cssVars/theme/index.js +80 -24
- package/themes/octaviusVKDark/cssVars/theme/index.json +80 -24
- package/themes/octaviusVKDark/docs.json +49 -1
- package/themes/octaviusVKDark/index.css +42 -30
- package/themes/octaviusVKDark/index.js +38 -18
- package/themes/octaviusVKDark/index.json +38 -18
- package/themes/octaviusVKDark/index.less +29 -17
- package/themes/octaviusVKDark/index.pcss +29 -17
- package/themes/octaviusVKDark/index.scss +38 -26
- package/themes/octaviusVKDark/index.styl +29 -17
- package/themes/octaviusVKDark/struct.json +38 -18
- package/themes/octaviusWhite/cssVars/declarations/index.css +88 -76
- package/themes/octaviusWhite/cssVars/declarations/noColors.css +64 -64
- package/themes/octaviusWhite/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusWhite/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/octaviusWhite/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/octaviusWhite/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/octaviusWhite/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/octaviusWhite/cssVars/theme/index.js +90 -34
- package/themes/octaviusWhite/cssVars/theme/index.json +90 -34
- package/themes/octaviusWhite/docs.json +49 -1
- package/themes/octaviusWhite/index.css +82 -70
- package/themes/octaviusWhite/index.js +48 -28
- package/themes/octaviusWhite/index.json +48 -28
- package/themes/octaviusWhite/index.less +45 -33
- package/themes/octaviusWhite/index.pcss +45 -33
- package/themes/octaviusWhite/index.scss +75 -63
- package/themes/octaviusWhite/index.styl +45 -33
- package/themes/octaviusWhite/struct.json +48 -28
- package/themes/octaviusWhiteDark/cssVars/declarations/index.css +88 -76
- package/themes/octaviusWhiteDark/cssVars/declarations/noColors.css +64 -64
- package/themes/octaviusWhiteDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/octaviusWhiteDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/octaviusWhiteDark/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/octaviusWhiteDark/cssVars/theme/index.js +90 -34
- package/themes/octaviusWhiteDark/cssVars/theme/index.json +90 -34
- package/themes/octaviusWhiteDark/docs.json +49 -1
- package/themes/octaviusWhiteDark/index.css +82 -70
- package/themes/octaviusWhiteDark/index.js +48 -28
- package/themes/octaviusWhiteDark/index.json +48 -28
- package/themes/octaviusWhiteDark/index.less +45 -33
- package/themes/octaviusWhiteDark/index.pcss +45 -33
- package/themes/octaviusWhiteDark/index.scss +75 -63
- package/themes/octaviusWhiteDark/index.styl +45 -33
- package/themes/octaviusWhiteDark/struct.json +48 -28
- package/themes/otvet/cssVars/declarations/index.css +59 -47
- package/themes/otvet/cssVars/declarations/noColors.css +32 -32
- package/themes/otvet/cssVars/declarations/noSizes.css +22 -10
- package/themes/otvet/cssVars/declarations/onlyColors.css +18 -6
- package/themes/otvet/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyMedia.css +9 -9
- package/themes/otvet/cssVars/declarations/onlyVariables.css +32 -20
- package/themes/otvet/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvet/cssVars/declarations/onlyVariablesLocal.css +32 -20
- package/themes/otvet/cssVars/declarations/onlyVariablesLocalIncremental.css +32 -20
- package/themes/otvet/cssVars/theme/fallbacks/index.css +50 -38
- package/themes/otvet/cssVars/theme/fallbacks/index.less +32 -20
- package/themes/otvet/cssVars/theme/fallbacks/index.pcss +32 -20
- package/themes/otvet/cssVars/theme/fallbacks/index.scss +41 -29
- package/themes/otvet/cssVars/theme/fallbacks/index.styl +32 -20
- package/themes/otvet/cssVars/theme/index.js +84 -28
- package/themes/otvet/cssVars/theme/index.json +84 -28
- package/themes/otvet/docs.json +49 -1
- package/themes/otvet/index.css +50 -38
- package/themes/otvet/index.js +42 -22
- package/themes/otvet/index.json +42 -22
- package/themes/otvet/index.less +32 -20
- package/themes/otvet/index.pcss +32 -20
- package/themes/otvet/index.scss +41 -29
- package/themes/otvet/index.styl +32 -20
- package/themes/otvet/struct.json +42 -22
- package/themes/otvetDark/cssVars/declarations/index.css +59 -47
- package/themes/otvetDark/cssVars/declarations/noColors.css +32 -32
- package/themes/otvetDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/otvetDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/otvetDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyMedia.css +9 -9
- package/themes/otvetDark/cssVars/declarations/onlyVariables.css +32 -20
- package/themes/otvetDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocal.css +32 -20
- package/themes/otvetDark/cssVars/declarations/onlyVariablesLocalIncremental.css +32 -20
- package/themes/otvetDark/cssVars/theme/fallbacks/index.css +50 -38
- package/themes/otvetDark/cssVars/theme/fallbacks/index.less +32 -20
- package/themes/otvetDark/cssVars/theme/fallbacks/index.pcss +32 -20
- package/themes/otvetDark/cssVars/theme/fallbacks/index.scss +41 -29
- package/themes/otvetDark/cssVars/theme/fallbacks/index.styl +32 -20
- package/themes/otvetDark/cssVars/theme/index.js +84 -28
- package/themes/otvetDark/cssVars/theme/index.json +84 -28
- package/themes/otvetDark/docs.json +49 -1
- package/themes/otvetDark/index.css +50 -38
- package/themes/otvetDark/index.js +42 -22
- package/themes/otvetDark/index.json +42 -22
- package/themes/otvetDark/index.less +32 -20
- package/themes/otvetDark/index.pcss +32 -20
- package/themes/otvetDark/index.scss +41 -29
- package/themes/otvetDark/index.styl +32 -20
- package/themes/otvetDark/struct.json +42 -22
- package/themes/paradigmBase/cssVars/declarations/index.css +88 -76
- package/themes/paradigmBase/cssVars/declarations/noColors.css +64 -64
- package/themes/paradigmBase/cssVars/declarations/noSizes.css +22 -10
- package/themes/paradigmBase/cssVars/declarations/onlyColors.css +18 -6
- package/themes/paradigmBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/paradigmBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/paradigmBase/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/paradigmBase/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/paradigmBase/cssVars/theme/index.js +90 -34
- package/themes/paradigmBase/cssVars/theme/index.json +90 -34
- package/themes/paradigmBase/docs.json +49 -1
- package/themes/paradigmBase/index.css +82 -70
- package/themes/paradigmBase/index.js +48 -28
- package/themes/paradigmBase/index.json +48 -28
- package/themes/paradigmBase/index.less +45 -33
- package/themes/paradigmBase/index.pcss +45 -33
- package/themes/paradigmBase/index.scss +75 -63
- package/themes/paradigmBase/index.styl +45 -33
- package/themes/paradigmBase/struct.json +48 -28
- package/themes/paradigmBaseDark/cssVars/declarations/index.css +88 -76
- package/themes/paradigmBaseDark/cssVars/declarations/noColors.css +64 -64
- package/themes/paradigmBaseDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/paradigmBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/paradigmBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/paradigmBaseDark/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/paradigmBaseDark/cssVars/theme/index.js +90 -34
- package/themes/paradigmBaseDark/cssVars/theme/index.json +90 -34
- package/themes/paradigmBaseDark/docs.json +49 -1
- package/themes/paradigmBaseDark/index.css +82 -70
- package/themes/paradigmBaseDark/index.js +48 -28
- package/themes/paradigmBaseDark/index.json +48 -28
- package/themes/paradigmBaseDark/index.less +45 -33
- package/themes/paradigmBaseDark/index.pcss +45 -33
- package/themes/paradigmBaseDark/index.scss +75 -63
- package/themes/paradigmBaseDark/index.styl +45 -33
- package/themes/paradigmBaseDark/struct.json +48 -28
- package/themes/pharma/cssVars/declarations/index.css +45 -33
- package/themes/pharma/cssVars/declarations/noColors.css +24 -24
- package/themes/pharma/cssVars/declarations/noSizes.css +22 -10
- package/themes/pharma/cssVars/declarations/onlyColors.css +18 -6
- package/themes/pharma/cssVars/declarations/onlyColors.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyMedia.css +3 -3
- package/themes/pharma/cssVars/declarations/onlyVariables.css +28 -16
- package/themes/pharma/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/pharma/cssVars/declarations/onlyVariablesLocal.css +28 -16
- package/themes/pharma/cssVars/declarations/onlyVariablesLocalIncremental.css +28 -16
- package/themes/pharma/cssVars/theme/fallbacks/index.css +42 -30
- package/themes/pharma/cssVars/theme/fallbacks/index.less +29 -17
- package/themes/pharma/cssVars/theme/fallbacks/index.pcss +29 -17
- package/themes/pharma/cssVars/theme/fallbacks/index.scss +38 -26
- package/themes/pharma/cssVars/theme/fallbacks/index.styl +29 -17
- package/themes/pharma/cssVars/theme/index.js +80 -24
- package/themes/pharma/cssVars/theme/index.json +80 -24
- package/themes/pharma/docs.json +49 -1
- package/themes/pharma/index.css +42 -30
- package/themes/pharma/index.js +38 -18
- package/themes/pharma/index.json +38 -18
- package/themes/pharma/index.less +29 -17
- package/themes/pharma/index.pcss +29 -17
- package/themes/pharma/index.scss +38 -26
- package/themes/pharma/index.styl +29 -17
- package/themes/pharma/struct.json +38 -18
- package/themes/portalUI/cssVars/declarations/index.css +88 -76
- package/themes/portalUI/cssVars/declarations/noColors.css +64 -64
- package/themes/portalUI/cssVars/declarations/noSizes.css +22 -10
- package/themes/portalUI/cssVars/declarations/onlyColors.css +18 -6
- package/themes/portalUI/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/portalUI/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/portalUI/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/portalUI/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/portalUI/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/portalUI/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/portalUI/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/portalUI/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/portalUI/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/portalUI/cssVars/theme/index.js +90 -34
- package/themes/portalUI/cssVars/theme/index.json +90 -34
- package/themes/portalUI/docs.json +49 -1
- package/themes/portalUI/index.css +82 -70
- package/themes/portalUI/index.js +48 -28
- package/themes/portalUI/index.json +48 -28
- package/themes/portalUI/index.less +45 -33
- package/themes/portalUI/index.pcss +45 -33
- package/themes/portalUI/index.scss +75 -63
- package/themes/portalUI/index.styl +45 -33
- package/themes/portalUI/struct.json +48 -28
- package/themes/portalUIDark/cssVars/declarations/index.css +88 -76
- package/themes/portalUIDark/cssVars/declarations/noColors.css +64 -64
- package/themes/portalUIDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/portalUIDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/portalUIDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/portalUIDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/portalUIDark/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/portalUIDark/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/portalUIDark/cssVars/theme/index.js +90 -34
- package/themes/portalUIDark/cssVars/theme/index.json +90 -34
- package/themes/portalUIDark/docs.json +49 -1
- package/themes/portalUIDark/index.css +82 -70
- package/themes/portalUIDark/index.js +48 -28
- package/themes/portalUIDark/index.json +48 -28
- package/themes/portalUIDark/index.less +45 -33
- package/themes/portalUIDark/index.pcss +45 -33
- package/themes/portalUIDark/index.scss +75 -63
- package/themes/portalUIDark/index.styl +45 -33
- package/themes/portalUIDark/struct.json +48 -28
- package/themes/promo/cssVars/declarations/index.css +74 -62
- package/themes/promo/cssVars/declarations/noColors.css +51 -51
- package/themes/promo/cssVars/declarations/noSizes.css +22 -10
- package/themes/promo/cssVars/declarations/onlyColors.css +18 -6
- package/themes/promo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/promo/cssVars/declarations/onlyMedia.css +5 -5
- package/themes/promo/cssVars/declarations/onlyVariables.css +35 -23
- package/themes/promo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/promo/cssVars/declarations/onlyVariablesLocal.css +35 -23
- package/themes/promo/cssVars/declarations/onlyVariablesLocalIncremental.css +35 -23
- package/themes/promo/cssVars/theme/fallbacks/index.css +69 -57
- package/themes/promo/cssVars/theme/fallbacks/index.less +40 -28
- package/themes/promo/cssVars/theme/fallbacks/index.pcss +40 -28
- package/themes/promo/cssVars/theme/fallbacks/index.scss +63 -51
- package/themes/promo/cssVars/theme/fallbacks/index.styl +40 -28
- package/themes/promo/cssVars/theme/index.js +87 -31
- package/themes/promo/cssVars/theme/index.json +87 -31
- package/themes/promo/docs.json +49 -1
- package/themes/promo/index.css +69 -57
- package/themes/promo/index.js +45 -25
- package/themes/promo/index.json +45 -25
- package/themes/promo/index.less +40 -28
- package/themes/promo/index.pcss +40 -28
- package/themes/promo/index.scss +63 -51
- package/themes/promo/index.styl +40 -28
- package/themes/promo/struct.json +45 -25
- package/themes/pulse/docs.json +1 -1
- package/themes/pulseDark/docs.json +1 -1
- package/themes/search/cssVars/declarations/index.css +88 -76
- package/themes/search/cssVars/declarations/noColors.css +64 -64
- package/themes/search/cssVars/declarations/noSizes.css +22 -10
- package/themes/search/cssVars/declarations/onlyColors.css +18 -6
- package/themes/search/cssVars/declarations/onlyColors.js +2 -2
- package/themes/search/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/search/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/search/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/search/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/search/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/search/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/search/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/search/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/search/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/search/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/search/cssVars/theme/index.js +90 -34
- package/themes/search/cssVars/theme/index.json +90 -34
- package/themes/search/docs.json +49 -1
- package/themes/search/index.css +82 -70
- package/themes/search/index.js +48 -28
- package/themes/search/index.json +48 -28
- package/themes/search/index.less +45 -33
- package/themes/search/index.pcss +45 -33
- package/themes/search/index.scss +75 -63
- package/themes/search/index.styl +45 -33
- package/themes/search/struct.json +48 -28
- package/themes/todo/cssVars/declarations/index.css +88 -76
- package/themes/todo/cssVars/declarations/noColors.css +64 -64
- package/themes/todo/cssVars/declarations/noSizes.css +22 -10
- package/themes/todo/cssVars/declarations/onlyColors.css +18 -6
- package/themes/todo/cssVars/declarations/onlyColors.js +2 -2
- package/themes/todo/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/todo/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/todo/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/todo/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/todo/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/todo/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/todo/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/todo/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/todo/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/todo/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/todo/cssVars/theme/index.js +90 -34
- package/themes/todo/cssVars/theme/index.json +90 -34
- package/themes/todo/docs.json +49 -1
- package/themes/todo/index.css +82 -70
- package/themes/todo/index.js +48 -28
- package/themes/todo/index.json +48 -28
- package/themes/todo/index.less +45 -33
- package/themes/todo/index.pcss +45 -33
- package/themes/todo/index.scss +75 -63
- package/themes/todo/index.styl +45 -33
- package/themes/todo/struct.json +48 -28
- package/themes/vkAccessibility/cssVars/declarations/index.css +22 -10
- package/themes/vkAccessibility/cssVars/declarations/noColors.css +4 -4
- package/themes/vkAccessibility/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkAccessibility/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkAccessibility/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibility/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkAccessibility/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkAccessibility/cssVars/theme/index.js +74 -18
- package/themes/vkAccessibility/cssVars/theme/index.json +74 -18
- package/themes/vkAccessibility/docs.json +49 -1
- package/themes/vkAccessibility/index.css +22 -10
- package/themes/vkAccessibility/index.js +32 -12
- package/themes/vkAccessibility/index.json +32 -12
- package/themes/vkAccessibility/index.less +22 -10
- package/themes/vkAccessibility/index.pcss +22 -10
- package/themes/vkAccessibility/index.scss +22 -10
- package/themes/vkAccessibility/index.styl +22 -10
- package/themes/vkAccessibility/struct.json +32 -12
- package/themes/vkAccessibilityDark/cssVars/declarations/index.css +22 -10
- package/themes/vkAccessibilityDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkAccessibilityDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibilityDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkAccessibilityDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkAccessibilityDark/cssVars/theme/index.js +74 -18
- package/themes/vkAccessibilityDark/cssVars/theme/index.json +74 -18
- package/themes/vkAccessibilityDark/docs.json +49 -1
- package/themes/vkAccessibilityDark/index.css +22 -10
- package/themes/vkAccessibilityDark/index.js +32 -12
- package/themes/vkAccessibilityDark/index.json +32 -12
- package/themes/vkAccessibilityDark/index.less +22 -10
- package/themes/vkAccessibilityDark/index.pcss +22 -10
- package/themes/vkAccessibilityDark/index.scss +22 -10
- package/themes/vkAccessibilityDark/index.styl +22 -10
- package/themes/vkAccessibilityDark/struct.json +32 -12
- package/themes/vkAccessibilityIOS/cssVars/declarations/index.css +22 -10
- package/themes/vkAccessibilityIOS/cssVars/declarations/noColors.css +4 -4
- package/themes/vkAccessibilityIOS/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibilityIOS/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkAccessibilityIOS/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkAccessibilityIOS/cssVars/theme/index.js +74 -18
- package/themes/vkAccessibilityIOS/cssVars/theme/index.json +74 -18
- package/themes/vkAccessibilityIOS/docs.json +49 -1
- package/themes/vkAccessibilityIOS/index.css +22 -10
- package/themes/vkAccessibilityIOS/index.js +32 -12
- package/themes/vkAccessibilityIOS/index.json +32 -12
- package/themes/vkAccessibilityIOS/index.less +22 -10
- package/themes/vkAccessibilityIOS/index.pcss +22 -10
- package/themes/vkAccessibilityIOS/index.scss +22 -10
- package/themes/vkAccessibilityIOS/index.styl +22 -10
- package/themes/vkAccessibilityIOS/struct.json +32 -12
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/index.css +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkAccessibilityIOSDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.js +74 -18
- package/themes/vkAccessibilityIOSDark/cssVars/theme/index.json +74 -18
- package/themes/vkAccessibilityIOSDark/docs.json +49 -1
- package/themes/vkAccessibilityIOSDark/index.css +22 -10
- package/themes/vkAccessibilityIOSDark/index.js +32 -12
- package/themes/vkAccessibilityIOSDark/index.json +32 -12
- package/themes/vkAccessibilityIOSDark/index.less +22 -10
- package/themes/vkAccessibilityIOSDark/index.pcss +22 -10
- package/themes/vkAccessibilityIOSDark/index.scss +22 -10
- package/themes/vkAccessibilityIOSDark/index.styl +22 -10
- package/themes/vkAccessibilityIOSDark/struct.json +32 -12
- package/themes/vkBase/cssVars/declarations/index.css +22 -10
- package/themes/vkBase/cssVars/declarations/noColors.css +4 -4
- package/themes/vkBase/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkBase/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkBase/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkBase/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkBase/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -10
- package/themes/vkBase/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkBase/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkBase/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkBase/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkBase/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkBase/cssVars/theme/index.js +74 -18
- package/themes/vkBase/cssVars/theme/index.json +74 -18
- package/themes/vkBase/docs.json +49 -1
- package/themes/vkBase/index.css +22 -10
- package/themes/vkBase/index.js +32 -12
- package/themes/vkBase/index.json +32 -12
- package/themes/vkBase/index.less +22 -10
- package/themes/vkBase/index.pcss +22 -10
- package/themes/vkBase/index.scss +22 -10
- package/themes/vkBase/index.styl +22 -10
- package/themes/vkBase/struct.json +32 -12
- package/themes/vkBaseDark/cssVars/declarations/index.css +22 -10
- package/themes/vkBaseDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkBaseDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkBaseDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkBaseDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkBaseDark/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -8
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkBaseDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkBaseDark/cssVars/theme/index.js +74 -18
- package/themes/vkBaseDark/cssVars/theme/index.json +74 -18
- package/themes/vkBaseDark/docs.json +49 -1
- package/themes/vkBaseDark/index.css +22 -10
- package/themes/vkBaseDark/index.js +32 -12
- package/themes/vkBaseDark/index.json +32 -12
- package/themes/vkBaseDark/index.less +22 -10
- package/themes/vkBaseDark/index.pcss +22 -10
- package/themes/vkBaseDark/index.scss +22 -10
- package/themes/vkBaseDark/index.styl +22 -10
- package/themes/vkBaseDark/struct.json +32 -12
- package/themes/vkCom/cssVars/declarations/index.css +22 -10
- package/themes/vkCom/cssVars/declarations/noColors.css +4 -4
- package/themes/vkCom/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkCom/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkCom/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -3
- package/themes/vkCom/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkCom/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkCom/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkCom/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkCom/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkCom/cssVars/theme/index.js +74 -18
- package/themes/vkCom/cssVars/theme/index.json +74 -18
- package/themes/vkCom/docs.json +49 -1
- package/themes/vkCom/index.css +22 -10
- package/themes/vkCom/index.js +32 -12
- package/themes/vkCom/index.json +32 -12
- package/themes/vkCom/index.less +22 -10
- package/themes/vkCom/index.pcss +22 -10
- package/themes/vkCom/index.scss +22 -10
- package/themes/vkCom/index.styl +22 -10
- package/themes/vkCom/struct.json +32 -12
- package/themes/vkComDark/cssVars/declarations/index.css +22 -10
- package/themes/vkComDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkComDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkComDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkComDark/cssVars/declarations/onlyVariablesLocalIncremental.css +15 -3
- package/themes/vkComDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkComDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkComDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkComDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkComDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkComDark/cssVars/theme/index.js +74 -18
- package/themes/vkComDark/cssVars/theme/index.json +74 -18
- package/themes/vkComDark/docs.json +49 -1
- package/themes/vkComDark/index.css +22 -10
- package/themes/vkComDark/index.js +32 -12
- package/themes/vkComDark/index.json +32 -12
- package/themes/vkComDark/index.less +22 -10
- package/themes/vkComDark/index.pcss +22 -10
- package/themes/vkComDark/index.scss +22 -10
- package/themes/vkComDark/index.styl +22 -10
- package/themes/vkComDark/struct.json +32 -12
- package/themes/vkIOS/cssVars/declarations/index.css +22 -10
- package/themes/vkIOS/cssVars/declarations/noColors.css +4 -4
- package/themes/vkIOS/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkIOS/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOS/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkIOS/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkIOS/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkIOS/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkIOS/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkIOS/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkIOS/cssVars/theme/index.js +74 -18
- package/themes/vkIOS/cssVars/theme/index.json +74 -18
- package/themes/vkIOS/docs.json +49 -1
- package/themes/vkIOS/index.css +22 -10
- package/themes/vkIOS/index.js +32 -12
- package/themes/vkIOS/index.json +32 -12
- package/themes/vkIOS/index.less +22 -10
- package/themes/vkIOS/index.pcss +22 -10
- package/themes/vkIOS/index.scss +22 -10
- package/themes/vkIOS/index.styl +22 -10
- package/themes/vkIOS/struct.json +32 -12
- package/themes/vkIOSDark/cssVars/declarations/index.css +22 -10
- package/themes/vkIOSDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkIOSDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIOSDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkIOSDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkIOSDark/cssVars/theme/index.js +74 -18
- package/themes/vkIOSDark/cssVars/theme/index.json +74 -18
- package/themes/vkIOSDark/docs.json +49 -1
- package/themes/vkIOSDark/index.css +22 -10
- package/themes/vkIOSDark/index.js +32 -12
- package/themes/vkIOSDark/index.json +32 -12
- package/themes/vkIOSDark/index.less +22 -10
- package/themes/vkIOSDark/index.pcss +22 -10
- package/themes/vkIOSDark/index.scss +22 -10
- package/themes/vkIOSDark/index.styl +22 -10
- package/themes/vkIOSDark/struct.json +32 -12
- package/themes/vkIdOk/cssVars/declarations/index.css +22 -10
- package/themes/vkIdOk/cssVars/declarations/noColors.css +4 -4
- package/themes/vkIdOk/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkIdOk/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkIdOk/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkIdOk/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkIdOk/cssVars/declarations/onlyVariablesLocalIncremental.css +22 -10
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkIdOk/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkIdOk/cssVars/theme/index.js +74 -18
- package/themes/vkIdOk/cssVars/theme/index.json +74 -18
- package/themes/vkIdOk/docs.json +49 -1
- package/themes/vkIdOk/index.css +22 -10
- package/themes/vkIdOk/index.js +32 -12
- package/themes/vkIdOk/index.json +32 -12
- package/themes/vkIdOk/index.less +22 -10
- package/themes/vkIdOk/index.pcss +22 -10
- package/themes/vkIdOk/index.scss +22 -10
- package/themes/vkIdOk/index.styl +22 -10
- package/themes/vkIdOk/struct.json +32 -12
- package/themes/vkIdOkDark/cssVars/declarations/index.css +22 -10
- package/themes/vkIdOkDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkIdOkDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkIdOkDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkIdOkDark/cssVars/declarations/onlyVariablesLocalIncremental.css +20 -8
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkIdOkDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkIdOkDark/cssVars/theme/index.js +74 -18
- package/themes/vkIdOkDark/cssVars/theme/index.json +74 -18
- package/themes/vkIdOkDark/docs.json +49 -1
- package/themes/vkIdOkDark/index.css +22 -10
- package/themes/vkIdOkDark/index.js +32 -12
- package/themes/vkIdOkDark/index.json +32 -12
- package/themes/vkIdOkDark/index.less +22 -10
- package/themes/vkIdOkDark/index.pcss +22 -10
- package/themes/vkIdOkDark/index.scss +22 -10
- package/themes/vkIdOkDark/index.styl +22 -10
- package/themes/vkIdOkDark/struct.json +32 -12
- package/themes/vkIdOkIOS/cssVars/declarations/index.css +22 -10
- package/themes/vkIdOkIOS/cssVars/declarations/noColors.css +4 -4
- package/themes/vkIdOkIOS/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkIdOkIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOS/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkIdOkIOS/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkIdOkIOS/cssVars/theme/index.js +74 -18
- package/themes/vkIdOkIOS/cssVars/theme/index.json +74 -18
- package/themes/vkIdOkIOS/docs.json +49 -1
- package/themes/vkIdOkIOS/index.css +22 -10
- package/themes/vkIdOkIOS/index.js +32 -12
- package/themes/vkIdOkIOS/index.json +32 -12
- package/themes/vkIdOkIOS/index.less +22 -10
- package/themes/vkIdOkIOS/index.pcss +22 -10
- package/themes/vkIdOkIOS/index.scss +22 -10
- package/themes/vkIdOkIOS/index.styl +22 -10
- package/themes/vkIdOkIOS/struct.json +32 -12
- package/themes/vkIdOkIOSDark/cssVars/declarations/index.css +22 -10
- package/themes/vkIdOkIOSDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkIdOkIOSDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkIdOkIOSDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkIdOkIOSDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkIdOkIOSDark/cssVars/theme/index.js +74 -18
- package/themes/vkIdOkIOSDark/cssVars/theme/index.json +74 -18
- package/themes/vkIdOkIOSDark/docs.json +49 -1
- package/themes/vkIdOkIOSDark/index.css +22 -10
- package/themes/vkIdOkIOSDark/index.js +32 -12
- package/themes/vkIdOkIOSDark/index.json +32 -12
- package/themes/vkIdOkIOSDark/index.less +22 -10
- package/themes/vkIdOkIOSDark/index.pcss +22 -10
- package/themes/vkIdOkIOSDark/index.scss +22 -10
- package/themes/vkIdOkIOSDark/index.styl +22 -10
- package/themes/vkIdOkIOSDark/struct.json +32 -12
- package/themes/vkontakteAndroid/cssVars/declarations/index.css +22 -10
- package/themes/vkontakteAndroid/cssVars/declarations/noColors.css +4 -4
- package/themes/vkontakteAndroid/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkontakteAndroid/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroid/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkontakteAndroid/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkontakteAndroid/cssVars/theme/index.js +74 -18
- package/themes/vkontakteAndroid/cssVars/theme/index.json +74 -18
- package/themes/vkontakteAndroid/docs.json +49 -1
- package/themes/vkontakteAndroid/index.css +22 -10
- package/themes/vkontakteAndroid/index.js +32 -12
- package/themes/vkontakteAndroid/index.json +32 -12
- package/themes/vkontakteAndroid/index.less +22 -10
- package/themes/vkontakteAndroid/index.pcss +22 -10
- package/themes/vkontakteAndroid/index.scss +22 -10
- package/themes/vkontakteAndroid/index.styl +22 -10
- package/themes/vkontakteAndroid/struct.json +32 -12
- package/themes/vkontakteAndroidDark/cssVars/declarations/index.css +22 -10
- package/themes/vkontakteAndroidDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkontakteAndroidDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteAndroidDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkontakteAndroidDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkontakteAndroidDark/cssVars/theme/index.js +74 -18
- package/themes/vkontakteAndroidDark/cssVars/theme/index.json +74 -18
- package/themes/vkontakteAndroidDark/docs.json +49 -1
- package/themes/vkontakteAndroidDark/index.css +22 -10
- package/themes/vkontakteAndroidDark/index.js +32 -12
- package/themes/vkontakteAndroidDark/index.json +32 -12
- package/themes/vkontakteAndroidDark/index.less +22 -10
- package/themes/vkontakteAndroidDark/index.pcss +22 -10
- package/themes/vkontakteAndroidDark/index.scss +22 -10
- package/themes/vkontakteAndroidDark/index.styl +22 -10
- package/themes/vkontakteAndroidDark/struct.json +32 -12
- package/themes/vkontakteCom/cssVars/declarations/index.css +22 -10
- package/themes/vkontakteCom/cssVars/declarations/noColors.css +4 -4
- package/themes/vkontakteCom/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkontakteCom/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkontakteCom/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteCom/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkontakteCom/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkontakteCom/cssVars/theme/index.js +74 -18
- package/themes/vkontakteCom/cssVars/theme/index.json +74 -18
- package/themes/vkontakteCom/docs.json +49 -1
- package/themes/vkontakteCom/index.css +22 -10
- package/themes/vkontakteCom/index.js +32 -12
- package/themes/vkontakteCom/index.json +32 -12
- package/themes/vkontakteCom/index.less +22 -10
- package/themes/vkontakteCom/index.pcss +22 -10
- package/themes/vkontakteCom/index.scss +22 -10
- package/themes/vkontakteCom/index.styl +22 -10
- package/themes/vkontakteCom/struct.json +32 -12
- package/themes/vkontakteComDark/cssVars/declarations/index.css +22 -10
- package/themes/vkontakteComDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkontakteComDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkontakteComDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteComDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkontakteComDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkontakteComDark/cssVars/theme/index.js +74 -18
- package/themes/vkontakteComDark/cssVars/theme/index.json +74 -18
- package/themes/vkontakteComDark/docs.json +49 -1
- package/themes/vkontakteComDark/index.css +22 -10
- package/themes/vkontakteComDark/index.js +32 -12
- package/themes/vkontakteComDark/index.json +32 -12
- package/themes/vkontakteComDark/index.less +22 -10
- package/themes/vkontakteComDark/index.pcss +22 -10
- package/themes/vkontakteComDark/index.scss +22 -10
- package/themes/vkontakteComDark/index.styl +22 -10
- package/themes/vkontakteComDark/struct.json +32 -12
- package/themes/vkontakteIOS/cssVars/declarations/index.css +22 -10
- package/themes/vkontakteIOS/cssVars/declarations/noColors.css +4 -4
- package/themes/vkontakteIOS/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkontakteIOS/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOS/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkontakteIOS/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkontakteIOS/cssVars/theme/index.js +74 -18
- package/themes/vkontakteIOS/cssVars/theme/index.json +74 -18
- package/themes/vkontakteIOS/docs.json +49 -1
- package/themes/vkontakteIOS/index.css +22 -10
- package/themes/vkontakteIOS/index.js +32 -12
- package/themes/vkontakteIOS/index.json +32 -12
- package/themes/vkontakteIOS/index.less +22 -10
- package/themes/vkontakteIOS/index.pcss +22 -10
- package/themes/vkontakteIOS/index.scss +22 -10
- package/themes/vkontakteIOS/index.styl +22 -10
- package/themes/vkontakteIOS/struct.json +32 -12
- package/themes/vkontakteIOSDark/cssVars/declarations/index.css +22 -10
- package/themes/vkontakteIOSDark/cssVars/declarations/noColors.css +4 -4
- package/themes/vkontakteIOSDark/cssVars/declarations/noSizes.css +22 -10
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.css +18 -6
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyColors.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.css +22 -10
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/vkontakteIOSDark/cssVars/declarations/onlyVariablesLocal.css +22 -10
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.css +22 -10
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.less +22 -10
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.pcss +22 -10
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.scss +22 -10
- package/themes/vkontakteIOSDark/cssVars/theme/fallbacks/index.styl +22 -10
- package/themes/vkontakteIOSDark/cssVars/theme/index.js +74 -18
- package/themes/vkontakteIOSDark/cssVars/theme/index.json +74 -18
- package/themes/vkontakteIOSDark/docs.json +49 -1
- package/themes/vkontakteIOSDark/index.css +22 -10
- package/themes/vkontakteIOSDark/index.js +32 -12
- package/themes/vkontakteIOSDark/index.json +32 -12
- package/themes/vkontakteIOSDark/index.less +22 -10
- package/themes/vkontakteIOSDark/index.pcss +22 -10
- package/themes/vkontakteIOSDark/index.scss +22 -10
- package/themes/vkontakteIOSDark/index.styl +22 -10
- package/themes/vkontakteIOSDark/struct.json +32 -12
- package/themes/workspaceAdmin/cssVars/declarations/index.css +122 -93
- package/themes/workspaceAdmin/cssVars/declarations/noColors.css +78 -64
- package/themes/workspaceAdmin/cssVars/declarations/noSizes.css +42 -27
- package/themes/workspaceAdmin/cssVars/declarations/onlyAdaptiveGroups.css +10 -0
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.css +38 -23
- package/themes/workspaceAdmin/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.css +62 -43
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocal.css +62 -43
- package/themes/workspaceAdmin/cssVars/declarations/onlyVariablesLocalIncremental.css +62 -43
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.css +116 -87
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.less +71 -50
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.pcss +71 -50
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.scss +107 -80
- package/themes/workspaceAdmin/cssVars/theme/fallbacks/index.styl +71 -50
- package/themes/workspaceAdmin/cssVars/theme/index.js +139 -51
- package/themes/workspaceAdmin/cssVars/theme/index.json +139 -51
- package/themes/workspaceAdmin/docs.json +57 -1
- package/themes/workspaceAdmin/index.css +116 -87
- package/themes/workspaceAdmin/index.js +76 -45
- package/themes/workspaceAdmin/index.json +76 -45
- package/themes/workspaceAdmin/index.less +70 -49
- package/themes/workspaceAdmin/index.pcss +70 -49
- package/themes/workspaceAdmin/index.scss +106 -79
- package/themes/workspaceAdmin/index.styl +70 -49
- package/themes/workspaceAdmin/struct.json +76 -45
- package/themes/workspaceAdminDark/cssVars/declarations/index.css +1648 -0
- package/themes/workspaceAdminDark/cssVars/declarations/noColors.css +690 -0
- package/themes/workspaceAdminDark/cssVars/declarations/noSizes.css +443 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyAdaptiveGroups.css +162 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.css +404 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.d.ts +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyColors.js +11 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyMedia.css +402 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.css +736 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.d.ts +3 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariables.js +11 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocal.css +736 -0
- package/themes/workspaceAdminDark/cssVars/declarations/onlyVariablesLocalIncremental.css +736 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.css +1093 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.less +832 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.pcss +825 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.scss +1098 -0
- package/themes/workspaceAdminDark/cssVars/theme/fallbacks/index.styl +832 -0
- package/themes/workspaceAdminDark/cssVars/theme/index.d.ts +4 -0
- package/themes/workspaceAdminDark/cssVars/theme/index.js +4536 -0
- package/themes/workspaceAdminDark/cssVars/theme/index.json +4533 -0
- package/themes/workspaceAdminDark/docs.json +4073 -0
- package/themes/workspaceAdminDark/index.css +1093 -0
- package/themes/workspaceAdminDark/index.d.ts +4 -0
- package/themes/workspaceAdminDark/index.js +1378 -0
- package/themes/workspaceAdminDark/index.json +1375 -0
- package/themes/workspaceAdminDark/index.less +832 -0
- package/themes/workspaceAdminDark/index.pcss +825 -0
- package/themes/workspaceAdminDark/index.scss +1098 -0
- package/themes/workspaceAdminDark/index.styl +832 -0
- package/themes/workspaceAdminDark/struct.json +1401 -0
- package/themes/workspaceLandings/cssVars/declarations/index.css +88 -76
- package/themes/workspaceLandings/cssVars/declarations/noColors.css +64 -64
- package/themes/workspaceLandings/cssVars/declarations/noSizes.css +22 -10
- package/themes/workspaceLandings/cssVars/declarations/onlyColors.css +18 -6
- package/themes/workspaceLandings/cssVars/declarations/onlyColors.js +2 -2
- package/themes/workspaceLandings/cssVars/declarations/onlyMedia.css +6 -6
- package/themes/workspaceLandings/cssVars/declarations/onlyVariables.css +38 -26
- package/themes/workspaceLandings/cssVars/declarations/onlyVariables.js +2 -2
- package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocal.css +38 -26
- package/themes/workspaceLandings/cssVars/declarations/onlyVariablesLocalIncremental.css +38 -26
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.css +82 -70
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.less +45 -33
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.pcss +45 -33
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.scss +75 -63
- package/themes/workspaceLandings/cssVars/theme/fallbacks/index.styl +45 -33
- package/themes/workspaceLandings/cssVars/theme/index.js +90 -34
- package/themes/workspaceLandings/cssVars/theme/index.json +90 -34
- package/themes/workspaceLandings/docs.json +49 -1
- package/themes/workspaceLandings/index.css +82 -70
- package/themes/workspaceLandings/index.js +48 -28
- package/themes/workspaceLandings/index.json +48 -28
- package/themes/workspaceLandings/index.less +45 -33
- package/themes/workspaceLandings/index.pcss +45 -33
- package/themes/workspaceLandings/index.scss +75 -63
- package/themes/workspaceLandings/index.styl +45 -33
- package/themes/workspaceLandings/struct.json +48 -28
|
@@ -9,10 +9,10 @@ function getGradientPointsFromColor(colorArg, opacityMultiplier) {
|
|
|
9
9
|
if (opacityMultiplier === void 0) { opacityMultiplier = 1; }
|
|
10
10
|
var opacityMap = [
|
|
11
11
|
[0, 0],
|
|
12
|
-
[0.
|
|
13
|
-
[0.
|
|
14
|
-
[0.
|
|
15
|
-
[0.95,
|
|
12
|
+
[0.05, 15],
|
|
13
|
+
[0.2, 30],
|
|
14
|
+
[0.8, 70],
|
|
15
|
+
[0.95, 85],
|
|
16
16
|
[1, 100],
|
|
17
17
|
];
|
|
18
18
|
var colorRGB = (0, color_1.default)(colorArg).rgb().array().join(', ');
|
|
@@ -5,10 +5,10 @@ var getGradientPointsFromColor_1 = require("./getGradientPointsFromColor");
|
|
|
5
5
|
(0, globals_1.describe)('getGradientPointsFromColor', function () {
|
|
6
6
|
(0, globals_1.it)('should generate gradient from color', function () {
|
|
7
7
|
(0, globals_1.expect)((0, getGradientPointsFromColor_1.getGradientPointsFromColor)('rgb(0, 100, 200)')).toEqual('rgba(0, 100, 200, 0) 0%, ' +
|
|
8
|
-
'rgba(0, 100, 200, 0.
|
|
9
|
-
'rgba(0, 100, 200, 0.
|
|
10
|
-
'rgba(0, 100, 200, 0.
|
|
11
|
-
'rgba(0, 100, 200, 0.95)
|
|
8
|
+
'rgba(0, 100, 200, 0.05) 15%, ' +
|
|
9
|
+
'rgba(0, 100, 200, 0.2) 30%, ' +
|
|
10
|
+
'rgba(0, 100, 200, 0.8) 70%, ' +
|
|
11
|
+
'rgba(0, 100, 200, 0.95) 85%, ' +
|
|
12
12
|
'rgba(0, 100, 200, 1) 100%');
|
|
13
13
|
});
|
|
14
14
|
});
|
|
@@ -387,10 +387,10 @@ export interface ColorsDescriptionStruct {
|
|
|
387
387
|
*/
|
|
388
388
|
colorAccentRed: ColorDescription;
|
|
389
389
|
/**
|
|
390
|
-
* @desc Палитра цветов.
|
|
390
|
+
* @desc Палитра цветов. Огненно оранжевый цвет
|
|
391
391
|
* @tags color, palette
|
|
392
392
|
*/
|
|
393
|
-
|
|
393
|
+
colorAccentOrangeFire: ColorDescription;
|
|
394
394
|
/**
|
|
395
395
|
* @desc Палитра цветов. Оранжевый цвет
|
|
396
396
|
* @tags color, palette
|
|
@@ -402,10 +402,25 @@ export interface ColorsDescriptionStruct {
|
|
|
402
402
|
*/
|
|
403
403
|
colorAccentOrangePeach: ColorDescription;
|
|
404
404
|
/**
|
|
405
|
-
* @desc Палитра цветов.
|
|
405
|
+
* @desc Палитра цветов. Лаймовый цвет
|
|
406
406
|
* @tags color, palette
|
|
407
407
|
*/
|
|
408
|
-
|
|
408
|
+
colorAccentLime: ColorDescription;
|
|
409
|
+
/**
|
|
410
|
+
* @desc Палитра цветов. Зелёный цвет
|
|
411
|
+
* @tags color, palette
|
|
412
|
+
*/
|
|
413
|
+
colorAccentGreen: ColorDescription;
|
|
414
|
+
/**
|
|
415
|
+
* @desc Палитра цветов. Циановый цвет
|
|
416
|
+
* @tags color, palette
|
|
417
|
+
*/
|
|
418
|
+
colorAccentCyan: ColorDescription;
|
|
419
|
+
/**
|
|
420
|
+
* @desc Палитра цветов. Лазурный цвет
|
|
421
|
+
* @tags color, palette
|
|
422
|
+
*/
|
|
423
|
+
colorAccentAzure: ColorDescription;
|
|
409
424
|
/**
|
|
410
425
|
* @desc Палитра цветов. Фиолетовый цвет
|
|
411
426
|
* @tags color, palette
|
|
@@ -417,10 +432,15 @@ export interface ColorsDescriptionStruct {
|
|
|
417
432
|
*/
|
|
418
433
|
colorAccentViolet: ColorDescription;
|
|
419
434
|
/**
|
|
420
|
-
* @desc Палитра цветов.
|
|
435
|
+
* @desc Палитра цветов. Розово-малиновый цвет
|
|
421
436
|
* @tags color, palette
|
|
422
437
|
*/
|
|
423
438
|
colorAccentRaspberryPink: ColorDescription;
|
|
439
|
+
/**
|
|
440
|
+
* @desc Палитра цветов. Розовый цвет
|
|
441
|
+
* @tags color, palette
|
|
442
|
+
*/
|
|
443
|
+
colorAccentPink: ColorDescription;
|
|
424
444
|
/**
|
|
425
445
|
* @desc Второстепенный акцентный цвет для отдельных проектов
|
|
426
446
|
* @tags color, palette
|
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
import { ThemeCssVars } from '../../general';
|
|
2
|
-
import {
|
|
3
|
-
|
|
2
|
+
import { ColorDescription, ColorsDescriptionStruct, ColorWithStates } from '../../general/colors';
|
|
3
|
+
import { Font } from '../../general/typography';
|
|
4
|
+
import { LocalParadigmColorsDescriptionStruct, ParadigmTheme, ParadigmThemeDescription } from '../../namespaces/paradigm';
|
|
5
|
+
export interface ThemeWorkspaceOverValues {
|
|
6
|
+
fontHeadline3: Font;
|
|
4
7
|
}
|
|
5
|
-
export interface
|
|
8
|
+
export interface LocalWorkspaceAdminColorsDescriptionStruct {
|
|
9
|
+
colorIconNegativeSnackbar: ColorDescription;
|
|
10
|
+
}
|
|
11
|
+
export type WorkspaceAdminLocalColors = {
|
|
12
|
+
[key in keyof LocalWorkspaceAdminColorsDescriptionStruct]: ColorWithStates;
|
|
13
|
+
};
|
|
14
|
+
export interface ThemeWorkspaceAdmin extends ParadigmTheme, ThemeWorkspaceOverValues, WorkspaceAdminLocalColors {
|
|
15
|
+
}
|
|
16
|
+
export interface ThemeWorkspaceAdminDescription extends ParadigmThemeDescription, ThemeWorkspaceOverValues {
|
|
17
|
+
colors: LocalWorkspaceAdminColorsDescriptionStruct & LocalParadigmColorsDescriptionStruct & ColorsDescriptionStruct;
|
|
6
18
|
}
|
|
7
19
|
export interface ThemeWorkspaceAdminCssVars extends ThemeCssVars<ThemeWorkspaceAdmin, 'breakpoints'> {
|
|
8
20
|
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { ThemeWorkspaceAdmin, ThemeWorkspaceAdminCssVars, ThemeWorkspaceAdminDescription } from '../workspaceAdmin';
|
|
2
|
+
export type ThemeWorkspaceAdminDark = ThemeWorkspaceAdmin;
|
|
3
|
+
export type ThemeWorkspaceAdminDarkDescription = ThemeWorkspaceAdminDescription;
|
|
4
|
+
export type ThemeWorkspaceAdminDarkCssVars = ThemeWorkspaceAdminCssVars;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@vkontakte/vkui-tokens",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.50.1-dev-d3fb91.0",
|
|
4
4
|
"description": "Репозиторий, который содержит в себе дизайн-токены и другие инструменты объединенной дизайн-системы VKUI и Paradigm",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://vkcom.github.io/vkui-tokens",
|
|
@@ -57,7 +57,7 @@
|
|
|
57
57
|
"@vkontakte/prettier-config": "0.1.0",
|
|
58
58
|
"@vkontakte/vk-bridge": "2.14.2",
|
|
59
59
|
"@vkontakte/vkjs": "1.2.0",
|
|
60
|
-
"@vkontakte/vkui": "6.
|
|
60
|
+
"@vkontakte/vkui": "6.3.0",
|
|
61
61
|
"babel-jest": "29.7.0",
|
|
62
62
|
"babel-loader": "9.1.3",
|
|
63
63
|
"clean-webpack-plugin": "4.0.0",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"eslint-plugin-unicorn": "51.0.1",
|
|
82
82
|
"fs-extra": "11.2.0",
|
|
83
83
|
"html-webpack-plugin": "5.6.0",
|
|
84
|
-
"husky": "9.
|
|
84
|
+
"husky": "9.1.3",
|
|
85
85
|
"jest": "29.7.0",
|
|
86
86
|
"jest-junit": "16.0.0",
|
|
87
87
|
"lint-staged": "15.2.7",
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"ts-node": "10.9.2",
|
|
99
99
|
"tsconfig-paths": "4.2.0",
|
|
100
100
|
"tscpaths": "0.0.9",
|
|
101
|
-
"type-fest": "4.
|
|
101
|
+
"type-fest": "4.23.0",
|
|
102
102
|
"typescript": "5.2.2",
|
|
103
103
|
"typescript-eslint": "7.0.1",
|
|
104
104
|
"webpack": "5.92.1",
|
|
@@ -17,7 +17,7 @@ var tokenHelpers_1 = require("../../build/helpers/tokenHelpers");
|
|
|
17
17
|
var overlayColors_1 = require("../../build/themeProcessors/expandColors/overlayColors");
|
|
18
18
|
var common_1 = require("../../utils/common");
|
|
19
19
|
var fontFamilyFallbacks = 'Helvetica, Arial, sans-serif';
|
|
20
|
-
var fontFamilyAccent = "MailSans, ".concat(fontFamilyFallbacks);
|
|
20
|
+
var fontFamilyAccent = "VKSansDisplay, MailSans, ".concat(fontFamilyFallbacks);
|
|
21
21
|
var fontFamilyBase = fontFamilyFallbacks;
|
|
22
22
|
var fontWeightAccent1 = 500;
|
|
23
23
|
var fontWeightAccent2 = 500;
|
|
@@ -120,13 +120,17 @@ exports.lightColors = {
|
|
|
120
120
|
colorAccentBlue: '#005FF9',
|
|
121
121
|
colorAccentGray: '#A5A7AD',
|
|
122
122
|
colorAccentRed: '#ED0A34',
|
|
123
|
-
|
|
123
|
+
colorAccentOrangeFire: '#F05C44',
|
|
124
124
|
colorAccentOrange: '#FF9E00',
|
|
125
125
|
colorAccentOrangePeach: '#F9B54F',
|
|
126
|
-
|
|
126
|
+
colorAccentLime: '#B8FC75',
|
|
127
|
+
colorAccentGreen: '#0DC268',
|
|
128
|
+
colorAccentCyan: '#07E5F9',
|
|
129
|
+
colorAccentAzure: '#0077FF',
|
|
127
130
|
colorAccentPurple: '#4F6DDC',
|
|
128
131
|
colorAccentViolet: '#C15DF3',
|
|
129
132
|
colorAccentRaspberryPink: '#E03FAB',
|
|
133
|
+
colorAccentPink: '#FF3985',
|
|
130
134
|
colorAccentSecondary: '#FF9E00',
|
|
131
135
|
// Other
|
|
132
136
|
colorActionSheetText: '#005FF9',
|
|
@@ -247,13 +251,17 @@ exports.darkColors = {
|
|
|
247
251
|
colorAccentBlue: '#2775FC',
|
|
248
252
|
colorAccentGray: '#9C9DA2',
|
|
249
253
|
colorAccentRed: '#ED0A34',
|
|
250
|
-
|
|
254
|
+
colorAccentOrangeFire: '#F05C44',
|
|
251
255
|
colorAccentOrange: '#FF9E00',
|
|
252
256
|
colorAccentOrangePeach: '#FFC062',
|
|
253
|
-
|
|
257
|
+
colorAccentLime: '#B8FC75',
|
|
258
|
+
colorAccentGreen: '#0DC268',
|
|
259
|
+
colorAccentCyan: '#07E5F9',
|
|
260
|
+
colorAccentAzure: '#0077FF',
|
|
254
261
|
colorAccentPurple: '#4F6DDC',
|
|
255
262
|
colorAccentViolet: '#C15DF3',
|
|
256
263
|
colorAccentRaspberryPink: '#F060C0',
|
|
264
|
+
colorAccentPink: '#FF3985',
|
|
257
265
|
colorAccentSecondary: '#FF9E00',
|
|
258
266
|
// Other
|
|
259
267
|
colorActionSheetText: '#3C82FD',
|
|
@@ -188,16 +188,32 @@ var colorFromFigma = function (colorsScheme) {
|
|
|
188
188
|
colorAccentBlue: palette.accent_blue,
|
|
189
189
|
colorAccentGray: palette.accent_gray,
|
|
190
190
|
colorAccentRed: palette.accent_red,
|
|
191
|
-
|
|
191
|
+
colorAccentOrangeFire: palette.accent_orange_fire,
|
|
192
192
|
colorAccentOrange: palette.accent_orange,
|
|
193
193
|
colorAccentOrangePeach: {
|
|
194
194
|
light: '#F9B54F',
|
|
195
195
|
dark: '#FFC062',
|
|
196
196
|
}[colorsScheme],
|
|
197
|
-
|
|
197
|
+
colorAccentLime: {
|
|
198
|
+
light: '#AFF70D',
|
|
199
|
+
dark: '#AFF70D',
|
|
200
|
+
}[colorsScheme],
|
|
201
|
+
colorAccentGreen: palette.accent_green,
|
|
202
|
+
colorAccentCyan: {
|
|
203
|
+
light: '#13FFD0',
|
|
204
|
+
dark: '#13FFD0',
|
|
205
|
+
}[colorsScheme],
|
|
206
|
+
colorAccentAzure: {
|
|
207
|
+
light: '#0077FF',
|
|
208
|
+
dark: '#0077FF',
|
|
209
|
+
}[colorsScheme],
|
|
198
210
|
colorAccentPurple: palette.accent_purple,
|
|
199
211
|
colorAccentViolet: palette.accent_violet,
|
|
200
212
|
colorAccentRaspberryPink: palette.accent_raspberry_pink,
|
|
213
|
+
colorAccentPink: {
|
|
214
|
+
light: '#F45FFF',
|
|
215
|
+
dark: '#F45FFF',
|
|
216
|
+
}[colorsScheme],
|
|
201
217
|
colorAccentSecondary: palette.accent_secondary,
|
|
202
218
|
// Other
|
|
203
219
|
colorOverlayPrimary: other.overlay_primary,
|
|
@@ -326,32 +342,32 @@ exports.fonts = {
|
|
|
326
342
|
regular: {
|
|
327
343
|
fontSize: 24,
|
|
328
344
|
lineHeight: 28,
|
|
329
|
-
fontFamily:
|
|
330
|
-
fontWeight:
|
|
345
|
+
fontFamily: fontFamilyBase,
|
|
346
|
+
fontWeight: fontWeightBase1,
|
|
331
347
|
},
|
|
332
348
|
},
|
|
333
349
|
fontTitle2: {
|
|
334
350
|
regular: {
|
|
335
351
|
fontSize: 20,
|
|
336
352
|
lineHeight: 24,
|
|
337
|
-
fontFamily:
|
|
338
|
-
fontWeight:
|
|
353
|
+
fontFamily: fontFamilyBase,
|
|
354
|
+
fontWeight: fontWeightBase1,
|
|
339
355
|
},
|
|
340
356
|
},
|
|
341
357
|
fontTitle3: {
|
|
342
358
|
regular: {
|
|
343
359
|
fontSize: 17,
|
|
344
360
|
lineHeight: 22,
|
|
345
|
-
fontFamily:
|
|
346
|
-
fontWeight:
|
|
361
|
+
fontFamily: fontFamilyBase,
|
|
362
|
+
fontWeight: fontWeightBase1,
|
|
347
363
|
},
|
|
348
364
|
},
|
|
349
365
|
fontHeadline1: {
|
|
350
366
|
regular: {
|
|
351
367
|
fontSize: 16,
|
|
352
368
|
lineHeight: 20,
|
|
353
|
-
fontFamily:
|
|
354
|
-
fontWeight:
|
|
369
|
+
fontFamily: fontFamilyBase,
|
|
370
|
+
fontWeight: fontWeightBase2,
|
|
355
371
|
},
|
|
356
372
|
compact: {
|
|
357
373
|
fontSize: 15,
|
|
@@ -362,8 +378,8 @@ exports.fonts = {
|
|
|
362
378
|
regular: {
|
|
363
379
|
fontSize: 15,
|
|
364
380
|
lineHeight: 20,
|
|
365
|
-
fontFamily:
|
|
366
|
-
fontWeight:
|
|
381
|
+
fontFamily: fontFamilyBase,
|
|
382
|
+
fontWeight: fontWeightBase2,
|
|
367
383
|
},
|
|
368
384
|
compact: {
|
|
369
385
|
fontSize: 14,
|
|
@@ -11,23 +11,23 @@
|
|
|
11
11
|
--vkui--font_weight_base3: 400;
|
|
12
12
|
--vkui--font_display_title1--font_size--regular: 23px;
|
|
13
13
|
--vkui--font_display_title1--line_height--regular: 28px;
|
|
14
|
-
--vkui--font_display_title1--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
14
|
+
--vkui--font_display_title1--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
15
15
|
--vkui--font_display_title1--font_weight--regular: 500;
|
|
16
16
|
--vkui--font_display_title2--font_size--regular: 21px;
|
|
17
17
|
--vkui--font_display_title2--line_height--regular: 26px;
|
|
18
|
-
--vkui--font_display_title2--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
18
|
+
--vkui--font_display_title2--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
19
19
|
--vkui--font_display_title2--font_weight--regular: 500;
|
|
20
20
|
--vkui--font_display_title2--font_size--compact: 22px;
|
|
21
21
|
--vkui--font_display_title2--line_height--compact: 22px;
|
|
22
|
-
--vkui--font_display_title2--font_family--compact: MailSans, Helvetica, Arial, sans-serif;
|
|
22
|
+
--vkui--font_display_title2--font_family--compact: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
23
23
|
--vkui--font_display_title2--font_weight--compact: 500;
|
|
24
24
|
--vkui--font_display_title3--font_size--regular: 19px;
|
|
25
25
|
--vkui--font_display_title3--line_height--regular: 24px;
|
|
26
|
-
--vkui--font_display_title3--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
26
|
+
--vkui--font_display_title3--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
27
27
|
--vkui--font_display_title3--font_weight--regular: 500;
|
|
28
28
|
--vkui--font_display_title4--font_size--regular: 17px;
|
|
29
29
|
--vkui--font_display_title4--line_height--regular: 24px;
|
|
30
|
-
--vkui--font_display_title4--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
30
|
+
--vkui--font_display_title4--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
31
31
|
--vkui--font_display_title4--font_weight--regular: 500;
|
|
32
32
|
--vkui--font_title1--font_size--regular: 24px;
|
|
33
33
|
--vkui--font_title1--line_height--regular: 28px;
|
|
@@ -63,7 +63,7 @@
|
|
|
63
63
|
--vkui--font_headline1--font_family--compact: MailSans, Helvetica, Arial, sans-serif;
|
|
64
64
|
--vkui--font_headline2--font_size--regular: 15px;
|
|
65
65
|
--vkui--font_headline2--line_height--regular: 20px;
|
|
66
|
-
--vkui--font_headline2--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
66
|
+
--vkui--font_headline2--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
67
67
|
--vkui--font_headline2--font_weight--regular: 500;
|
|
68
68
|
--vkui--font_headline2--font_size--compact: 14px;
|
|
69
69
|
--vkui--font_headline2--line_height--compact: 20px;
|
|
@@ -269,10 +269,10 @@
|
|
|
269
269
|
--vkui--elevation2: 0 0 2px 0 rgba(0, 16, 61, 0.06), 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06);
|
|
270
270
|
--vkui--elevation3: 0 0 6px 0 rgba(0, 16, 61, 0.06), 0 6px 12px 0 rgba(0, 16, 61, 0.06), 0 6px 20px 0 rgba(0, 16, 61, 0.06), 0 10px 36px 0 rgba(0, 16, 61, 0.08);
|
|
271
271
|
--vkui--elevation4: 0 2px 6px 0 rgba(0, 16, 61, 0.06), 0 16px 48px 0 rgba(0, 16, 61, 0.08), 0 24px 68px 0 rgba(0, 16, 61, 0.16);
|
|
272
|
-
--vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.
|
|
273
|
-
--vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.
|
|
274
|
-
--vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.
|
|
275
|
-
--vkui--gradient: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.
|
|
272
|
+
--vkui--gradient_black: rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.02) 15%, rgba(0, 0, 0, 0.08) 30%, rgba(0, 0, 0, 0.32) 70%, rgba(0, 0, 0, 0.38) 85%, rgba(0, 0, 0, 0.4) 100%;
|
|
273
|
+
--vkui--gradient_white: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 15%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 1) 100%;
|
|
274
|
+
--vkui--gradient_tint: rgba(246, 247, 248, 0) 0%, rgba(246, 247, 248, 0.05) 15%, rgba(246, 247, 248, 0.2) 30%, rgba(246, 247, 248, 0.8) 70%, rgba(246, 247, 248, 0.95) 85%, rgba(246, 247, 248, 1) 100%;
|
|
275
|
+
--vkui--gradient: rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.05) 15%, rgba(255, 255, 255, 0.2) 30%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 1) 100%;
|
|
276
276
|
--vkui--animation_duration_l: 0.4s;
|
|
277
277
|
--vkui--animation_duration_m: 0.2s;
|
|
278
278
|
--vkui--animation_duration_s: 0.1s;
|
|
@@ -300,19 +300,19 @@
|
|
|
300
300
|
--vkui--size_grid: 20px;
|
|
301
301
|
--vkui--font_h0--font_size--regular: 28px;
|
|
302
302
|
--vkui--font_h0--line_height--regular: 32px;
|
|
303
|
-
--vkui--font_h0--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
303
|
+
--vkui--font_h0--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
304
304
|
--vkui--font_h0--font_weight--regular: 500;
|
|
305
305
|
--vkui--font_h0--font_size--compact: 44px;
|
|
306
306
|
--vkui--font_h0--line_height--compact: 52px;
|
|
307
307
|
--vkui--font_h1--font_size--regular: 24px;
|
|
308
308
|
--vkui--font_h1--line_height--regular: 28px;
|
|
309
|
-
--vkui--font_h1--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
309
|
+
--vkui--font_h1--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
310
310
|
--vkui--font_h1--font_weight--regular: 500;
|
|
311
311
|
--vkui--font_h1--font_size--compact: 32px;
|
|
312
312
|
--vkui--font_h1--line_height--compact: 36px;
|
|
313
313
|
--vkui--font_h2--font_size--regular: 20px;
|
|
314
314
|
--vkui--font_h2--line_height--regular: 26px;
|
|
315
|
-
--vkui--font_h2--font_family--regular: MailSans, Helvetica, Arial, sans-serif;
|
|
315
|
+
--vkui--font_h2--font_family--regular: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
316
316
|
--vkui--font_h2--font_weight--regular: 500;
|
|
317
317
|
--vkui--font_h2--font_size--compact: 28px;
|
|
318
318
|
--vkui--font_h2--line_height--compact: 32px;
|
|
@@ -631,18 +631,27 @@
|
|
|
631
631
|
--vkui--color_accent_red: #ED0A34;
|
|
632
632
|
--vkui--color_accent_red--hover: #E40A34;
|
|
633
633
|
--vkui--color_accent_red--active: #DA0A35;
|
|
634
|
-
--vkui--
|
|
635
|
-
--vkui--
|
|
636
|
-
--vkui--
|
|
634
|
+
--vkui--color_accent_orange_fire: #F05C44;
|
|
635
|
+
--vkui--color_accent_orange_fire--hover: #E65944;
|
|
636
|
+
--vkui--color_accent_orange_fire--active: #DD5643;
|
|
637
637
|
--vkui--color_accent_orange: #FF9E00;
|
|
638
638
|
--vkui--color_accent_orange--hover: #F59802;
|
|
639
639
|
--vkui--color_accent_orange--active: #EB9305;
|
|
640
640
|
--vkui--color_accent_orange_peach: #F9B54F;
|
|
641
641
|
--vkui--color_accent_orange_peach--hover: #EFAE4E;
|
|
642
642
|
--vkui--color_accent_orange_peach--active: #E5A84E;
|
|
643
|
-
--vkui--
|
|
644
|
-
--vkui--
|
|
645
|
-
--vkui--
|
|
643
|
+
--vkui--color_accent_lime: #B8FC75;
|
|
644
|
+
--vkui--color_accent_lime--hover: #B1F373;
|
|
645
|
+
--vkui--color_accent_lime--active: #A9E971;
|
|
646
|
+
--vkui--color_accent_green: #0DC268;
|
|
647
|
+
--vkui--color_accent_green--hover: #0CBB66;
|
|
648
|
+
--vkui--color_accent_green--active: #0CB465;
|
|
649
|
+
--vkui--color_accent_cyan: #07E5F9;
|
|
650
|
+
--vkui--color_accent_cyan--hover: #07DCF1;
|
|
651
|
+
--vkui--color_accent_cyan--active: #06D4EA;
|
|
652
|
+
--vkui--color_accent_azure: #0077FF;
|
|
653
|
+
--vkui--color_accent_azure--hover: #0073F7;
|
|
654
|
+
--vkui--color_accent_azure--active: #006FEF;
|
|
646
655
|
--vkui--color_accent_purple: #4F6DDC;
|
|
647
656
|
--vkui--color_accent_purple--hover: #4C69D6;
|
|
648
657
|
--vkui--color_accent_purple--active: #4966CF;
|
|
@@ -652,6 +661,9 @@
|
|
|
652
661
|
--vkui--color_accent_raspberry_pink: #E03FAB;
|
|
653
662
|
--vkui--color_accent_raspberry_pink--hover: #D73DA7;
|
|
654
663
|
--vkui--color_accent_raspberry_pink--active: #CE3BA2;
|
|
664
|
+
--vkui--color_accent_pink: #FF3985;
|
|
665
|
+
--vkui--color_accent_pink--hover: #F53782;
|
|
666
|
+
--vkui--color_accent_pink--active: #EB367F;
|
|
655
667
|
--vkui--color_accent_secondary: #FF9E00;
|
|
656
668
|
--vkui--color_accent_secondary--hover: #F59802;
|
|
657
669
|
--vkui--color_accent_secondary--active: #EB9305;
|
|
@@ -1154,8 +1166,8 @@
|
|
|
1154
1166
|
font-size: var(--vkui--font_display_title1--font_size--regular, 23px);
|
|
1155
1167
|
line-height: 28px;
|
|
1156
1168
|
line-height: var(--vkui--font_display_title1--line_height--regular, 28px);
|
|
1157
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1158
|
-
font-family: var(--vkui--font_display_title1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1169
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1170
|
+
font-family: var(--vkui--font_display_title1--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1159
1171
|
font-weight: 500;
|
|
1160
1172
|
font-weight: var(--vkui--font_display_title1--font_weight--regular, 500);
|
|
1161
1173
|
}
|
|
@@ -1170,8 +1182,8 @@
|
|
|
1170
1182
|
font-size: var(--vkui--font_display_title2--font_size--regular, 21px);
|
|
1171
1183
|
line-height: 26px;
|
|
1172
1184
|
line-height: var(--vkui--font_display_title2--line_height--regular, 26px);
|
|
1173
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1174
|
-
font-family: var(--vkui--font_display_title2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1185
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1186
|
+
font-family: var(--vkui--font_display_title2--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1175
1187
|
font-weight: 500;
|
|
1176
1188
|
font-weight: var(--vkui--font_display_title2--font_weight--regular, 500);
|
|
1177
1189
|
}
|
|
@@ -1186,8 +1198,8 @@
|
|
|
1186
1198
|
font-size: var(--vkui--font_display_title2--font_size--compact, 22px);
|
|
1187
1199
|
line-height: 22px;
|
|
1188
1200
|
line-height: var(--vkui--font_display_title2--line_height--compact, 22px);
|
|
1189
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1190
|
-
font-family: var(--vkui--font_display_title2--font_family--compact, MailSans, Helvetica, Arial, sans-serif);
|
|
1201
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1202
|
+
font-family: var(--vkui--font_display_title2--font_family--compact, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1191
1203
|
font-weight: 500;
|
|
1192
1204
|
font-weight: var(--vkui--font_display_title2--font_weight--compact, 500);
|
|
1193
1205
|
}
|
|
@@ -1196,8 +1208,8 @@
|
|
|
1196
1208
|
font-size: var(--vkui--font_display_title3--font_size--regular, 19px);
|
|
1197
1209
|
line-height: 24px;
|
|
1198
1210
|
line-height: var(--vkui--font_display_title3--line_height--regular, 24px);
|
|
1199
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1200
|
-
font-family: var(--vkui--font_display_title3--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1211
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1212
|
+
font-family: var(--vkui--font_display_title3--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1201
1213
|
font-weight: 500;
|
|
1202
1214
|
font-weight: var(--vkui--font_display_title3--font_weight--regular, 500);
|
|
1203
1215
|
}
|
|
@@ -1212,8 +1224,8 @@
|
|
|
1212
1224
|
font-size: var(--vkui--font_display_title4--font_size--regular, 17px);
|
|
1213
1225
|
line-height: 24px;
|
|
1214
1226
|
line-height: var(--vkui--font_display_title4--line_height--regular, 24px);
|
|
1215
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1216
|
-
font-family: var(--vkui--font_display_title4--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1227
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1228
|
+
font-family: var(--vkui--font_display_title4--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1217
1229
|
font-weight: 500;
|
|
1218
1230
|
font-weight: var(--vkui--font_display_title4--font_weight--regular, 500);
|
|
1219
1231
|
}
|
|
@@ -1332,8 +1344,8 @@
|
|
|
1332
1344
|
font-size: var(--vkui--font_headline2--font_size--regular, 15px);
|
|
1333
1345
|
line-height: 20px;
|
|
1334
1346
|
line-height: var(--vkui--font_headline2--line_height--regular, 20px);
|
|
1335
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1336
|
-
font-family: var(--vkui--font_headline2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1347
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1348
|
+
font-family: var(--vkui--font_headline2--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1337
1349
|
font-weight: 500;
|
|
1338
1350
|
font-weight: var(--vkui--font_headline2--font_weight--regular, 500);
|
|
1339
1351
|
}
|
|
@@ -1348,8 +1360,8 @@
|
|
|
1348
1360
|
font-size: var(--vkui--font_headline2--font_size--compact, 14px);
|
|
1349
1361
|
line-height: 20px;
|
|
1350
1362
|
line-height: var(--vkui--font_headline2--line_height--compact, 20px);
|
|
1351
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1352
|
-
font-family: var(--vkui--font_headline2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1363
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1364
|
+
font-family: var(--vkui--font_headline2--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1353
1365
|
font-weight: 500;
|
|
1354
1366
|
font-weight: var(--vkui--font_headline2--font_weight--regular, 500);
|
|
1355
1367
|
}
|
|
@@ -1684,8 +1696,8 @@
|
|
|
1684
1696
|
font-size: var(--vkui--font_h0--font_size--regular, 28px);
|
|
1685
1697
|
line-height: 32px;
|
|
1686
1698
|
line-height: var(--vkui--font_h0--line_height--regular, 32px);
|
|
1687
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1688
|
-
font-family: var(--vkui--font_h0--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1699
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1700
|
+
font-family: var(--vkui--font_h0--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1689
1701
|
font-weight: 500;
|
|
1690
1702
|
font-weight: var(--vkui--font_h0--font_weight--regular, 500);
|
|
1691
1703
|
}
|
|
@@ -1700,8 +1712,8 @@
|
|
|
1700
1712
|
font-size: var(--vkui--font_h0--font_size--compact, 44px);
|
|
1701
1713
|
line-height: 52px;
|
|
1702
1714
|
line-height: var(--vkui--font_h0--line_height--compact, 52px);
|
|
1703
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1704
|
-
font-family: var(--vkui--font_h0--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1715
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1716
|
+
font-family: var(--vkui--font_h0--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1705
1717
|
font-weight: 500;
|
|
1706
1718
|
font-weight: var(--vkui--font_h0--font_weight--regular, 500);
|
|
1707
1719
|
}
|
|
@@ -1710,8 +1722,8 @@
|
|
|
1710
1722
|
font-size: var(--vkui--font_h1--font_size--regular, 24px);
|
|
1711
1723
|
line-height: 28px;
|
|
1712
1724
|
line-height: var(--vkui--font_h1--line_height--regular, 28px);
|
|
1713
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1714
|
-
font-family: var(--vkui--font_h1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1725
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1726
|
+
font-family: var(--vkui--font_h1--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1715
1727
|
font-weight: 500;
|
|
1716
1728
|
font-weight: var(--vkui--font_h1--font_weight--regular, 500);
|
|
1717
1729
|
}
|
|
@@ -1726,8 +1738,8 @@
|
|
|
1726
1738
|
font-size: var(--vkui--font_h1--font_size--compact, 32px);
|
|
1727
1739
|
line-height: 36px;
|
|
1728
1740
|
line-height: var(--vkui--font_h1--line_height--compact, 36px);
|
|
1729
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1730
|
-
font-family: var(--vkui--font_h1--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1741
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1742
|
+
font-family: var(--vkui--font_h1--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1731
1743
|
font-weight: 500;
|
|
1732
1744
|
font-weight: var(--vkui--font_h1--font_weight--regular, 500);
|
|
1733
1745
|
}
|
|
@@ -1736,8 +1748,8 @@
|
|
|
1736
1748
|
font-size: var(--vkui--font_h2--font_size--regular, 20px);
|
|
1737
1749
|
line-height: 26px;
|
|
1738
1750
|
line-height: var(--vkui--font_h2--line_height--regular, 26px);
|
|
1739
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1740
|
-
font-family: var(--vkui--font_h2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1751
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1752
|
+
font-family: var(--vkui--font_h2--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1741
1753
|
font-weight: 500;
|
|
1742
1754
|
font-weight: var(--vkui--font_h2--font_weight--regular, 500);
|
|
1743
1755
|
}
|
|
@@ -1752,8 +1764,8 @@
|
|
|
1752
1764
|
font-size: var(--vkui--font_h2--font_size--compact, 28px);
|
|
1753
1765
|
line-height: 32px;
|
|
1754
1766
|
line-height: var(--vkui--font_h2--line_height--compact, 32px);
|
|
1755
|
-
font-family: MailSans, Helvetica, Arial, sans-serif;
|
|
1756
|
-
font-family: var(--vkui--font_h2--font_family--regular, MailSans, Helvetica, Arial, sans-serif);
|
|
1767
|
+
font-family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1768
|
+
font-family: var(--vkui--font_h2--font_family--regular, VKSansDisplay, MailSans, Helvetica, Arial, sans-serif);
|
|
1757
1769
|
font-weight: 500;
|
|
1758
1770
|
font-weight: var(--vkui--font_h2--font_weight--regular, 500);
|
|
1759
1771
|
}
|
|
@@ -1839,7 +1851,7 @@
|
|
|
1839
1851
|
:root {
|
|
1840
1852
|
--vkui--font_display_title1--font_size: 23px;
|
|
1841
1853
|
--vkui--font_display_title1--line_height: 28px;
|
|
1842
|
-
--vkui--font_display_title1--font_family: MailSans, Helvetica, Arial, sans-serif;
|
|
1854
|
+
--vkui--font_display_title1--font_family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1843
1855
|
--vkui--font_display_title1--font_weight: 500;
|
|
1844
1856
|
--vkui--font_display_title2--font_size: var(--vkui--font_display_title2--font_size--regular);
|
|
1845
1857
|
--vkui--font_display_title2--line_height: var(--vkui--font_display_title2--line_height--regular);
|
|
@@ -1847,11 +1859,11 @@
|
|
|
1847
1859
|
--vkui--font_display_title2--font_weight: var(--vkui--font_display_title2--font_weight--regular);
|
|
1848
1860
|
--vkui--font_display_title3--font_size: 19px;
|
|
1849
1861
|
--vkui--font_display_title3--line_height: 24px;
|
|
1850
|
-
--vkui--font_display_title3--font_family: MailSans, Helvetica, Arial, sans-serif;
|
|
1862
|
+
--vkui--font_display_title3--font_family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1851
1863
|
--vkui--font_display_title3--font_weight: 500;
|
|
1852
1864
|
--vkui--font_display_title4--font_size: 17px;
|
|
1853
1865
|
--vkui--font_display_title4--line_height: 24px;
|
|
1854
|
-
--vkui--font_display_title4--font_family: MailSans, Helvetica, Arial, sans-serif;
|
|
1866
|
+
--vkui--font_display_title4--font_family: VKSansDisplay, MailSans, Helvetica, Arial, sans-serif;
|
|
1855
1867
|
--vkui--font_display_title4--font_weight: 500;
|
|
1856
1868
|
--vkui--font_title1--font_size: var(--vkui--font_title1--font_size--regular);
|
|
1857
1869
|
--vkui--font_title1--line_height: var(--vkui--font_title1--line_height--regular);
|