@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,183 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generated": "2025-11-21T13:57:13.196Z",
|
|
3
|
+
"version": "1.0.0",
|
|
4
|
+
"platforms": {
|
|
5
|
+
"css": {
|
|
6
|
+
"layers": {
|
|
7
|
+
"base": {
|
|
8
|
+
"files": [
|
|
9
|
+
"primitive-color-value-global.css",
|
|
10
|
+
"primitive-color-value.css",
|
|
11
|
+
"primitive-font-value-global.css",
|
|
12
|
+
"primitive-font-value.css",
|
|
13
|
+
"primitive-size-value-global.css",
|
|
14
|
+
"primitive-size-value.css",
|
|
15
|
+
"primitive-space-value-global.css",
|
|
16
|
+
"primitive-space-value.css"
|
|
17
|
+
],
|
|
18
|
+
"path": "dist/css/base/"
|
|
19
|
+
},
|
|
20
|
+
"mapping": {
|
|
21
|
+
"files": [
|
|
22
|
+
"brand-advertorial-global.css",
|
|
23
|
+
"brand-advertorial.css",
|
|
24
|
+
"brand-bild-global.css",
|
|
25
|
+
"brand-bild.css",
|
|
26
|
+
"brand-color-bild-global.css",
|
|
27
|
+
"brand-color-bild.css",
|
|
28
|
+
"brand-color-sportbild-global.css",
|
|
29
|
+
"brand-color-sportbild.css",
|
|
30
|
+
"brand-sportbild-global.css",
|
|
31
|
+
"brand-sportbild.css"
|
|
32
|
+
],
|
|
33
|
+
"path": "dist/css/mapping/"
|
|
34
|
+
},
|
|
35
|
+
"density": {
|
|
36
|
+
"files": [
|
|
37
|
+
"density-compact-global.css",
|
|
38
|
+
"density-compact.css",
|
|
39
|
+
"density-default-global.css",
|
|
40
|
+
"density-default.css",
|
|
41
|
+
"density-spacious-global.css",
|
|
42
|
+
"density-spacious.css"
|
|
43
|
+
],
|
|
44
|
+
"path": "dist/css/density/"
|
|
45
|
+
},
|
|
46
|
+
"semantic": {
|
|
47
|
+
"files": [
|
|
48
|
+
"advertorial",
|
|
49
|
+
"bild",
|
|
50
|
+
"sportbild"
|
|
51
|
+
],
|
|
52
|
+
"path": "dist/css/semantic/"
|
|
53
|
+
}
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
"scss": {
|
|
57
|
+
"layers": {
|
|
58
|
+
"base": {
|
|
59
|
+
"files": [
|
|
60
|
+
"primitive-color-value.scss",
|
|
61
|
+
"primitive-font-value.scss",
|
|
62
|
+
"primitive-size-value.scss",
|
|
63
|
+
"primitive-space-value.scss"
|
|
64
|
+
],
|
|
65
|
+
"path": "dist/scss/base/"
|
|
66
|
+
},
|
|
67
|
+
"mapping": {
|
|
68
|
+
"files": [
|
|
69
|
+
"brand-advertorial.scss",
|
|
70
|
+
"brand-bild.scss",
|
|
71
|
+
"brand-color-bild.scss",
|
|
72
|
+
"brand-color-sportbild.scss",
|
|
73
|
+
"brand-sportbild.scss"
|
|
74
|
+
],
|
|
75
|
+
"path": "dist/scss/mapping/"
|
|
76
|
+
},
|
|
77
|
+
"density": {
|
|
78
|
+
"files": [
|
|
79
|
+
"density-compact.scss",
|
|
80
|
+
"density-default.scss",
|
|
81
|
+
"density-spacious.scss"
|
|
82
|
+
],
|
|
83
|
+
"path": "dist/scss/density/"
|
|
84
|
+
},
|
|
85
|
+
"semantic": {
|
|
86
|
+
"files": [
|
|
87
|
+
"advertorial",
|
|
88
|
+
"bild",
|
|
89
|
+
"sportbild"
|
|
90
|
+
],
|
|
91
|
+
"path": "dist/scss/semantic/"
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
},
|
|
95
|
+
"js": {
|
|
96
|
+
"layers": {
|
|
97
|
+
"base": {
|
|
98
|
+
"files": [
|
|
99
|
+
"primitive-color-value.js",
|
|
100
|
+
"primitive-font-value.js",
|
|
101
|
+
"primitive-size-value.js",
|
|
102
|
+
"primitive-space-value.js"
|
|
103
|
+
],
|
|
104
|
+
"path": "dist/js/base/"
|
|
105
|
+
},
|
|
106
|
+
"mapping": {
|
|
107
|
+
"files": [
|
|
108
|
+
"brand-advertorial.js",
|
|
109
|
+
"brand-bild.js",
|
|
110
|
+
"brand-color-bild.js",
|
|
111
|
+
"brand-color-sportbild.js",
|
|
112
|
+
"brand-sportbild.js"
|
|
113
|
+
],
|
|
114
|
+
"path": "dist/js/mapping/"
|
|
115
|
+
},
|
|
116
|
+
"density": {
|
|
117
|
+
"files": [
|
|
118
|
+
"density-compact.js",
|
|
119
|
+
"density-default.js",
|
|
120
|
+
"density-spacious.js"
|
|
121
|
+
],
|
|
122
|
+
"path": "dist/js/density/"
|
|
123
|
+
},
|
|
124
|
+
"semantic": {
|
|
125
|
+
"files": [
|
|
126
|
+
"advertorial",
|
|
127
|
+
"bild",
|
|
128
|
+
"sportbild"
|
|
129
|
+
],
|
|
130
|
+
"path": "dist/js/semantic/"
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
"json": {
|
|
135
|
+
"layers": {
|
|
136
|
+
"base": {
|
|
137
|
+
"files": [
|
|
138
|
+
"primitive-color-value.json",
|
|
139
|
+
"primitive-font-value.json",
|
|
140
|
+
"primitive-size-value.json",
|
|
141
|
+
"primitive-space-value.json"
|
|
142
|
+
],
|
|
143
|
+
"path": "dist/json/base/"
|
|
144
|
+
},
|
|
145
|
+
"mapping": {
|
|
146
|
+
"files": [
|
|
147
|
+
"brand-advertorial.json",
|
|
148
|
+
"brand-bild.json",
|
|
149
|
+
"brand-color-bild.json",
|
|
150
|
+
"brand-color-sportbild.json",
|
|
151
|
+
"brand-sportbild.json"
|
|
152
|
+
],
|
|
153
|
+
"path": "dist/json/mapping/"
|
|
154
|
+
},
|
|
155
|
+
"density": {
|
|
156
|
+
"files": [
|
|
157
|
+
"density-compact.json",
|
|
158
|
+
"density-default.json",
|
|
159
|
+
"density-spacious.json"
|
|
160
|
+
],
|
|
161
|
+
"path": "dist/json/density/"
|
|
162
|
+
},
|
|
163
|
+
"semantic": {
|
|
164
|
+
"files": [
|
|
165
|
+
"advertorial",
|
|
166
|
+
"bild",
|
|
167
|
+
"sportbild"
|
|
168
|
+
],
|
|
169
|
+
"path": "dist/json/semantic/"
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
"statistics": {
|
|
175
|
+
"totalFiles": 72,
|
|
176
|
+
"byPlatform": {
|
|
177
|
+
"css": 27,
|
|
178
|
+
"scss": 15,
|
|
179
|
+
"js": 15,
|
|
180
|
+
"json": 15
|
|
181
|
+
}
|
|
182
|
+
}
|
|
183
|
+
}
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$bild-alpha-alpha-black0: rgba(0, 0, 0, 0);
|
|
5
|
+
$bild-alpha-alpha-black05: rgba(0, 0, 0, 0.05);
|
|
6
|
+
$bild-alpha-alpha-black10: rgba(0, 0, 0, 0.1);
|
|
7
|
+
$bild-alpha-alpha-black20: rgba(0, 0, 0, 0.2);
|
|
8
|
+
$bild-alpha-alpha-black30: rgba(0, 0, 0, 0.3);
|
|
9
|
+
$bild-alpha-alpha-black35: rgba(0, 0, 0, 0.35);
|
|
10
|
+
$bild-alpha-alpha-black50: rgba(0, 0, 0, 0.5);
|
|
11
|
+
$bild-alpha-alpha-black60: rgba(0, 0, 0, 0.6); // Used on elevation effects.
|
|
12
|
+
$bild-alpha-alpha-black70: rgba(0, 0, 0, 0.7); // Used on elevation effects.
|
|
13
|
+
$bild-alpha-alpha-black80: rgba(0, 0, 0, 0.8); // Used on elevation effects.
|
|
14
|
+
$bild-alpha-alpha-white10: rgba(255, 255, 255, 0.1);
|
|
15
|
+
$bild-alpha-alpha-white20: rgba(255, 255, 255, 0.2);
|
|
16
|
+
$bild-alpha-alpha-white30: rgba(255, 255, 255, 0.3);
|
|
17
|
+
$bild-alpha-alpha-white35: rgba(255, 255, 255, 0.35);
|
|
18
|
+
$bild-alpha-alpha-white60: rgba(255, 255, 255, 0.6); // Used on elevation effects.
|
|
19
|
+
$bild-alpha-alpha-white70: rgba(255, 255, 255, 0.7); // Used on elevation effects.
|
|
20
|
+
$bild-alpha-alpha-white80: rgba(255, 255, 255, 0.8); // Used on elevation effects.
|
|
21
|
+
$bild-alpha-alpha-bild-red80: rgba(222, 0, 0, 0.8); // Used on elevation effects.
|
|
22
|
+
$bild-blue-bild-blue: #00b0ff; // This Blue color was taken from the Weather 2024 project. Tone: 069
|
|
23
|
+
$bild-gray-bild096: #f2f5f5;
|
|
24
|
+
$bild-gray-bild093: #e8edf0;
|
|
25
|
+
$bild-gray-bild085: #cfd4d9;
|
|
26
|
+
$bild-gray-bild085-50: rgba(207, 212, 217, 0.5); // The 50% opacity on this color makes it equivalent to BILD093.
|
|
27
|
+
$bild-gray-bild073: #adb5ba;
|
|
28
|
+
$bild-gray-bild060: #8c9196;
|
|
29
|
+
$bild-gray-bild045: #666b70;
|
|
30
|
+
$bild-gray-bild035: #4a5259;
|
|
31
|
+
$bild-gray-bild025: #333d40;
|
|
32
|
+
$bild-gray-bild020: #2b3038;
|
|
33
|
+
$bild-gray-bild015: #242629;
|
|
34
|
+
$bild-gray-bild010: #1c1c1c;
|
|
35
|
+
$bild-green-bild-green093-50: rgba(207, 245, 227, 0.5);
|
|
36
|
+
$bild-green-bild-green093: #cff5e3;
|
|
37
|
+
$bild-green-bild-green070: #00c273;
|
|
38
|
+
$bild-green-bild-green063: #00b066;
|
|
39
|
+
$bild-green-bild-green056-50: rgba(0, 156, 89, 0.5);
|
|
40
|
+
$bild-green-bild-green056: #17995c;
|
|
41
|
+
$bild-green-bild-green040: #006e3d; // This value of green was found in a text field's text color.
|
|
42
|
+
$bild-neutral-bild100: #ffffff;
|
|
43
|
+
$bild-neutral-bild-black: #000000;
|
|
44
|
+
$bild-red-bild-red053: #f52e2e;
|
|
45
|
+
$bild-red-bild-red: #de0000; // Tone 046
|
|
46
|
+
$bild-red-bild-red035: #b00003;
|
|
47
|
+
$bild-orange-bild-orange: #fc8226; // Tone: 067
|
|
48
|
+
$bild-purple-bild-berry: #541a38; // Tone: 020
|
|
49
|
+
$bild-yellow-bild-yellow: #ffbf00; // Tone: 081
|
|
50
|
+
$bild-text-labels-bild-red: BILDRed; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
51
|
+
$bild-text-labels-bild100: BILD100; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
52
|
+
$bild-text-labels-bild096: BILD096; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
53
|
+
$bild-text-labels-bild093: BILD093; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
54
|
+
$bild-text-labels-bild085: BILD085; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
55
|
+
$bild-text-labels-bild073: BILD073; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
56
|
+
$bild-text-labels-bild060: BILD060; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
57
|
+
$bild-text-labels-bild045: BILD045; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
58
|
+
$bild-text-labels-bild035: BILD035; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
59
|
+
$bild-text-labels-bild025: BILD025; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
60
|
+
$bild-text-labels-bild015: BILD015; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
61
|
+
$bild-text-labels-bild-yellow: BILDYellow; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
62
|
+
$bild-text-labels-bild-orange: BILDOrange; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
63
|
+
$bild-text-labels-bild-red053: BILDRed053; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
64
|
+
$bild-text-labels-bild-red035: BILDRed035; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
65
|
+
$bild-text-labels-bild-green093: BILDGreen093; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
66
|
+
$bild-text-labels-bild-green070: BILDGreen070; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
67
|
+
$bild-text-labels-bild-green063: BILDGreen063; // This is a variable used only for documentation purposes in the design system Figma Foundations pages.
|
|
68
|
+
$sport-bild-alpha-spobi-blue016-0: rgba(10, 38, 79, 0);
|
|
69
|
+
$sport-bild-alpha-spobi-blue016-70: rgba(10, 38, 79, 0.7);
|
|
70
|
+
$sport-bild-blue-spobi-blue098: #f7fafc;
|
|
71
|
+
$sport-bild-blue-spobi-blue081: #bdc9db;
|
|
72
|
+
$sport-bild-blue-spobi-blue038: #305999;
|
|
73
|
+
$sport-bild-blue-spobi-blue029: #174582; // This variable in the current online CSS is called secondary-tenant-color
|
|
74
|
+
$sport-bild-blue-spobi-blue016: #0a264f; // This variable in the current online CSS is called main-tenant-color for the spobi tenant.
|
|
75
|
+
$sport-bild-blue-spobi-blue010: #081729;
|
|
76
|
+
$sport-bild-red-spobi-red: #e62629;
|
|
77
|
+
$partner-aubi-aubi-core: #f00000;
|
|
78
|
+
$partner-bz-bz-core: #e3001c;
|
|
79
|
+
$partner-travelbook-travelbook-core: #8ff0ed;
|
|
80
|
+
$partner-techbook-techbook-core: #94e3ff;
|
|
81
|
+
$partner-kaufberater-kaufberater-core: #54476e;
|
|
82
|
+
$partner-computer-bild-cobi-core: #db241c;
|
|
83
|
+
$partner-fitbook-fitbook-core: #ff96b8;
|
|
84
|
+
$partner-petbook-petbook-core: #badb91;
|
|
85
|
+
$partner-my-home-myhome-core: #66cccc;
|
|
86
|
+
$opacity-opacity00: 0;
|
|
87
|
+
$opacity-opacity05: 5;
|
|
88
|
+
$opacity-opacity10: 10;
|
|
89
|
+
$opacity-opacity20: 20;
|
|
90
|
+
$opacity-opacity30: 30;
|
|
91
|
+
$opacity-opacity40: 40;
|
|
92
|
+
$opacity-opacity50: 50;
|
|
93
|
+
$opacity-opacity60: 60;
|
|
94
|
+
$opacity-opacity70: 70;
|
|
95
|
+
$opacity-opacity80: 80;
|
|
96
|
+
$opacity-opacity90: 90;
|
|
97
|
+
$opacity-opacity100: 100;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$font-family-bild-font-family-gotham-cond: Gotham Condensed;
|
|
5
|
+
$font-family-bild-font-family-gotham-x-narrow: Gotham XNarrow;
|
|
6
|
+
$font-family-bild-font-family-gotham: Gotham;
|
|
7
|
+
$font-family-sport-bild-font-family-antenna-extra-cond: AntennaExtraCond;
|
|
8
|
+
$font-family-sport-bild-font-family-antenna-cond: AntennaCond;
|
|
9
|
+
$font-family-sport-bild-font-family-inter: Inter;
|
|
10
|
+
$font-family-advertorial-font-family-lucida-grande: Lucida Grande;
|
|
11
|
+
$font-weight-1000-ultra-font-weight: 1000;
|
|
12
|
+
$font-weight-900-extra-black-font-weight: 900;
|
|
13
|
+
$font-weight-800-black-font-weight: 800;
|
|
14
|
+
$font-weight-700-black-font-weight: 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.
|
|
15
|
+
$font-weight-bold-italic-font-weight-st: Bold Italic;
|
|
16
|
+
$font-weight-black-font-weight-st: Black;
|
|
17
|
+
$font-weight-600-bold-font-weight: 600;
|
|
18
|
+
$font-weight-500-medium-font-weight: 500;
|
|
19
|
+
$font-weight-400-book-font-weight: 400;
|
|
20
|
+
$font-weight-350-book-font-weight: 350;
|
|
21
|
+
$font-weight-300-light-font-weight: 300;
|
|
22
|
+
$font-weight-200-extra-light-font-weight: 200;
|
|
23
|
+
$font-weight-100-thin-font-weight: 100;
|
|
24
|
+
$font-weight-string-1000-ultra-font-weight: 1000;
|
|
25
|
+
$font-weight-string-900-extra-black-font-weight: 900;
|
|
26
|
+
$font-weight-string-800-black-font-weight: 800;
|
|
27
|
+
$font-weight-string-700-black-italic-font-weight: Black Italic;
|
|
28
|
+
$font-weight-string-700-black-font-weight: 700;
|
|
29
|
+
$font-weight-string-600-bold-italic-font-weight: Bold Italic;
|
|
30
|
+
$font-weight-string-600-bold-font-weight: 600;
|
|
31
|
+
$font-weight-string-500-medium-font-weight: 500;
|
|
32
|
+
$font-weight-string-400-book-font-weight: 400;
|
|
33
|
+
$font-weight-string-350-book-font-weight: 350;
|
|
34
|
+
$font-weight-string-200-extra-light-font-weight: 200;
|
|
35
|
+
$font-weight-string-100-thin-font-weight: 100;
|
|
36
|
+
$letter-spacing-letter-space3: 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.
|
|
37
|
+
$letter-spacing-letter-space2: 2; // This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2.
|
|
38
|
+
$letter-spacing-letter-space1: 1; // This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1.
|
|
39
|
+
$letter-spacing-letter-space0-5: 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.
|
|
40
|
+
$letter-spacing-letter-space0-25: 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.
|
|
41
|
+
$letter-spacing-letter-space-0: 0; // This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0.
|
|
42
|
+
$letter-spacing-letter-space-0-25: -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.
|
|
43
|
+
$letter-spacing-letter-space-0-5: -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.
|
|
44
|
+
$letter-spacing-letter-space-1: -1; // This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1.
|
|
45
|
+
$letter-spacing-letter-space-2: -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.
|
|
46
|
+
$letter-spacing-letter-space-3: -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.
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$size168x: 1344;
|
|
5
|
+
$size128x: 1024;
|
|
6
|
+
$size124x: 992;
|
|
7
|
+
$size116-25x: 930;
|
|
8
|
+
$size100x: 800;
|
|
9
|
+
$size87-5x: 700;
|
|
10
|
+
$size80x: 640;
|
|
11
|
+
$size60x: 480;
|
|
12
|
+
$size50x: 400;
|
|
13
|
+
$size40x: 320;
|
|
14
|
+
$size35x: 280;
|
|
15
|
+
$size30x: 240;
|
|
16
|
+
$size27-5x: 220;
|
|
17
|
+
$size25x: 200;
|
|
18
|
+
$size22-5x: 180;
|
|
19
|
+
$size20x: 160;
|
|
20
|
+
$size18-5x: 148;
|
|
21
|
+
$size17-5x: 140;
|
|
22
|
+
$size16-25: 130;
|
|
23
|
+
$size15x: 120;
|
|
24
|
+
$size12-5x: 100;
|
|
25
|
+
$size12x: 96;
|
|
26
|
+
$size11-5x: 92;
|
|
27
|
+
$size10x: 80;
|
|
28
|
+
$size9x: 72;
|
|
29
|
+
$size8x: 64;
|
|
30
|
+
$size7x: 56;
|
|
31
|
+
$size6x: 48;
|
|
32
|
+
$size5-25x: 42;
|
|
33
|
+
$size5x: 40;
|
|
34
|
+
$size4-5x: 36;
|
|
35
|
+
$size4x: 32;
|
|
36
|
+
$size3-75x: 30;
|
|
37
|
+
$size3-5x: 28;
|
|
38
|
+
$size3-25x: 26;
|
|
39
|
+
$size3x: 24;
|
|
40
|
+
$size2-75x: 22;
|
|
41
|
+
$size2-5x: 20;
|
|
42
|
+
$size2-25x: 18;
|
|
43
|
+
$size2x: 16;
|
|
44
|
+
$size1-75x: 14;
|
|
45
|
+
$size1-5x: 12;
|
|
46
|
+
$size1-25x: 10;
|
|
47
|
+
$size1x: 8;
|
|
48
|
+
$size0-75x: 6;
|
|
49
|
+
$size0-5x: 4;
|
|
50
|
+
$size0-25x: 2;
|
|
51
|
+
$size0-125x: 1;
|
|
52
|
+
$size0x: 0;
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$space20x: 160;
|
|
5
|
+
$space12x: 96;
|
|
6
|
+
$space10x: 80;
|
|
7
|
+
$space9x: 72;
|
|
8
|
+
$space8-5x: 68;
|
|
9
|
+
$space8x: 64;
|
|
10
|
+
$space7-5x: 60;
|
|
11
|
+
$space6x: 48;
|
|
12
|
+
$space5x: 40;
|
|
13
|
+
$space4-5x: 36;
|
|
14
|
+
$space4x: 32;
|
|
15
|
+
$space3-5x: 28;
|
|
16
|
+
$space3x: 24;
|
|
17
|
+
$space2-75x: 22;
|
|
18
|
+
$space2-5x: 20;
|
|
19
|
+
$space2x: 16;
|
|
20
|
+
$space1-75x: 14;
|
|
21
|
+
$space1-5x: 12;
|
|
22
|
+
$space1-25x: 10;
|
|
23
|
+
$space1x: 8;
|
|
24
|
+
$space0-75x: 6;
|
|
25
|
+
$space0-5x: 4;
|
|
26
|
+
$space0-25x: 2;
|
|
27
|
+
$space0x: 0;
|
|
28
|
+
$space-0-25x: -2;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$component-button-button-label-font-size: 15; // 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
|
|
5
|
+
$component-button-button-content-gap-space: 6; // 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.
|
|
6
|
+
$component-button-button-inline-space: 16; // 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.
|
|
7
|
+
$component-button-button-stack-space: 6; // 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.
|
|
8
|
+
$component-inputfield-input-field-label-font-size: 16; // 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
|
|
9
|
+
$component-inputfield-input-field-inline-space: 16;
|
|
10
|
+
$component-inputfield-input-field-height-size: 36;
|
|
11
|
+
$component-inputfield-input-field-stack-space: 6;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$component-button-button-label-font-size: 17; // 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
|
|
5
|
+
$component-button-button-content-gap-space: 8; // 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.
|
|
6
|
+
$component-button-button-inline-space: 20; // 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.
|
|
7
|
+
$component-button-button-stack-space: 8; // 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.
|
|
8
|
+
$component-inputfield-input-field-label-font-size: 17; // 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
|
|
9
|
+
$component-inputfield-input-field-inline-space: 16;
|
|
10
|
+
$component-inputfield-input-field-height-size: 40;
|
|
11
|
+
$component-inputfield-input-field-stack-space: 8;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly, this file was auto-generated.
|
|
3
|
+
|
|
4
|
+
$component-button-button-label-font-size: 19; // 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
|
|
5
|
+
$component-button-button-content-gap-space: 8; // 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.
|
|
6
|
+
$component-button-button-inline-space: 24; // 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.
|
|
7
|
+
$component-button-button-stack-space: 12; // 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.
|
|
8
|
+
$component-inputfield-input-field-label-font-size: 19; // 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
|
|
9
|
+
$component-inputfield-input-field-inline-space: 16;
|
|
10
|
+
$component-inputfield-input-field-height-size: 48;
|
|
11
|
+
$component-inputfield-input-field-stack-space: 12;
|