@marioschmidt/design-system-tokens 1.0.9
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/LICENSE +21 -0
- package/README.md +767 -0
- package/dist/css/base/index.css +8 -0
- package/dist/css/base/primitive-color-value-global.css +100 -0
- package/dist/css/base/primitive-color-value.css +100 -0
- package/dist/css/base/primitive-font-value-global.css +49 -0
- package/dist/css/base/primitive-font-value.css +49 -0
- package/dist/css/base/primitive-size-value-global.css +55 -0
- package/dist/css/base/primitive-size-value.css +55 -0
- package/dist/css/base/primitive-space-value-global.css +31 -0
- package/dist/css/base/primitive-space-value.css +31 -0
- package/dist/css/density/density-compact-global.css +14 -0
- package/dist/css/density/density-compact.css +14 -0
- package/dist/css/density/density-default-global.css +14 -0
- package/dist/css/density/density-default.css +14 -0
- package/dist/css/density/density-spacious-global.css +14 -0
- package/dist/css/density/density-spacious.css +14 -0
- package/dist/css/density/index.css +7 -0
- package/dist/css/mapping/brand-advertorial-global.css +277 -0
- package/dist/css/mapping/brand-advertorial.css +277 -0
- package/dist/css/mapping/brand-bild-global.css +277 -0
- package/dist/css/mapping/brand-bild.css +277 -0
- package/dist/css/mapping/brand-color-bild-global.css +74 -0
- package/dist/css/mapping/brand-color-bild.css +74 -0
- package/dist/css/mapping/brand-color-sportbild-global.css +74 -0
- package/dist/css/mapping/brand-color-sportbild.css +74 -0
- package/dist/css/mapping/brand-sportbild-global.css +277 -0
- package/dist/css/mapping/brand-sportbild.css +277 -0
- package/dist/css/mapping/index.css +9 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-md.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs-global.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.css +490 -0
- package/dist/css/semantic/advertorial/breakpoints/index.css +8 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-dark.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light-global.css +425 -0
- package/dist/css/semantic/advertorial/color/color-advertorial-light.css +425 -0
- package/dist/css/semantic/advertorial/color/index.css +6 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-lg.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-md.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-sm.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs-global.css +490 -0
- package/dist/css/semantic/bild/breakpoints/breakpoint-bild-xs.css +490 -0
- package/dist/css/semantic/bild/breakpoints/index.css +8 -0
- package/dist/css/semantic/bild/color/color-bild-dark-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-dark.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light-global.css +425 -0
- package/dist/css/semantic/bild/color/color-bild-light.css +425 -0
- package/dist/css/semantic/bild/color/index.css +6 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-md.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs-global.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.css +490 -0
- package/dist/css/semantic/sportbild/breakpoints/index.css +8 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-dark.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light-global.css +425 -0
- package/dist/css/semantic/sportbild/color/color-sportbild-light.css +425 -0
- package/dist/css/semantic/sportbild/color/index.css +6 -0
- package/dist/js/base/index.js +15 -0
- package/dist/js/base/primitive-color-value.js +98 -0
- package/dist/js/base/primitive-font-value.js +47 -0
- package/dist/js/base/primitive-size-value.js +53 -0
- package/dist/js/base/primitive-space-value.js +29 -0
- package/dist/js/density/density-compact.js +12 -0
- package/dist/js/density/density-default.js +12 -0
- package/dist/js/density/density-spacious.js +12 -0
- package/dist/js/density/index.js +13 -0
- package/dist/js/mapping/brand-advertorial.js +276 -0
- package/dist/js/mapping/brand-bild.js +277 -0
- package/dist/js/mapping/brand-color-bild.js +78 -0
- package/dist/js/mapping/brand-color-sportbild.js +78 -0
- package/dist/js/mapping/brand-sportbild.js +280 -0
- package/dist/js/mapping/index.js +17 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-md.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.js +477 -0
- package/dist/js/semantic/advertorial/breakpoints/index.js +15 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-dark.js +347 -0
- package/dist/js/semantic/advertorial/color/color-advertorial-light.js +343 -0
- package/dist/js/semantic/advertorial/color/index.js +11 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-lg.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-md.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-sm.js +478 -0
- package/dist/js/semantic/bild/breakpoints/breakpoint-bild-xs.js +478 -0
- package/dist/js/semantic/bild/breakpoints/index.js +15 -0
- package/dist/js/semantic/bild/color/color-bild-dark.js +347 -0
- package/dist/js/semantic/bild/color/color-bild-light.js +343 -0
- package/dist/js/semantic/bild/color/index.js +11 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-md.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.js +479 -0
- package/dist/js/semantic/sportbild/breakpoints/index.js +15 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-dark.js +347 -0
- package/dist/js/semantic/sportbild/color/color-sportbild-light.js +343 -0
- package/dist/js/semantic/sportbild/color/index.js +11 -0
- package/dist/json/base/primitive-color-value.json +148 -0
- package/dist/json/base/primitive-font-value.json +59 -0
- package/dist/json/base/primitive-size-value.json +51 -0
- package/dist/json/base/primitive-space-value.json +27 -0
- package/dist/json/density/density-compact.json +16 -0
- package/dist/json/density/density-default.json +16 -0
- package/dist/json/density/density-spacious.json +16 -0
- package/dist/json/mapping/brand-advertorial.json +393 -0
- package/dist/json/mapping/brand-bild.json +393 -0
- package/dist/json/mapping/brand-color-bild.json +98 -0
- package/dist/json/mapping/brand-color-sportbild.json +98 -0
- package/dist/json/mapping/brand-sportbild.json +393 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-md.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.json +686 -0
- package/dist/json/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.json +686 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-dark.json +307 -0
- package/dist/json/semantic/advertorial/color/color-advertorial-light.json +307 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-lg.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-md.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-sm.json +686 -0
- package/dist/json/semantic/bild/breakpoints/breakpoint-bild-xs.json +686 -0
- package/dist/json/semantic/bild/color/color-bild-dark.json +307 -0
- package/dist/json/semantic/bild/color/color-bild-light.json +307 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-md.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.json +686 -0
- package/dist/json/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.json +686 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-dark.json +307 -0
- package/dist/json/semantic/sportbild/color/color-sportbild-light.json +307 -0
- package/dist/manifest.json +183 -0
- package/dist/scss/base/index.scss +8 -0
- package/dist/scss/base/primitive-color-value.scss +97 -0
- package/dist/scss/base/primitive-font-value.scss +46 -0
- package/dist/scss/base/primitive-size-value.scss +52 -0
- package/dist/scss/base/primitive-space-value.scss +28 -0
- package/dist/scss/density/density-compact.scss +11 -0
- package/dist/scss/density/density-default.scss +11 -0
- package/dist/scss/density/density-spacious.scss +11 -0
- package/dist/scss/density/index.scss +7 -0
- package/dist/scss/mapping/brand-advertorial.scss +274 -0
- package/dist/scss/mapping/brand-bild.scss +274 -0
- package/dist/scss/mapping/brand-color-bild.scss +71 -0
- package/dist/scss/mapping/brand-color-sportbild.scss +71 -0
- package/dist/scss/mapping/brand-sportbild.scss +274 -0
- package/dist/scss/mapping/index.scss +9 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-lg.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-md.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-sm.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/breakpoint-advertorial-xs.scss +475 -0
- package/dist/scss/semantic/advertorial/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-dark.scss +318 -0
- package/dist/scss/semantic/advertorial/color/color-advertorial-light.scss +318 -0
- package/dist/scss/semantic/advertorial/color/index.scss +6 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-lg.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-md.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-sm.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/breakpoint-bild-xs.scss +475 -0
- package/dist/scss/semantic/bild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/bild/color/color-bild-dark.scss +318 -0
- package/dist/scss/semantic/bild/color/color-bild-light.scss +318 -0
- package/dist/scss/semantic/bild/color/index.scss +6 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-lg.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-md.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-sm.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/breakpoint-sportbild-xs.scss +475 -0
- package/dist/scss/semantic/sportbild/breakpoints/index.scss +8 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-dark.scss +318 -0
- package/dist/scss/semantic/sportbild/color/color-sportbild-light.scss +318 -0
- package/dist/scss/semantic/sportbild/color/index.scss +6 -0
- package/package.json +62 -0
|
@@ -0,0 +1,425 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
:root[data-color="light"] {
|
|
6
|
+
--semantic-core-core-color-primary: #0a264f; /** Used as the main brand color for key interactive elements such as primary buttons, active states, and prominent highlights. It remains constant across Light and Dark Mode. */
|
|
7
|
+
--semantic-core-core-color-secondary: #ffffff; /** Defines the secondary brand tone. This variable changes across Light and Dark Mode. */
|
|
8
|
+
--semantic-core-core-color-tertiary: #081729; /** Represents tertiary brand accents. This variable changes across Light and Dark Mode. */
|
|
9
|
+
--semantic-core-core-color-secondary-constant: #ffffff; /** Use this on elements that must maintain the white color even in dark mode. */
|
|
10
|
+
--semantic-core-core-color-tertiary-constant: #081729; /** Use this on elements that need to maintain the dark color across themes and color modes. */
|
|
11
|
+
--semantic-core-core-color-tertiary-vv-pipe-test: #476e94; /** this is a test for the token pipeline */
|
|
12
|
+
--semantic-core-leo-test-color: #476e94; /** this is a test for the token pipeline */
|
|
13
|
+
--semantic-attention-accent-color-primary: #174582; /** Primary accent color used to emphasize interactive or highlight elements such as links, selection states, or focus indicators. Adapts in Darkmode to a fully white tone. */
|
|
14
|
+
--semantic-attention-accent-color-primary-constant: #174582; /** Used for accent highlights that must remain visually consistent across themes (e.g., brand identifiers, logos, or fixed emphasis areas). Color value does not change between Light and Dark mode. */
|
|
15
|
+
--semantic-attention-attention-color-success-primary: #00c273; /** Primary success color used to indicate positive states, confirmations, or completed actions (e.g., success banners, icons, or badges). Remains the same across modes to ensure recognizability and consistency. */
|
|
16
|
+
--semantic-attention-attention-color-success-secondary: #006e3d; /** Secondary success tone used for secondary states. Maintains the same color in both Light and Dark mode for clarity. */
|
|
17
|
+
--semantic-attention-attention-color-extra-low: #ffffff; /** Very low-contrast background tone used for information or system-neutral surfaces, often for tooltips or quiet information highlights. Dynamic — light neutral in Light mode and dark neutral in Dark mode. */
|
|
18
|
+
--semantic-attention-attention-color-low: #ffbf00; /** Low-level warning or attention tone, typically used for informational or cautionary messages. Same yellow tone across Light and Dark to maintain recognition. */
|
|
19
|
+
--semantic-attention-attention-color-medium: #fc8226; /** Medium-level attention tone representing stronger caution or intermediate alert states. Commonly applied in warning messages. Constant — identical in both modes. */
|
|
20
|
+
--semantic-attention-attention-color-high: #de0000; /** High-level attention color used for errors, destructive actions, and critical alerts (e.g., delete actions, error states). Remains red in both Light and Dark mode for immediate recognition. */
|
|
21
|
+
/**
|
|
22
|
+
* Used for subtle dividers and low-emphasis borders in neutral areas (e.g., card outlines, input containers).
|
|
23
|
+
* Dynamic — light gray in Light mode, dark gray in Dark mode.
|
|
24
|
+
*/
|
|
25
|
+
--semantic-border-border-color-low-contrast: #e8edf0;
|
|
26
|
+
--semantic-border-border-color-low-contrast-constant: #e8edf0; /** Applies to UI elements that must visually remain the same regardless of theme (e.g., brand containers, static illustrations). Identical tone across Light and Dark mode. */
|
|
27
|
+
/**
|
|
28
|
+
* Medium-emphasis border color for standard outlines, input fields, or separators that require visible yet non-dominant contrast.
|
|
29
|
+
* Behavior: Dynamic — adjusts to maintain legibility in Light and Dark themes.
|
|
30
|
+
*/
|
|
31
|
+
--semantic-border-border-color-medium-contrast: #cfd4d9;
|
|
32
|
+
/**
|
|
33
|
+
* High-emphasis border color for clear delineation between surfaces (e.g., focus rings, high-contrast UI zones).
|
|
34
|
+
* Behavior: Dynamic — light surfaces use a darker neutral, dark surfaces a light neutral tone.
|
|
35
|
+
*/
|
|
36
|
+
--semantic-border-border-color-high-contrast: #242629;
|
|
37
|
+
/**
|
|
38
|
+
* Used for success states and validation borders (e.g., input success outlines or confirmation frames).
|
|
39
|
+
* Behavior: Constant — same success tone across modes for consistent feedback semantics.
|
|
40
|
+
*/
|
|
41
|
+
--semantic-border-border-color-success: #00c273;
|
|
42
|
+
/**
|
|
43
|
+
* Defines border color for warning and error-related components, typically used for input validation or caution zones.
|
|
44
|
+
* Behavior: Constant — retains the same red warning tone in both Light and Dark modes.
|
|
45
|
+
*/
|
|
46
|
+
--semantic-border-border-color-warning: #de0000;
|
|
47
|
+
--semantic-border-border-color-primary-disabled: #f2f5f5; /** Applied to disabled states of primary elements (e.g., buttons, inputs) to visually reduce emphasis and indicate inactivity. */
|
|
48
|
+
--semantic-border-border-color-secondary-disabled: #e8edf0; /** Used for secondary component borders in a disabled state (e.g., secondary buttons, inactive input outlines). */
|
|
49
|
+
--semantic-icon-icon-color-primary: #4a5259; /** Primary icon color on primary surfaces. */
|
|
50
|
+
/**
|
|
51
|
+
* Used for icons that must remain visually consistent regardless of mode (e.g., icons that are on surfaces that don't change color).
|
|
52
|
+
* Identical tone in both Light and Dark mode.
|
|
53
|
+
*/
|
|
54
|
+
--semantic-icon-icon-color-primary-constant: #4a5259;
|
|
55
|
+
/**
|
|
56
|
+
* Inverse icon color for use on contrasting backgrounds (e.g., light icons on dark surfaces or dark icons on bright surfaces).
|
|
57
|
+
* Behavior: Dynamic — switches between light and dark.
|
|
58
|
+
*/
|
|
59
|
+
--semantic-icon-icon-color-inverse: #cfd4d9;
|
|
60
|
+
--semantic-icon-icon-color-secondary-constant: #8c9196; /** Secondary icon tone for less prominent actions or supportive iconography (e.g., secondary buttons, tool icons). Remains unchanged across modes. */
|
|
61
|
+
/**
|
|
62
|
+
* Used for icons displayed on dark backgrounds that don´t change colors, ensuring sufficient contrast and legibility.
|
|
63
|
+
* Behavior: Constant — always uses a neutral bright value.
|
|
64
|
+
*/
|
|
65
|
+
--semantic-icon-icon-color-constant-on-dark: #f2f5f5;
|
|
66
|
+
/**
|
|
67
|
+
* Represents success or confirmation icons (e.g., checkmarks, completion indicators).
|
|
68
|
+
* Behavior: Constant — same success green tone across Light and Dark mode.
|
|
69
|
+
*/
|
|
70
|
+
--semantic-icon-icon-color-success: #00c273;
|
|
71
|
+
--semantic-overlay-overlay-scrim-black: rgba(0, 0, 0, 0.7); /** A semi-transparent black overlay used to dim background content when modals, drawers, or dialogs are active. Identical opacity and tone in both Light and Dark mode to ensure consistent overlay depth. */
|
|
72
|
+
/**
|
|
73
|
+
* A semi-transparent white overlay used to brighten or fade background layers, often applied behind bottom sheets or temporary panels.
|
|
74
|
+
* Behavior: Constant — same opacity level across modes to preserve uniform layering behavior.
|
|
75
|
+
*/
|
|
76
|
+
--semantic-overlay-overlay-scrim-white: rgba(255, 255, 255, 0.7);
|
|
77
|
+
/**
|
|
78
|
+
* Used to represent the active or pressed state of primary actions such as tabs or links.
|
|
79
|
+
* Behavior: Constant — identical value across modes for consistent interaction feedback.
|
|
80
|
+
*/
|
|
81
|
+
--semantic-state-color-primary-active: #174582;
|
|
82
|
+
/**
|
|
83
|
+
* Defines the active state color for secondary actions (e.g., secondary buttons, tabs, or toggles).
|
|
84
|
+
* Behavior: Dynamic — light gray in Light mode and bright gray in Dark mode to maintain perceptual balance.
|
|
85
|
+
*/
|
|
86
|
+
--semantic-state-color-secondary-active: #242629;
|
|
87
|
+
/**
|
|
88
|
+
* Inverse variant of the secondary active state, applied on dark backgrounds or inverse layouts.
|
|
89
|
+
* Behavior: Dynamic — switches between bright and dark tones depending on the background.
|
|
90
|
+
*/
|
|
91
|
+
--semantic-state-color-secondary-active-inverse: #f2f5f5;
|
|
92
|
+
/**
|
|
93
|
+
* Represents active or pressed states for tertiary elements (e.g., link highlights, icons, or subtle interactive surfaces).
|
|
94
|
+
* Behavior: Constant — uses the same green success tone across Light and Dark mode.
|
|
95
|
+
*/
|
|
96
|
+
--semantic-state-color-tertiary-active: #00c273;
|
|
97
|
+
/**
|
|
98
|
+
* Defines the disabled color for primary components (e.g., disabled primary buttons, inputs). Reduces emphasis and contrast to signal inactivity.
|
|
99
|
+
* Behavior: Dynamic — slightly lighter in Light mode and darker in Dark mode to remain visually accessible.
|
|
100
|
+
*/
|
|
101
|
+
--semantic-state-color-primary-disabled: #f2f5f5;
|
|
102
|
+
/**
|
|
103
|
+
* Used for disabled secondary elements, ensuring reduced visual prominence while maintaining legibility.
|
|
104
|
+
* Behavior: Dynamic — adapts neutral tones based on theme brightness.
|
|
105
|
+
*/
|
|
106
|
+
--semantic-state-color-secondary-disabled: #e8edf0;
|
|
107
|
+
/**
|
|
108
|
+
* Represents disabled states for tertiary levels, maintaining subtle visibility without drawing attention.
|
|
109
|
+
* Behavior: Dynamic — adjusts between gray tones for Light and Dark mode consistency.
|
|
110
|
+
*/
|
|
111
|
+
--semantic-state-color-tertiary-disabled: #8c9196;
|
|
112
|
+
/**
|
|
113
|
+
* Primary surface color used for main backgrounds and large layout areas (e.g., page background, primary containers).
|
|
114
|
+
* Behavior: Dynamic — adapts between light and dark surface tokens to maintain legibility and hierarchy.
|
|
115
|
+
*/
|
|
116
|
+
--semantic-surface-surface-color-primary: #ffffff;
|
|
117
|
+
/**
|
|
118
|
+
* Inverse of the primary surface, used when Light and Dark surfaces are swapped (e.g., inverse cards or elevated sections).
|
|
119
|
+
* Behavior: Dynamic — switches between dark and light values depending on mode.
|
|
120
|
+
*/
|
|
121
|
+
--semantic-surface-surface-color-primary-inverse: #081729;
|
|
122
|
+
/**
|
|
123
|
+
* A fixed light surface tone used when a consistent light background is required (e.g., light panels within dark layouts).
|
|
124
|
+
* Behavior: Constant — remains the same in both modes.
|
|
125
|
+
*/
|
|
126
|
+
--semantic-surface-surface-color-primary-constant-light: #ffffff;
|
|
127
|
+
/**
|
|
128
|
+
* A fixed dark surface tone used for dark overlays or nested dark sections inside light layouts.
|
|
129
|
+
* Behavior: Constant — identical across Light and Dark mode.
|
|
130
|
+
*/
|
|
131
|
+
--semantic-surface-surface-color-primary-constant-dark: #081729;
|
|
132
|
+
/**
|
|
133
|
+
* Used for secondary surface layers such as cards, panels, or nested containers that need to differentiate themselves from the primary surface. .
|
|
134
|
+
* Behavior: Dynamic — adapts brightness level based on mode for appropriate depth contrast.
|
|
135
|
+
*/
|
|
136
|
+
--semantic-surface-surface-color-secondary: #f7fafc;
|
|
137
|
+
/**
|
|
138
|
+
* Tertiary background layer for inner containers, grouped content, or subtle elevation steps that need to differentiate themselves from the primary and secondary surfaces.
|
|
139
|
+
* Behavior: Dynamic — switches between light and dark tertiary tones.
|
|
140
|
+
*/
|
|
141
|
+
--semantic-surface-surface-color-tertiary: #bdc9db;
|
|
142
|
+
/**
|
|
143
|
+
* Inverse tertiary background, applied when Light and Dark surfaces are reversed (e.g., dark-on-light cards).
|
|
144
|
+
* Behavior: Dynamic — swaps values between modes for contrast preservation.
|
|
145
|
+
*/
|
|
146
|
+
--semantic-surface-surface-color-tertiary-inverse: #174582;
|
|
147
|
+
--semantic-surface-surface-color-quartenary: #cfd4d9; /** HIghtest elevation surface color, typically used for grouping or background accents to differentiate themselves from all previous surface color options. Uses corresponding light/dark tones for consistent layering. */
|
|
148
|
+
/**
|
|
149
|
+
* Inverse of the quartenary surface, used for background reversals in mixed-layout areas.
|
|
150
|
+
* Behavior: Dynamic — inverts between dark and light tones depending on mode.
|
|
151
|
+
*/
|
|
152
|
+
--semantic-surface-surface-color-quartenary-inverse: #4a5259;
|
|
153
|
+
/**
|
|
154
|
+
* Success-related background used for positive notifications, confirmation surfaces, or success banners.
|
|
155
|
+
* Behavior: Constant — remains the same across Light and Dark mode to ensure brand alignment.
|
|
156
|
+
*/
|
|
157
|
+
--semantic-surface-surface-color-success: #cff5e3;
|
|
158
|
+
--semantic-surface-surface-color-primary-gradient-stop: rgba(255, 255, 255, 0); /** Defines the end stops for primary surface gradients, creating visual depth or elevation. Used next to sliders buttons and slider container edges for fading out content. Behavior: Dynamic — light gradients in Light mode, dark gradients in Dark mode. */
|
|
159
|
+
/**
|
|
160
|
+
* Used for secondary surface gradients or subtle depth layers across backgrounds.
|
|
161
|
+
* Behavior: Dynamic — adapts to mode brightness for smooth gradient transitions.
|
|
162
|
+
*/
|
|
163
|
+
--semantic-surface-surface-color-secondary-gradient-stop: rgba(242, 245, 245, 0);
|
|
164
|
+
/**
|
|
165
|
+
* Represents tertiary-level gradient background.
|
|
166
|
+
* Currently used on skeletons.
|
|
167
|
+
*/
|
|
168
|
+
--semantic-surface-surface-color-tertiary-gradient-stop: rgba(232, 237, 240, 0);
|
|
169
|
+
/**
|
|
170
|
+
* Primary color for headings and display typography. Ensures clear hierarchy and optimal readability on main surfaces. Adapds it´s color based on the brand mode for brand recognition.
|
|
171
|
+
* Behavior: Dynamic — dark text in Light mode, light text in Dark mode.
|
|
172
|
+
*/
|
|
173
|
+
--semantic-heading-headline-color-primary: #0a264f;
|
|
174
|
+
/**
|
|
175
|
+
* Fixed white heading color used on dark or colored backgrounds (e.g., hero sections, banners) that remain constant across modes.
|
|
176
|
+
* Behavior: Constant — remains white in both Light and Dark mode.
|
|
177
|
+
*/
|
|
178
|
+
--semantic-heading-headline-color-white-const: #ffffff;
|
|
179
|
+
/**
|
|
180
|
+
* Used for kicker text and category labels placed directly on standard surface backgrounds.
|
|
181
|
+
* Behavior: Dynamic — adjusts between red for Light and a neutral tone in Dark modes.
|
|
182
|
+
*/
|
|
183
|
+
--semantic-heading-kicker-text-color-on-surface: #8c9196;
|
|
184
|
+
/**
|
|
185
|
+
* Specialized kicker color for use on red or brand-colored backgrounds (e.g., red kicker bg within teaser cards).
|
|
186
|
+
* Behavior: Constant — remains consistent across light and darkmode.
|
|
187
|
+
*/
|
|
188
|
+
--semantic-heading-kicker-text-color-on-red: #ffffff;
|
|
189
|
+
/**
|
|
190
|
+
* Applied to kicker or meta text on dark colored backgrounds to maintain high legibility.
|
|
191
|
+
* Behavior: Constant — always uses semi-transparent white for consistent readability.
|
|
192
|
+
*/
|
|
193
|
+
--semantic-heading-kicker-text-color-on-dark-bg: rgba(255, 255, 255, 0.8);
|
|
194
|
+
/**
|
|
195
|
+
* Used for kicker text placed on bright or light colored backgrounds. Ensures balanced contrast without harsh visual dominance.
|
|
196
|
+
* Behavior: Constant — remains semi-transparent black across both modes.
|
|
197
|
+
*/
|
|
198
|
+
--semantic-heading-kicker-text-color-on-bright-bg: rgba(0, 0, 0, 0.7);
|
|
199
|
+
/**
|
|
200
|
+
* Main text color used for body copy and all primary textual content. Ensures optimal readability and contrast on standard surfaces.
|
|
201
|
+
* Behavior: Dynamic — switches between dark text on light backgrounds and light text on dark backgrounds.
|
|
202
|
+
*/
|
|
203
|
+
--semantic-text-text-color-primary: #242629;
|
|
204
|
+
/**
|
|
205
|
+
* Used when primary text color must remain fixed regardless of mode (e.g., on light constant backgrounds).
|
|
206
|
+
* Behavior: Constant — same tone across Light and Dark mode.
|
|
207
|
+
*/
|
|
208
|
+
--semantic-text-text-color-primary-constant: #242629;
|
|
209
|
+
/**
|
|
210
|
+
* Inverse text color used on opposing surfaces (e.g., white text on red or dark backgrounds).
|
|
211
|
+
* Behavior: Dynamic — alternates between light and dark mode.
|
|
212
|
+
*/
|
|
213
|
+
--semantic-text-text-color-primary-inverse: #e8edf0;
|
|
214
|
+
/**
|
|
215
|
+
* Fixed inverse tone for text that always appears on dark surfaces (e.g., hero headlines or persistent dark cards).
|
|
216
|
+
* Behavior: Constant — unchanged across modes.
|
|
217
|
+
*/
|
|
218
|
+
--semantic-text-text-color-primary-inverse-constant: #e8edf0;
|
|
219
|
+
/**
|
|
220
|
+
* Secondary text color used for supportive information, subtitles, and less prominent text.
|
|
221
|
+
* Behavior: Dynamic — adapts between neutral tones to maintain proper contrast per theme. In 2025 css it is called figure meta.
|
|
222
|
+
*/
|
|
223
|
+
--semantic-text-text-color-secondary: #8c9196;
|
|
224
|
+
/**
|
|
225
|
+
* Muted text tone for subtle information, timestamps, or inactive text elements.
|
|
226
|
+
* Behavior: Dynamic — adjusts between mid-gray in Light mode and lighter gray in Dark mode.
|
|
227
|
+
*/
|
|
228
|
+
--semantic-text-text-color-muted: #666b70;
|
|
229
|
+
/**
|
|
230
|
+
* Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
|
|
231
|
+
* Behavior: Constant — always light neutral to guarantee accessibility on dark backgrounds.
|
|
232
|
+
*/
|
|
233
|
+
--semantic-text-text-color-on-dark-surface: #ffffff;
|
|
234
|
+
--semantic-text-text-color-accent: #174582; /** Accent text color used for links, interactive text, or highlighted key words. Changes from a red in light mode to a white in dark mode. */
|
|
235
|
+
/**
|
|
236
|
+
* Applies to text elements requiring fixed brand color usage (e.g., permanent links, brand slogans on constant backgrounds).
|
|
237
|
+
* Behavior: Constant — maintains identical red tone across Light and Dark mode.
|
|
238
|
+
*/
|
|
239
|
+
--semantic-text-text-color-accent-constant: #174582;
|
|
240
|
+
/**
|
|
241
|
+
* Used for positive or success-related messages (e.g., “Saved”, “Success”, or confirmation text) on success surface colors.
|
|
242
|
+
* Behavior: Constant — green tone remains consistent across both modes.
|
|
243
|
+
*/
|
|
244
|
+
--semantic-text-text-color-success-constant: #006e3d;
|
|
245
|
+
/**
|
|
246
|
+
* Used for strong warnings, errors, or destructive action labels.
|
|
247
|
+
* Behavior: Constant — red color remains unchanged between Light and Dark mode for visibility and recognition.
|
|
248
|
+
*/
|
|
249
|
+
--semantic-text-text-color-attention-high: #de0000;
|
|
250
|
+
/**
|
|
251
|
+
* Represents medium attention states, often used in warnings or pending states.
|
|
252
|
+
* Behavior: Constant — same orange tone across Light and Dark mode.
|
|
253
|
+
*/
|
|
254
|
+
--semantic-text-text-color-attention-medium: #fc8226;
|
|
255
|
+
/**
|
|
256
|
+
* Primary label color used for labels, badges, or tag text on light backgrounds. Ensures strong readability and visual hierarchy.
|
|
257
|
+
* Behavior: Dynamic — dark neutral in Light mode, light neutral in Dark mode.
|
|
258
|
+
*/
|
|
259
|
+
--semantic-label-label-color-primary: #242629;
|
|
260
|
+
/**
|
|
261
|
+
* Inverse version of the primary label color, used on dark or colored backgrounds.
|
|
262
|
+
* Behavior: Dynamic — switches between light and dark.
|
|
263
|
+
*/
|
|
264
|
+
--semantic-label-label-color-primary-inverse: #e8edf0;
|
|
265
|
+
/**
|
|
266
|
+
* Used when primary label color should remain unchanged across modes in static UI areas.
|
|
267
|
+
* Behavior: Constant — identical tone in both Light and Dark mode.
|
|
268
|
+
*/
|
|
269
|
+
--semantic-label-label-color-primary-constant: #242629;
|
|
270
|
+
/**
|
|
271
|
+
* Fixed inverse label tone applied where white or bright text must always appear, regardless of theme.
|
|
272
|
+
* Behavior: Constant — remains bright neutral in both Light and Dark mode.
|
|
273
|
+
*/
|
|
274
|
+
--semantic-label-label-color-primary-inverse-constant: #e8edf0;
|
|
275
|
+
/**
|
|
276
|
+
* Secondary label tone used for less prominent text such as secondary badges or supporting labels.
|
|
277
|
+
* Behavior: Dynamic — adapts between mid-grays for Light and Dark surfaces.
|
|
278
|
+
*/
|
|
279
|
+
--semantic-label-label-color-secondary: #4a5259;
|
|
280
|
+
/**
|
|
281
|
+
* Tertiary label tone for subtle, low-emphasis UI text such as placeholder text or tertiary badges.
|
|
282
|
+
* Behavior: Constant — identical tone across both modes for stable hierarchy.
|
|
283
|
+
*/
|
|
284
|
+
--semantic-label-label-color-tertiary: #8c9196;
|
|
285
|
+
/**
|
|
286
|
+
* Disabled label tone indicating inactive or unavailable states in UI elements.
|
|
287
|
+
* Behavior: Dynamic — lighter gray in Light mode, darker neutral in Dark mode.
|
|
288
|
+
*/
|
|
289
|
+
--semantic-label-label-color-disabled: #cfd4d9;
|
|
290
|
+
--semantic-layer-opacity-layer-opacity00: 0;
|
|
291
|
+
--semantic-layer-opacity-layer-opacity05: 5;
|
|
292
|
+
--semantic-layer-opacity-layer-opacity10: 10;
|
|
293
|
+
--semantic-layer-opacity-layer-opacity20: 20;
|
|
294
|
+
--semantic-layer-opacity-layer-opacity30: 30;
|
|
295
|
+
--semantic-layer-opacity-layer-opacity40: 40;
|
|
296
|
+
--semantic-layer-opacity-layer-opacity50: 50;
|
|
297
|
+
--semantic-layer-opacity-layer-opacity60: 60;
|
|
298
|
+
--semantic-layer-opacity-layer-opacity70: 70;
|
|
299
|
+
--semantic-layer-opacity-layer-opacity80: 80;
|
|
300
|
+
--semantic-layer-opacity-layer-opacity90: 90;
|
|
301
|
+
--semantic-layer-opacity-layer-opacity100: 100;
|
|
302
|
+
--component-avatar-avatar-label-color: #666b70; /** 09-2025 css --article-author-name-color */
|
|
303
|
+
--component-avatar-avatar-label-color-hover: #174582; /** 09-2025 css --article-author-name-color */
|
|
304
|
+
--component-alert-alert-surface-color: #ffffff; /** On marketing offer surfaces this variable is usually not used. The alertSurfaceConstant variables should be used. This token changes color between light and dark modes. L:100 / D:025 */
|
|
305
|
+
--component-alert-alert-surface-color-constant: #ffffff; /** On marketing offer surfaces this variable is used. */
|
|
306
|
+
--component-breadcrumb-breadcrumb-text-color-idle: #4a5259; /** Use this token on breadcrumbs that are in their default idle state. This token changes color between light and dark modes. L:035 / D:096 */
|
|
307
|
+
--component-breadcrumb-breadcrumb-text-color-hover: #242629; /** Use this token on breadcrumbs that the user's pointer is hovering on or clicked on. This token changes color between light and dark modes. L:015 / D:100 */
|
|
308
|
+
--component-breaking-news-breaking-news-top-title-text-color: #ffbf00;
|
|
309
|
+
--component-breaking-news-breaking-news-bottom-title-text-color: #ffffff;
|
|
310
|
+
--component-breaking-news-breaking-news-title-surface-color: #0a264f;
|
|
311
|
+
--component-breaking-news-breaking-news-surface-color: #ffbf00;
|
|
312
|
+
--component-breaking-news-breaking-news-text-content-color: #242629;
|
|
313
|
+
--component-button-primary-button-primary-label-color: #ffffff;
|
|
314
|
+
--component-button-primary-button-primary-neutral-bg-color-idle: #242629; /** Use this variable on the neutral color primary button. Tone changes between light and dark mode. Light mode Bild & SpoBi: Tone 015 ; Dark mode Bild & SpoBi: Tone 100 */
|
|
315
|
+
--component-button-primary-button-primary-neutral-bg-color-hover: #4a5259;
|
|
316
|
+
--component-button-primary-button-primary-brand-bg-color-idle: #174582;
|
|
317
|
+
--component-button-primary-button-primary-brand-bg-color-hover: #0a264f;
|
|
318
|
+
--component-button-primary-button-primary-success-color-idle: #17995c;
|
|
319
|
+
--component-button-primary-button-primary-success-color-hover: #006e3d;
|
|
320
|
+
--component-button-secondary-button-secondary-label-color: #4a5259;
|
|
321
|
+
--component-button-secondary-button-secondary-bg-color-idle: #e8edf0;
|
|
322
|
+
--component-button-secondary-button-secondary-bg-color-hover: #cfd4d9;
|
|
323
|
+
--component-button-tertiary-button-tertiary-label-color: #4a5259;
|
|
324
|
+
--component-button-tertiary-button-tertiary-border-color-idle: #cfd4d9;
|
|
325
|
+
--component-button-tertiary-button-tertiary-border-color-hover: #4a5259;
|
|
326
|
+
--component-button-tertiary-button-tertiary-success-bg-color-hover: #cff5e3;
|
|
327
|
+
--component-button-tertiary-button-tertiary-success-border-color: #17995c;
|
|
328
|
+
--component-button-ghost-button-ghost-bg-color-hover: #cfd4d9;
|
|
329
|
+
--component-button-button-live-ticker-load-new-surface-color: #ffffff;
|
|
330
|
+
--component-button-button-live-ticker-load-new-label-color: #8c9196;
|
|
331
|
+
--component-card-card-surface-bg-color: #ffffff;
|
|
332
|
+
--component-chips-chips-bg-color-idle: #e8edf0;
|
|
333
|
+
--component-chips-chips-bg-color-active: #174582;
|
|
334
|
+
--component-chips-chips-bg-color-hover: #b00003;
|
|
335
|
+
--component-chips-chips-label-color-idle: #242629;
|
|
336
|
+
--component-chips-chips-label-color-hover: #ffffff;
|
|
337
|
+
--component-dropdown-dropdown-bg-color-idle: #ffffff;
|
|
338
|
+
--component-dropdown-dropdown-bg-color-hover: #f7fafc;
|
|
339
|
+
--component-empties-empties-logo-color: #cfd4d9;
|
|
340
|
+
--component-empties-empties-bg-color: #f7fafc;
|
|
341
|
+
--component-foldout-foldout-label-color-idle: #4a5259;
|
|
342
|
+
--component-foldout-foldout-label-color-active: #174582;
|
|
343
|
+
--component-gallery-app-image-lightbox-gallery-bg-color: #000000;
|
|
344
|
+
--component-hey-hey-drawer-surface-color: #f7fafc;
|
|
345
|
+
--component-hey-hey-fav-input-field-surface-color: #e8edf0;
|
|
346
|
+
--component-hey-hey-icon-util-color: #4a5259;
|
|
347
|
+
--component-hey-hey-separator-color: #cfd4d9; /** This is the most used color for separators across Bild products. */
|
|
348
|
+
--component-hey-hey-text-color: #4a5259;
|
|
349
|
+
--component-input-field-input-field-border-color-idle: #cfd4d9;
|
|
350
|
+
--component-input-field-input-field-border-color-active: #4a5259;
|
|
351
|
+
--component-input-field-input-field-border-color-dark: #8c9196;
|
|
352
|
+
--component-input-field-input-field-border-color-dark-active: #242629;
|
|
353
|
+
--component-input-field-input-field-bg-color-dark-low-contrast: #333d40;
|
|
354
|
+
--component-input-field-input-field-bg-color-dark-medium-contrast: #4a5259;
|
|
355
|
+
--component-input-field-input-field-bg-color-dark-high-contrast: #e8edf0;
|
|
356
|
+
--component-kicker-standard-kicker-bg-color-on-surface: #174582;
|
|
357
|
+
--component-kicker-partner-kicker-bz-bg-color: #e3001c;
|
|
358
|
+
--component-kicker-partner-kicker-fitbook-bg-color: #ff96b8;
|
|
359
|
+
--component-kicker-partner-kicker-petbook-bg-color: #badb91;
|
|
360
|
+
--component-kicker-partner-kicker-myhomebook-bg-color: #66cccc;
|
|
361
|
+
--component-kicker-partner-kicker-travelbook-bg-color: #8ff0ed;
|
|
362
|
+
--component-kicker-partner-kicker-techbook-bg-color: #94e3ff;
|
|
363
|
+
--component-kicker-partner-kicker-kaufberater-bg-color: #54476e;
|
|
364
|
+
--component-kicker-partner-kicker-cobi-bg-color: #db241c;
|
|
365
|
+
--component-kicker-partner-kicker-aubi-bg-color: #f00000;
|
|
366
|
+
--component-kicker-partner-kicker-spobi-bg-color: #174582;
|
|
367
|
+
--component-mediaplayer-vid-player-controls-autoplay-button-bg-color: rgba(0, 0, 0, 0.2);
|
|
368
|
+
--component-mediaplayer-vid-player-control-buttons-bg-hover-color: rgba(222, 0, 0, 0.8); /** This variable is used for hover states of video player control buttons. */
|
|
369
|
+
--component-mediaplayer-vid-player-control-buttons-bg-color-hover: rgba(0, 0, 0, 0.2);
|
|
370
|
+
--component-mediaplayer-vid-player-control-buttons-bg-color-pressed: rgba(0, 0, 0, 0.05);
|
|
371
|
+
--component-mediaplayer-vid-player-overlay-scrim-color: rgba(0, 0, 0, 0.5);
|
|
372
|
+
--component-mediaplayer-audio-player-play-button-bg-color: rgba(255, 255, 255, 0.3);
|
|
373
|
+
--component-mediaplayer-vid-player-tooltip-bg-color: rgba(0, 0, 0, 0.7);
|
|
374
|
+
--component-mediaplayer-vid-player-progress-bar-preload-bg-color: rgba(255, 255, 255, 0.3);
|
|
375
|
+
--component-mediaplayer-vid-player-unmute-button-bg-color: rgba(0, 0, 0, 0.2);
|
|
376
|
+
--component-mediaplayer-vid-player-unmute-button-bg-color-hover: rgba(0, 0, 0, 0.35);
|
|
377
|
+
--component-menu-menu-surface-color: #ffffff;
|
|
378
|
+
--component-menu-menu-scrolled-surface-gradient-color: rgba(255, 255, 255, 0.95); /** Used on a thin part at the top of header in navigation menu. */
|
|
379
|
+
--component-menu-menu-link-lane-surface-color: #0a264f;
|
|
380
|
+
--component-menu-menu-link-lane-label-color: #cfd4d9;
|
|
381
|
+
--component-menu-menu-link-lane-label-color-active: #ffffff;
|
|
382
|
+
--component-menu-app-top-bar-surface-color: #0a264f;
|
|
383
|
+
--component-menu-app-top-bar-icon-color: #8c9196;
|
|
384
|
+
--component-menu-app-top-bar-text-color-primary: #e8edf0;
|
|
385
|
+
--component-menu-app-tob-bar-tab-nav-bottom-border: #174582;
|
|
386
|
+
--component-menu-app-tob-bar-tab-nav-bottom-border-active: #cfd4d9;
|
|
387
|
+
--component-menu-item-menu-item-label-color-primary: #4a5259;
|
|
388
|
+
--component-menu-item-menu-item-label-color-primary-active: #242629;
|
|
389
|
+
--component-menu-item-menu-item-label-color-secondary: #ffffff; /** The variable can be used on secondary menus that many times show up on dedicated home pages specific to a topic. The menu labels are often times using the color white across color modes. */
|
|
390
|
+
--component-menu-item-menu-item-border-color-active: #0a264f;
|
|
391
|
+
--component-partner-links-partner-links-bg-color-idle: #ffffff; /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
|
|
392
|
+
--component-partner-links-partner-links-bg-color-active: #e8edf0; /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
|
|
393
|
+
--component-partner-links-partner-links-border-color-idle: #cfd4d9; /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
|
|
394
|
+
--component-partner-links-partner-links-border-color-active: #242629; /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
|
|
395
|
+
--component-partner-links-partner-links-container-border-color: #cfd4d9; /** !do not use! these variables have been deprecated and multitext link buttons are now classified as partner buttons. */
|
|
396
|
+
--component-newsticker-news-ticker-timestamp-color: #8c9196;
|
|
397
|
+
--component-newsticker-news-ticker-badge-icons-color: #8c9196;
|
|
398
|
+
--component-pagination-pagination-element-color-default: #cfd4d9;
|
|
399
|
+
--component-pagination-pagination-element-color-active: #174582;
|
|
400
|
+
--component-pagination-gallery-pagination-element-active-opacity: 100; /** Use this on gallery slider pagination elements. This can also be applied to hover states of those elements. */
|
|
401
|
+
--component-pagination-scroll-bar-track-bg-color: rgba(0, 0, 0, 0.1); /** Used as the background surface color scroll bars. Found on components that vertically or horizontally stack elements. */
|
|
402
|
+
--component-pagination-scroll-bar-thumb-bg-color: #8c9196; /** Use on the scroll bar interactive element which shows where the scroll view is positioned inside the full extent of the scrolling space. */
|
|
403
|
+
--component-selection-selection-border-color: #4a5259; /** Checkboxes and Radio buttons use this variable for their border. */
|
|
404
|
+
--component-slider-slider-button-opacity: 90; /** When users hover on gallery slider buttons the opacity changes to 90%. */
|
|
405
|
+
--component-slider-slider-track-bg-color: rgba(255, 255, 255, 0.35); /** This variable is used on audio player slider bars. It references a pure white with 35% opacity. */
|
|
406
|
+
--component-social-share-button-social-share-button-label-color-default: #ffffff;
|
|
407
|
+
--component-social-share-button-social-share-button-label-color-active: #ffffff;
|
|
408
|
+
--component-social-share-button-social-share-button-bg-color-default: #4a5259;
|
|
409
|
+
--component-social-share-button-social-share-button-bg-color-active: #333d40;
|
|
410
|
+
--component-subheader-subheaders-color: #242629;
|
|
411
|
+
--component-tab-tab-bg-color-hover: #e8edf0;
|
|
412
|
+
--component-tab-tab-label-color-active: #333d40;
|
|
413
|
+
--component-tab-tab-label-color-default: #4a5259;
|
|
414
|
+
--component-tab-app-bottom-tab-bar-bg-color: #ffffff;
|
|
415
|
+
--component-teaser-teaser-hover-opacity: 80; /** When users hover over graphical teasers the image reduces opacity to 80%. */
|
|
416
|
+
--component-teaser-teaser-title-background-gradient-start: rgba(10, 38, 79, 0.7);
|
|
417
|
+
--component-teaser-teaser-title-background-gradient-stop: rgba(10, 38, 79, 0);
|
|
418
|
+
--component-text-link-text-link-color-primary: #242629;
|
|
419
|
+
--component-text-link-text-link-color-secondary: #8c9196;
|
|
420
|
+
--component-text-link-text-link-color-secondary-active: #242629;
|
|
421
|
+
--component-d-sys-doc-ds-doc-spacing-item-bg-color: rgba(222, 0, 0, 0.1);
|
|
422
|
+
--component-d-sys-doc-ds-doc-spacing-item-border-color: rgba(222, 0, 0, 0.5);
|
|
423
|
+
--component-d-sys-doc-d-sys-docs-label-text-surface-color-primary-primitive-name: BILD100; /** This variable is only for use in Figma's Design System File. It is automating some of the content in documentation pages. */
|
|
424
|
+
--component-d-sys-doc-d-sys-docs-label-text-color-mode: (Light Mode); /** This is currently for use in this design system's documentation texts. It is a text string made for being used in light and dark mode documentation texts. */
|
|
425
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* BASE - JavaScript Index
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
import primitive_color_value from './primitive-color-value.js';
|
|
6
|
+
import primitive_font_value from './primitive-font-value.js';
|
|
7
|
+
import primitive_size_value from './primitive-size-value.js';
|
|
8
|
+
import primitive_space_value from './primitive-space-value.js';
|
|
9
|
+
|
|
10
|
+
export {
|
|
11
|
+
primitive_color_value,
|
|
12
|
+
primitive_font_value,
|
|
13
|
+
primitive_size_value,
|
|
14
|
+
primitive_space_value,
|
|
15
|
+
};
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const bildAlphaAlphablack0 = "rgba(0, 0, 0, 0)";
|
|
6
|
+
export const bildAlphaAlphablack05 = "rgba(0, 0, 0, 0.05)";
|
|
7
|
+
export const bildAlphaAlphablack10 = "rgba(0, 0, 0, 0.1)";
|
|
8
|
+
export const bildAlphaAlphablack20 = "rgba(0, 0, 0, 0.2)";
|
|
9
|
+
export const bildAlphaAlphablack30 = "rgba(0, 0, 0, 0.3)";
|
|
10
|
+
export const bildAlphaAlphablack35 = "rgba(0, 0, 0, 0.35)";
|
|
11
|
+
export const bildAlphaAlphablack50 = "rgba(0, 0, 0, 0.5)";
|
|
12
|
+
export const bildAlphaAlphablack60 = "rgba(0, 0, 0, 0.6)"; // Used on elevation effects.
|
|
13
|
+
export const bildAlphaAlphablack70 = "rgba(0, 0, 0, 0.7)"; // Used on elevation effects.
|
|
14
|
+
export const bildAlphaAlphablack80 = "rgba(0, 0, 0, 0.8)"; // Used on elevation effects.
|
|
15
|
+
export const bildAlphaAlphawhite10 = "rgba(255, 255, 255, 0.1)";
|
|
16
|
+
export const bildAlphaAlphawhite20 = "rgba(255, 255, 255, 0.2)";
|
|
17
|
+
export const bildAlphaAlphawhite30 = "rgba(255, 255, 255, 0.3)";
|
|
18
|
+
export const bildAlphaAlphawhite35 = "rgba(255, 255, 255, 0.35)";
|
|
19
|
+
export const bildAlphaAlphawhite60 = "rgba(255, 255, 255, 0.6)"; // Used on elevation effects.
|
|
20
|
+
export const bildAlphaAlphawhite70 = "rgba(255, 255, 255, 0.7)"; // Used on elevation effects.
|
|
21
|
+
export const bildAlphaAlphawhite80 = "rgba(255, 255, 255, 0.8)"; // Used on elevation effects.
|
|
22
|
+
export const bildAlphaAlphabildred80 = "rgba(222, 0, 0, 0.8)"; // Used on elevation effects.
|
|
23
|
+
export const bildBlueBildblue = "#00b0ff"; // This Blue color was taken from the Weather 2024 project. Tone: 069
|
|
24
|
+
export const bildGrayBild096 = "#f2f5f5";
|
|
25
|
+
export const bildGrayBild093 = "#e8edf0";
|
|
26
|
+
export const bildGrayBild085 = "#cfd4d9";
|
|
27
|
+
export const bildGrayBild08550 = "rgba(207, 212, 217, 0.5)"; // The 50% opacity on this color makes it equivalent to BILD093.
|
|
28
|
+
export const bildGrayBild073 = "#adb5ba";
|
|
29
|
+
export const bildGrayBild060 = "#8c9196";
|
|
30
|
+
export const bildGrayBild045 = "#666b70";
|
|
31
|
+
export const bildGrayBild035 = "#4a5259";
|
|
32
|
+
export const bildGrayBild025 = "#333d40";
|
|
33
|
+
export const bildGrayBild020 = "#2b3038";
|
|
34
|
+
export const bildGrayBild015 = "#242629";
|
|
35
|
+
export const bildGrayBild010 = "#1c1c1c";
|
|
36
|
+
export const bildGreenBildgreen09350 = "rgba(207, 245, 227, 0.5)";
|
|
37
|
+
export const bildGreenBildgreen093 = "#cff5e3";
|
|
38
|
+
export const bildGreenBildgreen070 = "#00c273";
|
|
39
|
+
export const bildGreenBildgreen063 = "#00b066";
|
|
40
|
+
export const bildGreenBildgreen05650 = "rgba(0, 156, 89, 0.5)";
|
|
41
|
+
export const bildGreenBildgreen056 = "#17995c";
|
|
42
|
+
export const bildGreenBildgreen040 = "#006e3d"; // This value of green was found in a text field's text color.
|
|
43
|
+
export const bildNeutralBild100 = "#ffffff";
|
|
44
|
+
export const bildNeutralBildblack = "#000000";
|
|
45
|
+
export const bildRedBildred053 = "#f52e2e";
|
|
46
|
+
export const bildRedBildred = "#de0000"; // Tone 046
|
|
47
|
+
export const bildRedBildred035 = "#b00003";
|
|
48
|
+
export const bildOrangeBildorange = "#fc8226"; // Tone: 067
|
|
49
|
+
export const bildPurpleBildberry = "#541a38"; // Tone: 020
|
|
50
|
+
export const bildYellowBildyellow = "#ffbf00"; // Tone: 081
|
|
51
|
+
export const bildTextlabelsBildred = "BILDRed"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
52
|
+
export const bildTextlabelsBild100 = "BILD100"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
53
|
+
export const bildTextlabelsBild096 = "BILD096"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
54
|
+
export const bildTextlabelsBild093 = "BILD093"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
55
|
+
export const bildTextlabelsBild085 = "BILD085"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
56
|
+
export const bildTextlabelsBild073 = "BILD073"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
57
|
+
export const bildTextlabelsBild060 = "BILD060"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
58
|
+
export const bildTextlabelsBild045 = "BILD045"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
59
|
+
export const bildTextlabelsBild035 = "BILD035"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
60
|
+
export const bildTextlabelsBild025 = "BILD025"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
61
|
+
export const bildTextlabelsBild015 = "BILD015"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
62
|
+
export const bildTextlabelsBildyellow = "BILDYellow"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
63
|
+
export const bildTextlabelsBildorange = "BILDOrange"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
64
|
+
export const bildTextlabelsBildred053 = "BILDRed053"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
65
|
+
export const bildTextlabelsBildred035 = "BILDRed035"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
66
|
+
export const bildTextlabelsBildgreen093 = "BILDGreen093"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
67
|
+
export const bildTextlabelsBildgreen070 = "BILDGreen070"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
68
|
+
export const bildTextlabelsBildgreen063 = "BILDGreen063"; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
69
|
+
export const sportbildAlphaSpobiblue0160 = "rgba(10, 38, 79, 0)";
|
|
70
|
+
export const sportbildAlphaSpobiblue01670 = "rgba(10, 38, 79, 0.7)";
|
|
71
|
+
export const sportbildBlueSpobiblue098 = "#f7fafc";
|
|
72
|
+
export const sportbildBlueSpobiblue081 = "#bdc9db";
|
|
73
|
+
export const sportbildBlueSpobiblue038 = "#305999";
|
|
74
|
+
export const sportbildBlueSpobiblue029 = "#174582"; // This variable in the current online CSS is called secondary-tenant-color
|
|
75
|
+
export const sportbildBlueSpobiblue016 = "#0a264f"; // This variable in the current online CSS is called main-tenant-color for the spobi tenant.
|
|
76
|
+
export const sportbildBlueSpobiblue010 = "#081729";
|
|
77
|
+
export const sportbildRedSpobired = "#e62629";
|
|
78
|
+
export const partnerAubiAubicore = "#f00000";
|
|
79
|
+
export const partnerBzBzcore = "#e3001c";
|
|
80
|
+
export const partnerTravelbookTravelbookcore = "#8ff0ed";
|
|
81
|
+
export const partnerTechbookTechbookcore = "#94e3ff";
|
|
82
|
+
export const partnerKaufberaterKaufberatercore = "#54476e";
|
|
83
|
+
export const partnerComputerbildCobicore = "#db241c";
|
|
84
|
+
export const partnerFitbookFitbookcore = "#ff96b8";
|
|
85
|
+
export const partnerPetbookPetbookcore = "#badb91";
|
|
86
|
+
export const partnerMyhomeMyhomecore = "#66cccc";
|
|
87
|
+
export const opacityOpacity00 = 0;
|
|
88
|
+
export const opacityOpacity05 = 5;
|
|
89
|
+
export const opacityOpacity10 = 10;
|
|
90
|
+
export const opacityOpacity20 = 20;
|
|
91
|
+
export const opacityOpacity30 = 30;
|
|
92
|
+
export const opacityOpacity40 = 40;
|
|
93
|
+
export const opacityOpacity50 = 50;
|
|
94
|
+
export const opacityOpacity60 = 60;
|
|
95
|
+
export const opacityOpacity70 = 70;
|
|
96
|
+
export const opacityOpacity80 = 80;
|
|
97
|
+
export const opacityOpacity90 = 90;
|
|
98
|
+
export const opacityOpacity100 = 100;
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly, this file was auto-generated.
|
|
3
|
+
*/
|
|
4
|
+
|
|
5
|
+
export const fontfamilyBildFontfamilygothamcond = "Gotham Condensed";
|
|
6
|
+
export const fontfamilyBildFontfamilygothamxnarrow = "Gotham XNarrow";
|
|
7
|
+
export const fontfamilyBildFontfamilygotham = "Gotham";
|
|
8
|
+
export const fontfamilySportbildFontfamilyantennaextracond = "AntennaExtraCond";
|
|
9
|
+
export const fontfamilySportbildFontfamilyantennacond = "AntennaCond";
|
|
10
|
+
export const fontfamilySportbildFontfamilyinter = "Inter";
|
|
11
|
+
export const fontfamilyAdvertorialFontfamilylucidagrande = "Lucida Grande";
|
|
12
|
+
export const fontweight1000ultrafontweight = 1000;
|
|
13
|
+
export const fontweight900extrablackfontweight = 900;
|
|
14
|
+
export const fontweight800blackfontweight = 800;
|
|
15
|
+
export const fontweight700blackfontweight = 700; // 700 is considered black weight because Gotham Condensed is the primary font family (most used in headlines). In other font families 700 is not black weight but bold.
|
|
16
|
+
export const fontweightBolditalicfontweightst = "Bold Italic";
|
|
17
|
+
export const fontweightBlackfontweightst = "Black";
|
|
18
|
+
export const fontweight600boldfontweight = 600;
|
|
19
|
+
export const fontweight500mediumfontweight = 500;
|
|
20
|
+
export const fontweight400bookfontweight = 400;
|
|
21
|
+
export const fontweight350bookfontweight = 350;
|
|
22
|
+
export const fontweight300lightfontweight = 300;
|
|
23
|
+
export const fontweight200extralightfontweight = 200;
|
|
24
|
+
export const fontweight100thinfontweight = 100;
|
|
25
|
+
export const fontweightstring1000ultrafontweight = "1000";
|
|
26
|
+
export const fontweightstring900extrablackfontweight = "900";
|
|
27
|
+
export const fontweightstring800blackfontweight = "800";
|
|
28
|
+
export const fontweightstring700blackitalicfontweight = "Black Italic";
|
|
29
|
+
export const fontweightstring700blackfontweight = "700";
|
|
30
|
+
export const fontweightstring600bolditalicfontweight = "Bold Italic";
|
|
31
|
+
export const fontweightstring600boldfontweight = "600";
|
|
32
|
+
export const fontweightstring500mediumfontweight = "500";
|
|
33
|
+
export const fontweightstring400bookfontweight = "400";
|
|
34
|
+
export const fontweightstring350bookfontweight = "350";
|
|
35
|
+
export const fontweightstring200extralightfontweight = "200";
|
|
36
|
+
export const fontweightstring100thinfontweight = "100";
|
|
37
|
+
export const letterspacingLetterspace3 = 3; // This variable is a primitive for use in creating semantic text styles that need to use a much larger letter spacing value of 3. Text styles that have smaller font sizes should use increasingly positive values for their letter spacings on smaller device sizes.
|
|
38
|
+
export const letterspacingLetterspace2 = 2; // This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2.
|
|
39
|
+
export const letterspacingLetterspace1 = 1; // This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1.
|
|
40
|
+
export const letterspacingLetterspace05 = 0.5; // This variable is a primitive for use in creating semantic text styles that need to use a slight positive letter spacing value of 0.5.
|
|
41
|
+
export const letterspacingLetterspace025 = 0.25; // This variable is a primitive for use in creating semantic text styles that need to use a subtle positive letter spacing value of 0.25.
|
|
42
|
+
export const letterspacingLetterspace0 = 0; // This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0.
|
|
43
|
+
export const letterspacingLetterspace025 = -0.25; // This variable is a primitive for use in creating semantic text styles that need to use a subtle small letter spacing value of -0.25.
|
|
44
|
+
export const letterspacingLetterspace05 = -0.5; // This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5.
|
|
45
|
+
export const letterspacingLetterspace1 = -1; // This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1.
|
|
46
|
+
export const letterspacingLetterspace2 = -2; // This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -2. This is usually reserved for large texts styles that are used on titles or headlines.
|
|
47
|
+
export const letterspacingLetterspace3 = -3; // This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -3. Text styles that have larger font sizes should use increasingly negative values for their letter spacings on larger device sizes.
|