@marioschmidt/design-system-tokens 1.0.20 → 1.0.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (226) hide show
  1. package/dist/css/brands/advertorial/density/density-compact.css +31 -6
  2. package/dist/css/brands/advertorial/density/density-default.css +31 -6
  3. package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
  4. package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
  5. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  6. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  7. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  8. package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  9. package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
  10. package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
  11. package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
  12. package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
  13. package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
  14. package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
  15. package/dist/css/brands/bild/density/density-compact.css +31 -6
  16. package/dist/css/brands/bild/density/density-default.css +31 -6
  17. package/dist/css/brands/bild/density/density-spacious.css +31 -6
  18. package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
  19. package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
  20. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  21. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  22. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  23. package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  24. package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
  25. package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
  26. package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
  27. package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
  28. package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
  29. package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
  30. package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
  31. package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
  32. package/dist/css/brands/sportbild/density/density-compact.css +31 -6
  33. package/dist/css/brands/sportbild/density/density-default.css +31 -6
  34. package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
  35. package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
  36. package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
  37. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
  38. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
  39. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
  40. package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
  41. package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
  42. package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
  43. package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
  44. package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
  45. package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
  46. package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
  47. package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
  48. package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
  49. package/dist/css/shared/colorprimitive.css +160 -48
  50. package/dist/css/shared/fontprimitive.css +99 -33
  51. package/dist/css/shared/sizeprimitive.css +8 -1
  52. package/dist/css/shared/spaceprimitive.css +8 -1
  53. package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
  54. package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
  55. package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
  56. package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
  57. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  58. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  59. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  60. package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  61. package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
  62. package/dist/flutter/brands/bild/density/density-default.dart +5 -0
  63. package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
  64. package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
  65. package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
  66. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  67. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  68. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  69. package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  70. package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
  71. package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
  72. package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
  73. package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
  74. package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
  75. package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
  76. package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
  77. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
  78. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
  79. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
  80. package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
  81. package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
  82. package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
  83. package/dist/flutter/shared/colorprimitive.dart +20 -1
  84. package/dist/flutter/shared/fontprimitive.dart +20 -3
  85. package/dist/flutter/shared/sizeprimitive.dart +5 -0
  86. package/dist/flutter/shared/spaceprimitive.dart +5 -0
  87. package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
  88. package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
  89. package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
  90. package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
  91. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  92. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  93. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  94. package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  95. package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
  96. package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
  97. package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
  98. package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
  99. package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
  100. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  101. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  102. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  103. package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  104. package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
  105. package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
  106. package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
  107. package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
  108. package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
  109. package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
  110. package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
  111. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
  112. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
  113. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
  114. package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
  115. package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
  116. package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
  117. package/dist/ios/shared/Colorprimitive.swift +20 -1
  118. package/dist/ios/shared/Fontprimitive.swift +20 -3
  119. package/dist/ios/shared/Sizeprimitive.swift +5 -0
  120. package/dist/ios/shared/Spaceprimitive.swift +5 -0
  121. package/dist/js/brands/advertorial/density/density-compact.js +16 -1
  122. package/dist/js/brands/advertorial/density/density-default.js +16 -1
  123. package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
  124. package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
  125. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  126. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  127. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  128. package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  129. package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
  130. package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
  131. package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
  132. package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
  133. package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
  134. package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
  135. package/dist/js/brands/bild/density/density-compact.js +16 -1
  136. package/dist/js/brands/bild/density/density-default.js +16 -1
  137. package/dist/js/brands/bild/density/density-spacious.js +16 -1
  138. package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
  139. package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
  140. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  141. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  142. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  143. package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  144. package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
  145. package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
  146. package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
  147. package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
  148. package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
  149. package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
  150. package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
  151. package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
  152. package/dist/js/brands/sportbild/density/density-compact.js +16 -1
  153. package/dist/js/brands/sportbild/density/density-default.js +16 -1
  154. package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
  155. package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
  156. package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
  157. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
  158. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
  159. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
  160. package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
  161. package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
  162. package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
  163. package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
  164. package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
  165. package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
  166. package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
  167. package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
  168. package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
  169. package/dist/js/shared/colorprimitive.js +125 -45
  170. package/dist/js/shared/fontprimitive.js +76 -34
  171. package/dist/js/shared/sizeprimitive.js +8 -1
  172. package/dist/js/shared/spaceprimitive.js +8 -1
  173. package/dist/manifest.json +1 -1
  174. package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
  175. package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
  176. package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
  177. package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
  178. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  179. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  180. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  181. package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  182. package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
  183. package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
  184. package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
  185. package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
  186. package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
  187. package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
  188. package/dist/scss/brands/bild/density/density-compact.scss +22 -6
  189. package/dist/scss/brands/bild/density/density-default.scss +22 -6
  190. package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
  191. package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
  192. package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
  193. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  194. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  195. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  196. package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  197. package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
  198. package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
  199. package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
  200. package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
  201. package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
  202. package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
  203. package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
  204. package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
  205. package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
  206. package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
  207. package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
  208. package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
  209. package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
  210. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
  211. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
  212. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
  213. package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
  214. package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
  215. package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
  216. package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
  217. package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
  218. package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
  219. package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
  220. package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
  221. package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
  222. package/dist/scss/shared/colorprimitive.scss +129 -48
  223. package/dist/scss/shared/fontprimitive.scss +76 -33
  224. package/dist/scss/shared/sizeprimitive.scss +9 -1
  225. package/dist/scss/shared/spaceprimitive.scss +9 -1
  226. package/package.json +1 -1
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Effect Classes - Sportbild / dark
3
- * Generiert am: 2025-11-24T15:10:53.588Z
3
+ * Generiert am: 2025-11-24T20:34:59.223Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Effect Classes - Sportbild / light
3
- * Generiert am: 2025-11-24T15:10:53.518Z
3
+ * Generiert am: 2025-11-24T20:34:59.162Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Sportbild / lg
3
- * Generiert am: 2025-11-24T15:10:52.623Z
3
+ * Generiert am: 2025-11-24T20:34:58.383Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Sportbild / md
3
- * Generiert am: 2025-11-24T15:10:52.461Z
3
+ * Generiert am: 2025-11-24T20:34:58.247Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Sportbild / sm
3
- * Generiert am: 2025-11-24T15:10:52.318Z
3
+ * Generiert am: 2025-11-24T20:34:58.116Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,6 +1,6 @@
1
1
  /**
2
2
  * Typography Classes - Sportbild / xs
3
- * Generiert am: 2025-11-24T15:10:52.151Z
3
+ * Generiert am: 2025-11-24T20:34:57.971Z
4
4
  * Nicht manuell bearbeiten!
5
5
  */
6
6
 
@@ -1,11 +1,62 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * colorprimitive.css
3
+ * Generiert am: 2025-11-24T20:34:53.371Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
6
- --bildred: #DD0000; /** Tone 046 */
7
- --bildred035: #AF0002;
8
- --bildred053: #F52D2D;
8
+ /* ============================================
9
+ BILD
10
+ ============================================ */
11
+
12
+ /* BILD - alpha */
13
+ --alpha-black20: rgba(0, 0, 0, 0.20000000298023224);
14
+ --alpha-black10: rgba(0, 0, 0, 0.10000000149011612);
15
+ /**
16
+ * Used on elevation effects.
17
+ */
18
+ --alpha-black60: rgba(0, 0, 0, 0.6000000238418579);
19
+ --alpha-black30: rgba(0, 0, 0, 0.30000001192092896);
20
+ /**
21
+ * Used on elevation effects.
22
+ */
23
+ --alpha-black70: rgba(0, 0, 0, 0.699999988079071);
24
+ --alpha-white10: rgba(255, 255, 255, 0.10000000149011612);
25
+ --alpha-white20: rgba(255, 255, 255, 0.20000000298023224);
26
+ --alpha-white30: rgba(255, 255, 255, 0.30000001192092896);
27
+ /**
28
+ * Used on elevation effects.
29
+ */
30
+ --alpha-white60: rgba(255, 255, 255, 0.6000000238418579);
31
+ /**
32
+ * Used on elevation effects.
33
+ */
34
+ --alpha-white70: rgba(255, 255, 255, 0.699999988079071);
35
+ --alpha-white35: rgba(255, 255, 255, 0.3499999940395355);
36
+ /**
37
+ * Used on elevation effects.
38
+ */
39
+ --alpha-bildred80: rgba(221, 0, 0, 0.800000011920929);
40
+ /**
41
+ * Used on elevation effects.
42
+ */
43
+ --alpha-black80: rgba(0, 0, 0, 0.800000011920929);
44
+ /**
45
+ * Used on elevation effects.
46
+ */
47
+ --alpha-white80: rgba(255, 255, 255, 0.800000011920929);
48
+ --alpha-black35: rgba(0, 0, 0, 0.3499999940395355);
49
+ --alpha-black0: rgba(0, 0, 0, 0);
50
+ --alpha-black50: rgba(0, 0, 0, 0.5);
51
+ --alpha-black05: rgba(0, 0, 0, 0.05000000074505806);
52
+
53
+ /* BILD - blue */
54
+ /**
55
+ * This Blue color was taken from the Weather 2024 project. Tone: 069
56
+ */
57
+ --bildblue: #00B1FF;
58
+
59
+ /* BILD - gray */
9
60
  --bild015: #232629;
10
61
  --bild085: #CED4DA;
11
62
  --bild035: #4B525A;
@@ -13,60 +64,62 @@
13
64
  --bild060: #8C9196;
14
65
  --bild096: #F2F4F5;
15
66
  --bild093: #E9ECEF;
16
- --bild085-50: rgba(206, 212, 218, 0.5); /** The 50% opacity on this color makes it equivalent to BILD093. */
67
+ /**
68
+ * The 50% opacity on this color makes it equivalent to BILD093.
69
+ */
70
+ --bild085-50: rgba(206, 212, 218, 0.5);
17
71
  --bild073: #AEB4B9;
18
72
  --bild045: #666B70;
19
73
  --bild010: #1C1C1C;
20
74
  --bild020: #2C3138;
21
- --bild100: #FFFFFF;
22
- --bildblack: #000000;
23
- --bildorange: #FD8227; /** Tone: 067 */
75
+
76
+ /* BILD - green */
24
77
  --bildgreen070: #00C373;
25
78
  --bildgreen063: #00AF67;
26
79
  --bildgreen093: #CEF4E4;
27
80
  --bildgreen093-50: rgba(206, 244, 228, 0.5);
28
81
  --bildgreen056-50: rgba(0, 155, 90, 0.5);
29
- --bildgreen040: #006E3E; /** This value of green was found in a text field's text color. */
82
+ /**
83
+ * This value of green was found in a text field's text color.
84
+ */
85
+ --bildgreen040: #006E3E;
30
86
  --bildgreen056: #18995C;
31
- --bildyellow: #FFBF00; /** Tone: 081 */
32
- --bildberry: #551937; /** Tone: 020 */
33
- --alpha-black20: rgba(0, 0, 0, 0.20000000298023224);
34
- --alpha-black10: rgba(0, 0, 0, 0.10000000149011612);
35
- --alpha-black60: rgba(0, 0, 0, 0.6000000238418579); /** Used on elevation effects. */
36
- --alpha-black30: rgba(0, 0, 0, 0.30000001192092896);
37
- --alpha-black70: rgba(0, 0, 0, 0.699999988079071); /** Used on elevation effects. */
38
- --alpha-white10: rgba(255, 255, 255, 0.10000000149011612);
39
- --alpha-white20: rgba(255, 255, 255, 0.20000000298023224);
40
- --alpha-white30: rgba(255, 255, 255, 0.30000001192092896);
41
- --alpha-white60: rgba(255, 255, 255, 0.6000000238418579); /** Used on elevation effects. */
42
- --alpha-white70: rgba(255, 255, 255, 0.699999988079071); /** Used on elevation effects. */
43
- --alpha-white35: rgba(255, 255, 255, 0.3499999940395355);
44
- --alpha-bildred80: rgba(221, 0, 0, 0.800000011920929); /** Used on elevation effects. */
45
- --alpha-black80: rgba(0, 0, 0, 0.800000011920929); /** Used on elevation effects. */
46
- --alpha-white80: rgba(255, 255, 255, 0.800000011920929); /** Used on elevation effects. */
47
- --alpha-black35: rgba(0, 0, 0, 0.3499999940395355);
48
- --alpha-black0: rgba(0, 0, 0, 0);
49
- --alpha-black50: rgba(0, 0, 0, 0.5);
50
- --alpha-black05: rgba(0, 0, 0, 0.05000000074505806);
51
- --bildblue: #00B1FF; /** This Blue color was taken from the Weather 2024 project. Tone: 069 */
52
- --fitbook-core: #FF97B7;
53
- --petbook-core: #B9DB91;
54
- --myhome-core: #66CCCC;
55
- --travelbook-core: #8EF0ED;
56
- --techbook-core: #93E4FF;
57
- --kaufberater-core: #55476E;
58
- --bz-core: #E3001B;
59
- --aubi-core: #F00000;
60
- --cobi-core: #DC231C;
61
- --spobi-blue098: #F7F9FD;
62
- --spobi-blue081: #BDCADB;
63
- --spobi-blue029: #174482; /** This variable in the current online CSS is called secondary-tenant-color */
64
- --spobi-blue016: #0A2750; /** This variable in the current online CSS is called main-tenant-color for the spobi tenant. */
65
- --spobi-blue010: #081828;
66
- --spobi-blue038: #315998;
67
- --spobi-red: #E52528;
68
- --spobi-blue016-0: rgba(10, 39, 80, 0);
69
- --spobi-blue016-70: rgba(10, 39, 80, 0.699999988079071);
87
+
88
+ /* BILD - neutral */
89
+ --bild100: #FFFFFF;
90
+ --bildblack: #000000;
91
+
92
+ /* BILD - orange */
93
+ /**
94
+ * Tone: 067
95
+ */
96
+ --bildorange: #FD8227;
97
+
98
+ /* BILD - purple */
99
+ /**
100
+ * Tone: 020
101
+ */
102
+ --bildberry: #551937;
103
+
104
+ /* BILD - red */
105
+ /**
106
+ * Tone 046
107
+ */
108
+ --bildred: #DD0000;
109
+ --bildred035: #AF0002;
110
+ --bildred053: #F52D2D;
111
+
112
+ /* BILD - yellow */
113
+ /**
114
+ * Tone: 081
115
+ */
116
+ --bildyellow: #FFBF00;
117
+
118
+
119
+ /* ============================================
120
+ OPACITY
121
+ ============================================ */
122
+
70
123
  --opacity05: 5px;
71
124
  --opacity10: 10px;
72
125
  --opacity20: 20px;
@@ -79,4 +132,63 @@
79
132
  --opacity50: 50px;
80
133
  --opacity00: 0px;
81
134
  --opacity70: 70px;
135
+
136
+
137
+ /* ============================================
138
+ PARTNER
139
+ ============================================ */
140
+
141
+ /* Partner - Aubi */
142
+ --aubi-core: #F00000;
143
+
144
+ /* Partner - Bz */
145
+ --bz-core: #E3001B;
146
+
147
+ /* Partner - ComputerBILD */
148
+ --cobi-core: #DC231C;
149
+
150
+ /* Partner - Fitbook */
151
+ --fitbook-core: #FF97B7;
152
+
153
+ /* Partner - Kaufberater */
154
+ --kaufberater-core: #55476E;
155
+
156
+ /* Partner - MyHome */
157
+ --myhome-core: #66CCCC;
158
+
159
+ /* Partner - Petbook */
160
+ --petbook-core: #B9DB91;
161
+
162
+ /* Partner - Techbook */
163
+ --techbook-core: #93E4FF;
164
+
165
+ /* Partner - Travelbook */
166
+ --travelbook-core: #8EF0ED;
167
+
168
+
169
+ /* ============================================
170
+ SPORTBILD
171
+ ============================================ */
172
+
173
+ /* SportBILD - alpha */
174
+ --spobi-blue016-0: rgba(10, 39, 80, 0);
175
+ --spobi-blue016-70: rgba(10, 39, 80, 0.699999988079071);
176
+
177
+ /* SportBILD - blue */
178
+ --spobi-blue098: #F7F9FD;
179
+ --spobi-blue081: #BDCADB;
180
+ /**
181
+ * This variable in the current online CSS is called secondary-tenant-color
182
+ */
183
+ --spobi-blue029: #174482;
184
+ /**
185
+ * This variable in the current online CSS is called main-tenant-color for the spobi tenant.
186
+ */
187
+ --spobi-blue016: #0A2750;
188
+ --spobi-blue010: #081828;
189
+ --spobi-blue038: #315998;
190
+
191
+ /* SportBILD - red */
192
+ --spobi-red: #E52528;
193
+
82
194
  }
@@ -1,49 +1,115 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * fontprimitive.css
3
+ * Generiert am: 2025-11-24T20:34:53.451Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
8
+ /* ============================================
9
+ FONTFAMILY
10
+ ============================================ */
11
+
12
+ /* FontFamily - Advertorial */
13
+ --font-family-lucida-grande: Lucida Grande;
14
+
15
+ /* FontFamily - BILD */
6
16
  --font-family-gotham-xnarrow: Gotham XNarrow;
7
17
  --font-family-gotham-cond: Gotham Condensed;
8
18
  --font-family-gotham: Gotham;
9
- --font-family-lucida-grande: Lucida Grande;
19
+
20
+ /* FontFamily - SportBILD */
10
21
  --font-family-antenna-extra-cond: AntennaExtraCond;
11
22
  --font-family-antenna-cond: AntennaCond;
12
23
  --font-family-inter: Inter;
13
- --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. */
14
- --900-extra-black-font-weight: 900;
15
- --400-book-font-weight: 400;
16
- --1000-ultra-font-weight: 1000;
17
- --800-black-font-weight: 800;
18
- --350-book-font-weight: 350;
19
- --600-bold-font-weight: 600;
20
- --100-thin-font-weight: 100;
24
+
25
+
26
+ /* ============================================
27
+ FONTWEIGHT
28
+ ============================================ */
29
+
30
+ /**
31
+ * 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.
32
+ */
33
+ --font-weight-700-black-font-weight: 700;
34
+ --font-weight-900-extra-black-font-weight: 900;
35
+ --font-weight-400-book-font-weight: 400;
36
+ --font-weight-1000-ultra-font-weight: 1000;
37
+ --font-weight-800-black-font-weight: 800;
38
+ --font-weight-350-book-font-weight: 350;
39
+ --font-weight-600-bold-font-weight: 600;
40
+ --font-weight-100-thin-font-weight: 100;
21
41
  --300-light-font-weight: 300;
22
- --200-extra-light-font-weight: 200;
23
- --500-medium-font-weight: 500;
42
+ --font-weight-200-extra-light-font-weight: 200;
43
+ --font-weight-500-medium-font-weight: 500;
24
44
  --bold-italic-font-weight-st: Bold Italic;
25
45
  --black-font-weight-st: Black;
26
- --letter-space-0-25: -0.25px; /** 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. */
27
- --letter-space-0: 0px; /** This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0. */
28
- --letter-space1: 1px; /** This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1. */
29
- --letter-space0-5: 0.5px; /** 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. */
30
- --letter-space0-25: 0.25px; /** 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. */
31
- --letter-space-0-5: -0.5px; /** This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5. */
32
- --letter-space2: 2px; /** This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2. */
33
- --letter-space-1: -1px; /** This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1. */
34
- --letter-space-2: -2px; /** 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. */
35
- --letter-space3: 3px; /** 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. */
36
- --letter-space-3: -3px; /** 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. */
37
- --1000-ultra-font-weight: 1000;
38
- --900-extra-black-font-weight: 900;
39
- --800-black-font-weight: 800;
40
- --700-black-font-weight: 700;
41
- --600-bold-font-weight: 600;
42
- --500-medium-font-weight: 500;
43
- --400-book-font-weight: 400;
44
- --350-book-font-weight: 350;
45
- --200-extra-light-font-weight: 200;
46
- --100-thin-font-weight: 100;
46
+
47
+
48
+ /* ============================================
49
+ FONTWEIGHTSTRING
50
+ ============================================ */
51
+
52
+ --font-weight-string-1000-ultra-font-weight: 1000;
53
+ --font-weight-string-900-extra-black-font-weight: 900;
54
+ --font-weight-string-800-black-font-weight: 800;
55
+ --font-weight-string-700-black-font-weight: 700;
56
+ --font-weight-string-600-bold-font-weight: 600;
57
+ --font-weight-string-500-medium-font-weight: 500;
58
+ --font-weight-string-400-book-font-weight: 400;
59
+ --font-weight-string-350-book-font-weight: 350;
60
+ --font-weight-string-200-extra-light-font-weight: 200;
61
+ --font-weight-string-100-thin-font-weight: 100;
47
62
  --600-bold-italic-font-weight: Bold Italic;
48
63
  --700-black-italic-font-weight: Black Italic;
64
+
65
+
66
+ /* ============================================
67
+ LETTERSPACING
68
+ ============================================ */
69
+
70
+ /**
71
+ * 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.
72
+ */
73
+ --letter-space-0-25: -0.25px;
74
+ /**
75
+ * This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0.
76
+ */
77
+ --letter-space-0: 0px;
78
+ /**
79
+ * This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1.
80
+ */
81
+ --letter-space1: 1px;
82
+ /**
83
+ * 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.
84
+ */
85
+ --letter-space0-5: 0.5px;
86
+ /**
87
+ * 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.
88
+ */
89
+ --letter-space0-25: 0.25px;
90
+ /**
91
+ * This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5.
92
+ */
93
+ --letter-space-0-5: -0.5px;
94
+ /**
95
+ * This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2.
96
+ */
97
+ --letter-space2: 2px;
98
+ /**
99
+ * This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1.
100
+ */
101
+ --letter-space-1: -1px;
102
+ /**
103
+ * 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.
104
+ */
105
+ --letter-space-2: -2px;
106
+ /**
107
+ * 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.
108
+ */
109
+ --letter-space3: 3px;
110
+ /**
111
+ * 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.
112
+ */
113
+ --letter-space-3: -3px;
114
+
49
115
  }
@@ -1,8 +1,14 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * sizeprimitive.css
3
+ * Generiert am: 2025-11-24T20:34:53.510Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
8
+ /* ============================================
9
+ OTHER
10
+ ============================================ */
11
+
6
12
  --size6x: 48px;
7
13
  --size3x: 24px;
8
14
  --size1x: 8px;
@@ -52,4 +58,5 @@
52
58
  --size100x: 800px;
53
59
  --size0x: 0px;
54
60
  --size0-125x: 1px;
61
+
55
62
  }
@@ -1,8 +1,14 @@
1
1
  /**
2
- * Do not edit directly, this file was auto-generated.
2
+ * spaceprimitive.css
3
+ * Generiert am: 2025-11-24T20:34:53.559Z
4
+ * Nicht manuell bearbeiten!
3
5
  */
4
6
 
5
7
  :root {
8
+ /* ============================================
9
+ OTHER
10
+ ============================================ */
11
+
6
12
  --space1x: 8px;
7
13
  --space0-5x: 4px;
8
14
  --space0-25x: 2px;
@@ -28,4 +34,5 @@
28
34
  --space1-75x: 14px;
29
35
  --space8-5x: 68px;
30
36
  --space3-5x: 28px;
37
+
31
38
  }
@@ -12,6 +12,10 @@ import 'dart:ui';
12
12
  class DensityCompact {
13
13
  DensityCompact._();
14
14
 
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
15
19
  // Component - Button
16
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. */
17
21
  static const buttonContentGapSpace = "6px";
@@ -28,4 +32,5 @@ class DensityCompact {
28
32
  static const inputFieldHeightSize = "36px";
29
33
  /** 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 */
30
34
  static const inputFieldLabelFontSize = "16px";
35
+
31
36
  }
@@ -12,6 +12,10 @@ import 'dart:ui';
12
12
  class DensityDefault {
13
13
  DensityDefault._();
14
14
 
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
15
19
  // Component - Button
16
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. */
17
21
  static const buttonContentGapSpace = "8px";
@@ -28,4 +32,5 @@ class DensityDefault {
28
32
  static const inputFieldHeightSize = "40px";
29
33
  /** 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 */
30
34
  static const inputFieldLabelFontSize = "17px";
35
+
31
36
  }
@@ -12,6 +12,10 @@ import 'dart:ui';
12
12
  class DensitySpacious {
13
13
  DensitySpacious._();
14
14
 
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
15
19
  // Component - Button
16
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. */
17
21
  static const buttonContentGapSpace = "8px";
@@ -28,4 +32,5 @@ class DensitySpacious {
28
32
  static const inputFieldHeightSize = "48px";
29
33
  /** 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 */
30
34
  static const inputFieldLabelFontSize = "19px";
35
+
31
36
  }
@@ -12,8 +12,10 @@ import 'dart:ui';
12
12
  class Brandtokenmapping {
13
13
  Brandtokenmapping._();
14
14
 
15
- static const brandName = "Advertorial";
16
- // Component
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
17
19
  static const buttonLabelFontWeightSt = "600";
18
20
 
19
21
  // Component - Accordion
@@ -157,6 +159,11 @@ class Brandtokenmapping {
157
159
  // Component - Teaser - superA
158
160
  static const superAteaserTitleInlineSpace = "16px";
159
161
 
162
+
163
+ // ============================================
164
+ // GLOBAL
165
+ // ============================================
166
+
160
167
  // Global - Typography - FontFamily
161
168
  /** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
162
169
  static const kickerFontFamily = "Lucida Grande";
@@ -512,4 +519,12 @@ class Brandtokenmapping {
512
519
  static const hideOnAdvertorial = false;
513
520
  static const onlyBild = false;
514
521
  static const onlySportBild = false;
522
+
523
+
524
+ // ============================================
525
+ // OTHER
526
+ // ============================================
527
+
528
+ static const brandName = "Advertorial";
529
+
515
530
  }
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointLg1024pxRegular {
13
13
  BreakpointLg1024pxRegular._();
14
14
 
15
- static const breakpointName = "lg";
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
16
19
  // Component - Accordion
17
20
  /** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
18
21
  static const accordionLabelFontFamily = "Lucida Grande";
@@ -447,6 +450,18 @@ class BreakpointLg1024pxRegular {
447
450
  /** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
448
451
  static const docHeaderHeightSize = "180px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "lg";
459
+
460
+
461
+ // ============================================
462
+ // SEMANTIC
463
+ // ============================================
464
+
450
465
  // Semantic - Border - BorderRadius
451
466
  /** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
452
467
  static const borderRadiusXs = "2px";
@@ -893,4 +908,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
893
908
  static const changeOnMd = "md/lg";
894
909
  static const bpSpecificWeb = "lg";
895
910
  static const bpSpecificApp = "regular";
911
+
896
912
  }
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointMd600px {
13
13
  BreakpointMd600px._();
14
14
 
15
- static const breakpointName = "md";
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
16
19
  // Component - Accordion
17
20
  /** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
18
21
  static const accordionLabelFontFamily = "Lucida Grande";
@@ -447,6 +450,18 @@ class BreakpointMd600px {
447
450
  /** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
448
451
  static const docHeaderHeightSize = "160px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "md";
459
+
460
+
461
+ // ============================================
462
+ // SEMANTIC
463
+ // ============================================
464
+
450
465
  // Semantic - Border - BorderRadius
451
466
  /** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
452
467
  static const borderRadiusXs = "2px";
@@ -893,4 +908,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
893
908
  static const changeOnMd = "md/lg";
894
909
  static const bpSpecificWeb = "md";
895
910
  static const bpSpecificApp = "regular";
911
+
896
912
  }