@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
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/dist/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
|
@@ -1,14 +1,39 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* density-compact.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.601Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
/* ============================================
|
|
9
|
+
COMPONENT
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
/* Component - Button */
|
|
13
|
+
/**
|
|
14
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
15
|
+
*/
|
|
16
|
+
--button-content-gap-space: 6px;
|
|
17
|
+
/**
|
|
18
|
+
* This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
19
|
+
*/
|
|
20
|
+
--button-stack-space: 6px;
|
|
21
|
+
/**
|
|
22
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19
|
|
23
|
+
*/
|
|
24
|
+
--button-label-font-size: 15px;
|
|
25
|
+
/**
|
|
26
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
27
|
+
*/
|
|
28
|
+
--button-inline-space: 16px;
|
|
29
|
+
|
|
30
|
+
/* Component - Inputfield */
|
|
10
31
|
--input-field-inline-space: 16px;
|
|
11
32
|
--input-field-stack-space: 6px;
|
|
12
33
|
--input-field-height-size: 36px;
|
|
13
|
-
|
|
34
|
+
/**
|
|
35
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19
|
|
36
|
+
*/
|
|
37
|
+
--input-field-label-font-size: 16px;
|
|
38
|
+
|
|
14
39
|
}
|
|
@@ -1,14 +1,39 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* density-default.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.643Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
/* ============================================
|
|
9
|
+
COMPONENT
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
/* Component - Button */
|
|
13
|
+
/**
|
|
14
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
15
|
+
*/
|
|
16
|
+
--button-content-gap-space: 8px;
|
|
17
|
+
/**
|
|
18
|
+
* This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
19
|
+
*/
|
|
20
|
+
--button-stack-space: 8px;
|
|
21
|
+
/**
|
|
22
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19
|
|
23
|
+
*/
|
|
24
|
+
--button-label-font-size: 17px;
|
|
25
|
+
/**
|
|
26
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
27
|
+
*/
|
|
28
|
+
--button-inline-space: 20px;
|
|
29
|
+
|
|
30
|
+
/* Component - Inputfield */
|
|
10
31
|
--input-field-inline-space: 16px;
|
|
11
32
|
--input-field-stack-space: 8px;
|
|
12
33
|
--input-field-height-size: 40px;
|
|
13
|
-
|
|
34
|
+
/**
|
|
35
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19
|
|
36
|
+
*/
|
|
37
|
+
--input-field-label-font-size: 17px;
|
|
38
|
+
|
|
14
39
|
}
|
|
@@ -1,14 +1,39 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* density-spacious.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.685Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
8
|
+
/* ============================================
|
|
9
|
+
COMPONENT
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
/* Component - Button */
|
|
13
|
+
/**
|
|
14
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
15
|
+
*/
|
|
16
|
+
--button-content-gap-space: 8px;
|
|
17
|
+
/**
|
|
18
|
+
* This variable is in the SpaceScaling collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
19
|
+
*/
|
|
20
|
+
--button-stack-space: 12px;
|
|
21
|
+
/**
|
|
22
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across devices: 15 - 17 - 19
|
|
23
|
+
*/
|
|
24
|
+
--button-label-font-size: 19px;
|
|
25
|
+
/**
|
|
26
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes.
|
|
27
|
+
*/
|
|
28
|
+
--button-inline-space: 24px;
|
|
29
|
+
|
|
30
|
+
/* Component - Inputfield */
|
|
10
31
|
--input-field-inline-space: 16px;
|
|
11
32
|
--input-field-stack-space: 12px;
|
|
12
33
|
--input-field-height-size: 48px;
|
|
13
|
-
|
|
34
|
+
/**
|
|
35
|
+
* This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19
|
|
36
|
+
*/
|
|
37
|
+
--input-field-label-font-size: 19px;
|
|
38
|
+
|
|
14
39
|
}
|
|
@@ -1,60 +1,116 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* brandcolormapping.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:54.804Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
--
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
--
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
--
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
--
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
--text-color
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
--
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
--
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
--breaking-news-text-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
--breaking-news-surface-color-dark: #E9ECEF;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
--
|
|
51
|
-
|
|
52
|
-
|
|
8
|
+
/* ============================================
|
|
9
|
+
COMPONENT
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
--chip-color-active: #DD0000;
|
|
13
|
+
|
|
14
|
+
/* Component - Avatar */
|
|
15
|
+
/**
|
|
16
|
+
* 09-2025 css --article-author-name-color // Bild: 015; SpoBi: 045
|
|
17
|
+
*/
|
|
18
|
+
--avatar-label-color: #232629;
|
|
19
|
+
/**
|
|
20
|
+
* 09-2025 css --article-author-name-color // Bild: 100; SpoBi: 093
|
|
21
|
+
*/
|
|
22
|
+
--avatar-label-color-dark: #FFFFFF;
|
|
23
|
+
/**
|
|
24
|
+
* This variable is used for decorating the avatar text's underline color. Bild: 046; SpoBi: 029
|
|
25
|
+
*/
|
|
26
|
+
--avatar-label-color-hover: #DD0000;
|
|
27
|
+
|
|
28
|
+
/* Component - BreakingNews */
|
|
29
|
+
/**
|
|
30
|
+
* This variable is used on the text for headlines in the horizontally animated breaking news strip. Bild: 100 ; SpoBi: 015
|
|
31
|
+
*/
|
|
32
|
+
--breaking-news-text-content-color: #FFFFFF;
|
|
33
|
+
/**
|
|
34
|
+
* This variable is used on the breaking news strip that has horizontally animated headlines. Bild: 015 ; SpoBi: 081
|
|
35
|
+
*/
|
|
36
|
+
--breaking-news-surface-color: #232629;
|
|
37
|
+
/**
|
|
38
|
+
* This variable is used for the background color of the "Breaking News" title. Bild: 067 ; SpoBi: 016
|
|
39
|
+
*/
|
|
40
|
+
--breaking-news-title-surface-color: #FD8227;
|
|
41
|
+
/**
|
|
42
|
+
* This variable is used for the color of the "breaking" word in the "breaking news" horizontally animated headlines strip. Bild: 010 ; SpoBi: 081
|
|
43
|
+
*/
|
|
44
|
+
--breaking-news-top-title-text-color: #1C1C1C;
|
|
45
|
+
/**
|
|
46
|
+
* This variable is for the background color of the horizontally animated strip with headlines for breaking news on dark mode. Bild: 093 ; SpoBi: 081
|
|
47
|
+
*/
|
|
48
|
+
--breaking-news-surface-color-dark: #E9ECEF;
|
|
49
|
+
/**
|
|
50
|
+
* This variable is used on the text for headlines in the horizontally animated breaking news strip on dark mode. Bild&SpoBi: 015
|
|
51
|
+
*/
|
|
52
|
+
--breaking-news-text-content-color-dark: #232629;
|
|
53
|
+
/**
|
|
54
|
+
* This variable is used for the color of the "News" word in the breaking news horizontal animated headlines strip. Bild: 010 ; SpoBi: 100
|
|
55
|
+
*/
|
|
56
|
+
--breaking-news-bottom-title-text-color: #1C1C1C;
|
|
57
|
+
|
|
58
|
+
/* Component - Button - PrimaryBrand */
|
|
59
|
+
/**
|
|
60
|
+
* Bild: 046 ; SpoBi: 029
|
|
61
|
+
*/
|
|
62
|
+
--primary-brand-button-primary-bg-color-idle: #DD0000;
|
|
63
|
+
/**
|
|
64
|
+
* This variable controls the primary button idle color for two brands in dark mode. Bild: 046 ; SpoBi: 038
|
|
65
|
+
*/
|
|
66
|
+
--primary-brand-button-primary-bg-color-idle-dark: #DD0000;
|
|
67
|
+
/**
|
|
68
|
+
* Bild: 035 ; SpoBi: 016
|
|
69
|
+
*/
|
|
70
|
+
--primary-brand-button-primary-bg-color-hover: #AF0002;
|
|
71
|
+
/**
|
|
72
|
+
* This variable stores colors for the hover state of primary buttons for two brands in dark mode. Bild: 035 ; SpoBi: 029
|
|
73
|
+
*/
|
|
74
|
+
--primary-brand-button-primary-bg-color-hover-dark: #AF0002;
|
|
75
|
+
|
|
76
|
+
/* Component - Button - PrimaryNeutral */
|
|
77
|
+
/**
|
|
78
|
+
* Bild & SpoBi: Tone 015
|
|
79
|
+
*/
|
|
80
|
+
--primary-neutral-button-primary-bg-color-idle: #232629;
|
|
81
|
+
/**
|
|
82
|
+
* Bild & SpoBi: Tone 035
|
|
83
|
+
*/
|
|
84
|
+
--primary-neutral-button-primary-bg-color-hover: #4B525A;
|
|
85
|
+
/**
|
|
86
|
+
* Bild & SpoBi: Tone 100
|
|
87
|
+
*/
|
|
88
|
+
--primary-neutral-button-primary-bg-color-idle-dark: #FFFFFF;
|
|
89
|
+
/**
|
|
90
|
+
* Bild: 093 ; SpoBi: 081
|
|
91
|
+
*/
|
|
92
|
+
--primary-neutral-button-primary-bg-color-hover-dark: #E9ECEF;
|
|
93
|
+
|
|
94
|
+
/* Component - Menu */
|
|
95
|
+
/**
|
|
96
|
+
* This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component.
|
|
97
|
+
*/
|
|
98
|
+
--menu-link-lane-surface-color: #FFFFFF;
|
|
99
|
+
/**
|
|
100
|
+
* This variable is used for making possible the default color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
101
|
+
*/
|
|
102
|
+
--menu-link-lane-label-color: #4B525A;
|
|
53
103
|
--menu-link-lane-label-color-dark: #8C9196;
|
|
54
|
-
|
|
104
|
+
/**
|
|
105
|
+
* This variable is used for making possible the default color difference between the Bild and SportBild link lanes inside the menu component on Dark mode.
|
|
106
|
+
*/
|
|
107
|
+
--menu-link-lane-surface-color-dark: #232629;
|
|
55
108
|
--menu-link-color-border-active: #DD0000;
|
|
56
109
|
--menu-link-color-border-active-dark: #FFFFFF;
|
|
57
|
-
|
|
110
|
+
/**
|
|
111
|
+
* This variable is used for making possible the active color difference between the Bild and SportBild link lane labels inside the menu component.
|
|
112
|
+
*/
|
|
113
|
+
--menu-link-lane-label-color-active: #232629;
|
|
58
114
|
--app-top-bar-surface-color: #FFFFFF;
|
|
59
115
|
--app-top-bar-bg-color-dark: #343C41;
|
|
60
116
|
--app-bottom-tab-bar-bg-color: #FFFFFF;
|
|
@@ -67,8 +123,136 @@
|
|
|
67
123
|
--app-tob-bar-tab-nav-bottom-border-dark: #4B525A;
|
|
68
124
|
--app-tob-bar-tab-nav-bottom-border-active: #DD0000;
|
|
69
125
|
--app-tob-bar-tab-nav-bottom-border-active-dark: #FFFFFF;
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
--
|
|
73
|
-
--
|
|
126
|
+
|
|
127
|
+
/* Component - Teaser */
|
|
128
|
+
--teaser-title-background-gradient-start: rgba(0, 0, 0, 0.699999988079071);
|
|
129
|
+
--teaser-title-background-gradient-stop: rgba(0, 0, 0, 0);
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
/* ============================================
|
|
133
|
+
GLOBAL
|
|
134
|
+
============================================ */
|
|
135
|
+
|
|
136
|
+
/* Global - Attention */
|
|
137
|
+
/**
|
|
138
|
+
* Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers.
|
|
139
|
+
*/
|
|
140
|
+
--accent-color-primary: #DD0000;
|
|
141
|
+
/**
|
|
142
|
+
* Bild: 100 ; SpoBi: 098
|
|
143
|
+
*/
|
|
144
|
+
--accent-color-primary-dark: #FFFFFF;
|
|
145
|
+
|
|
146
|
+
/* Global - Core */
|
|
147
|
+
/**
|
|
148
|
+
* Bild: 046; SpoBi: 016 current css calls this variable main tenant color
|
|
149
|
+
*/
|
|
150
|
+
--core-color-primary: #DD0000;
|
|
151
|
+
/**
|
|
152
|
+
* Bild&SpoBi Tone 100
|
|
153
|
+
*/
|
|
154
|
+
--core-color-secondary: #FFFFFF;
|
|
155
|
+
/**
|
|
156
|
+
* Bild: 015 ; SpoBi: 010
|
|
157
|
+
*/
|
|
158
|
+
--core-color-secondary-dark: #232629;
|
|
159
|
+
/**
|
|
160
|
+
* Bild: 015 ; SpoBi: 010
|
|
161
|
+
*/
|
|
162
|
+
--core-color-tertiary: #232629;
|
|
163
|
+
/**
|
|
164
|
+
* Bild&SpoBi: 100
|
|
165
|
+
*/
|
|
166
|
+
--core-color-tertiary-dark: #FFFFFF;
|
|
167
|
+
|
|
168
|
+
/* Global - State */
|
|
169
|
+
/**
|
|
170
|
+
* Bild: 046 ; SpoBi: 029
|
|
171
|
+
*/
|
|
172
|
+
--color-primary-active: #DD0000;
|
|
173
|
+
/**
|
|
174
|
+
* Bild: 046 ; SpoBi: 098
|
|
175
|
+
*/
|
|
176
|
+
--color-primary-active-dark: #DD0000;
|
|
177
|
+
|
|
178
|
+
/* Global - Surface */
|
|
179
|
+
/**
|
|
180
|
+
* Bild: 100 ; SpoBi: 100
|
|
181
|
+
*/
|
|
182
|
+
--surface-color-primary: #FFFFFF;
|
|
183
|
+
/**
|
|
184
|
+
* Bild: 015 ; SpoBi: 010
|
|
185
|
+
*/
|
|
186
|
+
--surface-color-primary-dark: #232629;
|
|
187
|
+
/**
|
|
188
|
+
* Bild: 096 ; SpoBi: 098
|
|
189
|
+
*/
|
|
190
|
+
--surface-color-secondary: #F2F4F5;
|
|
191
|
+
/**
|
|
192
|
+
* Bild: 020 ; SpoBi: 016
|
|
193
|
+
*/
|
|
194
|
+
--surface-color-secondary-dark: #2C3138;
|
|
195
|
+
/**
|
|
196
|
+
* Bild: 093 ; SpoBi: 081
|
|
197
|
+
*/
|
|
198
|
+
--surface-color-tertiary: #E9ECEF;
|
|
199
|
+
/**
|
|
200
|
+
* Bild: 025 ; SpoBi: 029
|
|
201
|
+
*/
|
|
202
|
+
--surface-color-tertiary-dark: #343C41;
|
|
203
|
+
/**
|
|
204
|
+
* Bild: 085 ; SpoBi: 085
|
|
205
|
+
*/
|
|
206
|
+
--surface-color-quartenary: #CED4DA;
|
|
207
|
+
/**
|
|
208
|
+
* Bild: 035 ; SpoBi: 035
|
|
209
|
+
*/
|
|
210
|
+
--surface-color-quartenary-dark: #4B525A;
|
|
211
|
+
|
|
212
|
+
/* Global - Text */
|
|
213
|
+
/**
|
|
214
|
+
* Bild & SpoBi: Tone 015
|
|
215
|
+
*/
|
|
216
|
+
--text-color-primary: #232629;
|
|
217
|
+
/**
|
|
218
|
+
* Bild & SpoBi: Tone 093
|
|
219
|
+
*/
|
|
220
|
+
--text-color-primary-dark: #E9ECEF;
|
|
221
|
+
/**
|
|
222
|
+
* Bild: 015 ; SpoBi: 016
|
|
223
|
+
*/
|
|
224
|
+
--headline-color-primary: #232629;
|
|
225
|
+
/**
|
|
226
|
+
* Bild&SpoBi: Tone 100
|
|
227
|
+
*/
|
|
228
|
+
--headline-color-primary-dark: #FFFFFF;
|
|
229
|
+
/**
|
|
230
|
+
* This variable is used on kicker texts that are on top of a color that is different from the outer color of the overall user interface. Bild & SpoBi: Tone 100
|
|
231
|
+
*/
|
|
232
|
+
--kicker-text-color-on-bg: #FFFFFF;
|
|
233
|
+
/**
|
|
234
|
+
* This variable is used for the color of kicker texts that are not no top of a different color of the overall user interface. Bild: 046 ; SpoBi: 060
|
|
235
|
+
*/
|
|
236
|
+
--kicker-text-color-on-surface: #DD0000;
|
|
237
|
+
/**
|
|
238
|
+
* Use this variable for kicker texts that are directly on top of the color of the overall user interface. Bild & SpoBi tone 060.
|
|
239
|
+
*/
|
|
240
|
+
--kicker-text-color-on-surface-dark: #8C9196;
|
|
241
|
+
/**
|
|
242
|
+
* Bild & SpoBi: Tone 060
|
|
243
|
+
*/
|
|
244
|
+
--text-color-secondary: #8C9196;
|
|
245
|
+
/**
|
|
246
|
+
* Bild & SpoBi: Tone 060
|
|
247
|
+
*/
|
|
248
|
+
--text-color-secondary-dark: #8C9196;
|
|
249
|
+
/**
|
|
250
|
+
* Use this variable for the color immediately behind the bounding box of the kicker text element. Bild: 046 ; SpoBi: 029
|
|
251
|
+
*/
|
|
252
|
+
--kicker-bg-color-on-surface: #DD0000;
|
|
253
|
+
/**
|
|
254
|
+
* Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060
|
|
255
|
+
*/
|
|
256
|
+
--kicker-bg-color-on-surface-dark: #8C9196;
|
|
257
|
+
|
|
74
258
|
}
|