@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
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointSm390pxCompact {
13
13
  BreakpointSm390pxCompact._();
14
14
 
15
- static const breakpointName = "sm";
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 BreakpointSm390pxCompact {
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 = "144px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "sm";
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 = "xs/sm";
894
909
  static const bpSpecificWeb = "xs/sm";
895
910
  static const bpSpecificApp = "compact";
911
+
896
912
  }
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointXs320px {
13
13
  BreakpointXs320px._();
14
14
 
15
- static const breakpointName = "xs";
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 BreakpointXs320px {
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 = "144px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "xs";
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 = "xs/sm";
894
909
  static const bpSpecificWeb = "xs/sm";
895
910
  static const bpSpecificApp = "compact";
911
+
896
912
  }
@@ -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,7 +12,10 @@ import 'dart:ui';
12
12
  class Brandcolormapping {
13
13
  Brandcolormapping._();
14
14
 
15
- // Component
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
16
19
  static const chipColorActive = Color(0xFFDD0000);
17
20
 
18
21
  // Component - Avatar
@@ -88,6 +91,11 @@ class Brandcolormapping {
88
91
  static const teaserTitleBackgroundGradientStart = Color(0xb2000000);
89
92
  static const teaserTitleBackgroundGradientStop = Color(0x00000000);
90
93
 
94
+
95
+ // ============================================
96
+ // GLOBAL
97
+ // ============================================
98
+
91
99
  // Global - Attention
92
100
  /** Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers. */
93
101
  static const accentColorPrimary = Color(0xFFDD0000);
@@ -153,4 +161,5 @@ class Brandcolormapping {
153
161
  static const kickerBgColorOnSurface = Color(0xFFDD0000);
154
162
  /** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
155
163
  static const kickerBgColorOnSurfaceDark = Color(0xFF8C9196);
164
+
156
165
  }
@@ -12,8 +12,10 @@ import 'dart:ui';
12
12
  class Brandtokenmapping {
13
13
  Brandtokenmapping._();
14
14
 
15
- static const brandName = "BILD";
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 = "Gotham XNarrow";
@@ -512,4 +519,12 @@ class Brandtokenmapping {
512
519
  static const hideOnAdvertorial = true;
513
520
  static const onlyBild = true;
514
521
  static const onlySportBild = false;
522
+
523
+
524
+ // ============================================
525
+ // OTHER
526
+ // ============================================
527
+
528
+ static const brandName = "BILD";
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 = "Gotham XNarrow";
@@ -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 = "Gotham XNarrow";
@@ -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
  }
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointSm390pxCompact {
13
13
  BreakpointSm390pxCompact._();
14
14
 
15
- static const breakpointName = "sm";
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 = "Gotham XNarrow";
@@ -447,6 +450,18 @@ class BreakpointSm390pxCompact {
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 = "144px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "sm";
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 = "xs/sm";
894
909
  static const bpSpecificWeb = "xs/sm";
895
910
  static const bpSpecificApp = "compact";
911
+
896
912
  }
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointXs320px {
13
13
  BreakpointXs320px._();
14
14
 
15
- static const breakpointName = "xs";
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 = "Gotham XNarrow";
@@ -447,6 +450,18 @@ class BreakpointXs320px {
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 = "144px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "xs";
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 = "xs/sm";
894
909
  static const bpSpecificWeb = "xs/sm";
895
910
  static const bpSpecificApp = "compact";
911
+
896
912
  }
@@ -12,6 +12,10 @@ import 'dart:ui';
12
12
  class ColormodeDark {
13
13
  ColormodeDark._();
14
14
 
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
15
19
  // Component - Alert
16
20
  /** 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 */
17
21
  static const alertSurfaceColor = Color(0xFF343C41);
@@ -226,6 +230,11 @@ class ColormodeDark {
226
230
  static const dsDocSpacingItemBgColor = Color(0x33ffffff);
227
231
  static const dsDocSpacingItemBorderColor = Color(0xccffffff);
228
232
 
233
+
234
+ // ============================================
235
+ // SEMANTIC
236
+ // ============================================
237
+
229
238
  // Semantic - Attention
230
239
  /** 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. */
231
240
  static const attentionColorHigh = Color(0xFFDD0000);
@@ -467,4 +476,5 @@ Behavior: Constant — same orange tone across Light and Dark mode. */
467
476
  /** Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
468
477
  Behavior: Constant — always light neutral to guarantee accessibility on dark backgrounds. */
469
478
  static const textColorOnDarkSurface = Color(0xFFFFFFFF);
479
+
470
480
  }
@@ -12,6 +12,10 @@ import 'dart:ui';
12
12
  class ColormodeLight {
13
13
  ColormodeLight._();
14
14
 
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
15
19
  // Component - Alert
16
20
  /** 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 */
17
21
  static const alertSurfaceColor = Color(0xFFFFFFFF);
@@ -226,6 +230,11 @@ class ColormodeLight {
226
230
  static const dsDocSpacingItemBgColor = Color(0x1add0000);
227
231
  static const dsDocSpacingItemBorderColor = Color(0x80dd0000);
228
232
 
233
+
234
+ // ============================================
235
+ // SEMANTIC
236
+ // ============================================
237
+
229
238
  // Semantic - Attention
230
239
  /** 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. */
231
240
  static const attentionColorHigh = Color(0xFFDD0000);
@@ -467,4 +476,5 @@ Behavior: Constant — same orange tone across Light and Dark mode. */
467
476
  /** Used for text displayed on dark surfaces to ensure maximum legibility and contrast.
468
477
  Behavior: Constant — always light neutral to guarantee accessibility on dark backgrounds. */
469
478
  static const textColorOnDarkSurface = Color(0xFFFFFFFF);
479
+
470
480
  }
@@ -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,7 +12,10 @@ import 'dart:ui';
12
12
  class Brandcolormapping {
13
13
  Brandcolormapping._();
14
14
 
15
- // Component
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
16
19
  static const chipColorActive = Color(0xFF174482);
17
20
 
18
21
  // Component - Avatar
@@ -88,6 +91,11 @@ class Brandcolormapping {
88
91
  static const teaserTitleBackgroundGradientStart = Color(0xb20a2750);
89
92
  static const teaserTitleBackgroundGradientStop = Color(0x000a2750);
90
93
 
94
+
95
+ // ============================================
96
+ // GLOBAL
97
+ // ============================================
98
+
91
99
  // Global - Attention
92
100
  /** Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers. */
93
101
  static const accentColorPrimary = Color(0xFF174482);
@@ -153,4 +161,5 @@ class Brandcolormapping {
153
161
  static const kickerBgColorOnSurface = Color(0xFF174482);
154
162
  /** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
155
163
  static const kickerBgColorOnSurfaceDark = Color(0xFF8C9196);
164
+
156
165
  }
@@ -12,8 +12,10 @@ import 'dart:ui';
12
12
  class Brandtokenmapping {
13
13
  Brandtokenmapping._();
14
14
 
15
- static const brandName = "SportBILD";
16
- // Component
15
+ // ============================================
16
+ // COMPONENT
17
+ // ============================================
18
+
17
19
  static const buttonLabelFontWeightSt = "Bold Italic";
18
20
 
19
21
  // Component - Accordion
@@ -157,6 +159,11 @@ class Brandtokenmapping {
157
159
  // Component - Teaser - superA
158
160
  static const superAteaserTitleInlineSpace = "24px";
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 = "AntennaExtraCond";
@@ -512,4 +519,12 @@ class Brandtokenmapping {
512
519
  static const hideOnAdvertorial = true;
513
520
  static const onlyBild = false;
514
521
  static const onlySportBild = true;
522
+
523
+
524
+ // ============================================
525
+ // OTHER
526
+ // ============================================
527
+
528
+ static const brandName = "SportBILD";
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 = "Inter";
@@ -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 = "Inter";
@@ -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
  }
@@ -12,7 +12,10 @@ import 'dart:ui';
12
12
  class BreakpointSm390pxCompact {
13
13
  BreakpointSm390pxCompact._();
14
14
 
15
- static const breakpointName = "sm";
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 = "Inter";
@@ -447,6 +450,18 @@ class BreakpointSm390pxCompact {
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 = "144px";
449
452
 
453
+
454
+ // ============================================
455
+ // OTHER
456
+ // ============================================
457
+
458
+ static const breakpointName = "sm";
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 = "xs/sm";
894
909
  static const bpSpecificWeb = "xs/sm";
895
910
  static const bpSpecificApp = "compact";
911
+
896
912
  }