@marioschmidt/design-system-tokens 1.0.20 → 1.0.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/css/brands/advertorial/density/density-compact.css +31 -6
- package/dist/css/brands/advertorial/density/density-default.css +31 -6
- package/dist/css/brands/advertorial/density/density-spacious.css +31 -6
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/bild/density/density-compact.css +31 -6
- package/dist/css/brands/bild/density/density-default.css +31 -6
- package/dist/css/brands/bild/density/density-spacious.css +31 -6
- package/dist/css/brands/bild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/bild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/bild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/brands/sportbild/density/density-compact.css +31 -6
- package/dist/css/brands/sportbild/density/density-default.css +31 -6
- package/dist/css/brands/sportbild/density/density-spacious.css +31 -6
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +238 -54
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +694 -200
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +1240 -385
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +1240 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +532 -280
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +532 -280
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +1 -1
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +1 -1
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +1 -1
- package/dist/css/shared/colorprimitive.css +160 -48
- package/dist/css/shared/fontprimitive.css +99 -33
- package/dist/css/shared/sizeprimitive.css +8 -1
- package/dist/css/shared/spaceprimitive.css +8 -1
- package/dist/flutter/brands/advertorial/density/density-compact.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-default.dart +5 -0
- package/dist/flutter/brands/advertorial/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/bild/density/density-default.dart +5 -0
- package/dist/flutter/brands/bild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/brands/sportbild/density/density-compact.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-default.dart +5 -0
- package/dist/flutter/brands/sportbild/density/density-spacious.dart +5 -0
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +10 -1
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +17 -2
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +17 -1
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +10 -0
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +10 -0
- package/dist/flutter/shared/colorprimitive.dart +20 -1
- package/dist/flutter/shared/fontprimitive.dart +20 -3
- package/dist/flutter/shared/sizeprimitive.dart +5 -0
- package/dist/flutter/shared/spaceprimitive.dart +5 -0
- package/dist/ios/brands/advertorial/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/advertorial/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/bild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/bild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/brands/sportbild/density/DensityCompact.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensityDefault.swift +5 -0
- package/dist/ios/brands/sportbild/density/DensitySpacious.swift +5 -0
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +10 -1
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +17 -2
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +17 -1
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +10 -0
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +10 -0
- package/dist/ios/shared/Colorprimitive.swift +20 -1
- package/dist/ios/shared/Fontprimitive.swift +20 -3
- package/dist/ios/shared/Sizeprimitive.swift +5 -0
- package/dist/ios/shared/Spaceprimitive.swift +5 -0
- package/dist/js/brands/advertorial/density/density-compact.js +16 -1
- package/dist/js/brands/advertorial/density/density-default.js +16 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +16 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/bild/density/density-compact.js +16 -1
- package/dist/js/brands/bild/density/density-default.js +16 -1
- package/dist/js/brands/bild/density/density-spacious.js +16 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/bild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/bild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/brands/sportbild/density/density-compact.js +16 -1
- package/dist/js/brands/sportbild/density/density-default.js +16 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +16 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +127 -44
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +404 -158
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +775 -336
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +775 -336
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +426 -184
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +426 -182
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +53 -216
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +53 -216
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +456 -1132
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +456 -1132
- package/dist/js/shared/colorprimitive.js +125 -45
- package/dist/js/shared/fontprimitive.js +76 -34
- package/dist/js/shared/sizeprimitive.js +8 -1
- package/dist/js/shared/spaceprimitive.js +8 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-default.scss +22 -6
- package/dist/scss/brands/advertorial/density/density-spacious.scss +22 -6
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/bild/density/density-compact.scss +22 -6
- package/dist/scss/brands/bild/density/density-default.scss +22 -6
- package/dist/scss/brands/bild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/brands/sportbild/density/density-compact.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-default.scss +22 -6
- package/dist/scss/brands/sportbild/density/density-spacious.scss +22 -6
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +140 -55
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +448 -201
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +805 -377
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +423 -272
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +55 -15
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +456 -124
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +456 -124
- package/dist/scss/shared/colorprimitive.scss +129 -48
- package/dist/scss/shared/fontprimitive.scss +76 -33
- package/dist/scss/shared/sizeprimitive.scss +9 -1
- package/dist/scss/shared/spaceprimitive.scss +9 -1
- package/package.json +1 -1
package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart
CHANGED
|
@@ -12,7 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class BreakpointSm390pxCompact {
|
|
13
13
|
BreakpointSm390pxCompact._();
|
|
14
14
|
|
|
15
|
-
|
|
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
|
-
|
|
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
|
-
//
|
|
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
|
-
|
|
16
|
-
//
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
-
//
|
|
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
|
-
|
|
16
|
-
//
|
|
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
|
}
|
package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart
CHANGED
|
@@ -12,7 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class BreakpointLg1024pxRegular {
|
|
13
13
|
BreakpointLg1024pxRegular._();
|
|
14
14
|
|
|
15
|
-
|
|
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
|
-
|
|
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
|
-
|
|
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
|
}
|