@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
|
@@ -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 = "Inter";
|
|
@@ -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 Colorprimitive {
|
|
13
13
|
Colorprimitive._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// BILD
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
// BILD - alpha
|
|
16
20
|
static const alphaBlack20 = Color(0x33000000);
|
|
17
21
|
static const alphaBlack10 = Color(0x1a000000);
|
|
@@ -90,7 +94,11 @@ class Colorprimitive {
|
|
|
90
94
|
/** Tone: 081 */
|
|
91
95
|
static const bildyellow = Color(0xFFFFBF00);
|
|
92
96
|
|
|
93
|
-
|
|
97
|
+
|
|
98
|
+
// ============================================
|
|
99
|
+
// OPACITY
|
|
100
|
+
// ============================================
|
|
101
|
+
|
|
94
102
|
static const opacity05 = "5px";
|
|
95
103
|
static const opacity10 = "10px";
|
|
96
104
|
static const opacity20 = "20px";
|
|
@@ -104,6 +112,11 @@ class Colorprimitive {
|
|
|
104
112
|
static const opacity00 = "0px";
|
|
105
113
|
static const opacity70 = "70px";
|
|
106
114
|
|
|
115
|
+
|
|
116
|
+
// ============================================
|
|
117
|
+
// PARTNER
|
|
118
|
+
// ============================================
|
|
119
|
+
|
|
107
120
|
// Partner - Aubi
|
|
108
121
|
static const aubiCore = Color(0xFFF00000);
|
|
109
122
|
|
|
@@ -131,6 +144,11 @@ class Colorprimitive {
|
|
|
131
144
|
// Partner - Travelbook
|
|
132
145
|
static const travelbookCore = Color(0xFF8EF0ED);
|
|
133
146
|
|
|
147
|
+
|
|
148
|
+
// ============================================
|
|
149
|
+
// SPORTBILD
|
|
150
|
+
// ============================================
|
|
151
|
+
|
|
134
152
|
// SportBILD - alpha
|
|
135
153
|
static const spobiBlue0160 = Color(0x000a2750);
|
|
136
154
|
static const spobiBlue01670 = Color(0xb20a2750);
|
|
@@ -147,4 +165,5 @@ class Colorprimitive {
|
|
|
147
165
|
|
|
148
166
|
// SportBILD - red
|
|
149
167
|
static const spobiRed = Color(0xFFE52528);
|
|
168
|
+
|
|
150
169
|
}
|
|
@@ -12,6 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class Fontprimitive {
|
|
13
13
|
Fontprimitive._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// FONTFAMILY
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
// FontFamily - Advertorial
|
|
16
20
|
static const fontFamilyLucidaGrande = "Lucida Grande";
|
|
17
21
|
|
|
@@ -25,7 +29,11 @@ class Fontprimitive {
|
|
|
25
29
|
static const fontFamilyAntennaCond = "AntennaCond";
|
|
26
30
|
static const fontFamilyInter = "Inter";
|
|
27
31
|
|
|
28
|
-
|
|
32
|
+
|
|
33
|
+
// ============================================
|
|
34
|
+
// FONTWEIGHT
|
|
35
|
+
// ============================================
|
|
36
|
+
|
|
29
37
|
/** 700 is considered black weight because Gotham Condensed is the primary font family (most used in headlines). In other font families 700 is not black weight but bold. */
|
|
30
38
|
static const fontWeight700BlackFontWeight = 700;
|
|
31
39
|
static const fontWeight900ExtraBlackFontWeight = 900;
|
|
@@ -41,7 +49,11 @@ class Fontprimitive {
|
|
|
41
49
|
static const boldItalicFontWeightSt = "Bold Italic";
|
|
42
50
|
static const blackFontWeightSt = "Black";
|
|
43
51
|
|
|
44
|
-
|
|
52
|
+
|
|
53
|
+
// ============================================
|
|
54
|
+
// FONTWEIGHTSTRING
|
|
55
|
+
// ============================================
|
|
56
|
+
|
|
45
57
|
static const fontWeightString1000UltraFontWeight = "1000";
|
|
46
58
|
static const fontWeightString900ExtraBlackFontWeight = "900";
|
|
47
59
|
static const fontWeightString800BlackFontWeight = "800";
|
|
@@ -55,7 +67,11 @@ class Fontprimitive {
|
|
|
55
67
|
static const _600BoldItalicFontWeight = "Bold Italic";
|
|
56
68
|
static const _700BlackItalicFontWeight = "Black Italic";
|
|
57
69
|
|
|
58
|
-
|
|
70
|
+
|
|
71
|
+
// ============================================
|
|
72
|
+
// LETTERSPACING
|
|
73
|
+
// ============================================
|
|
74
|
+
|
|
59
75
|
/** This variable is a primitive for use in creating semantic text styles that need to use a subtle small letter spacing value of -0.25. */
|
|
60
76
|
static const letterSpacingLetterSpace025 = "-0.25px";
|
|
61
77
|
/** This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0. */
|
|
@@ -78,4 +94,5 @@ class Fontprimitive {
|
|
|
78
94
|
static const letterSpacingLetterSpace3 = "3px";
|
|
79
95
|
/** This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -3. Text styles that have larger font sizes should use increasingly negative values for their letter spacings on larger device sizes. */
|
|
80
96
|
static const letterSpacingLetterSpace3 = "-3px";
|
|
97
|
+
|
|
81
98
|
}
|
|
@@ -12,6 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class Sizeprimitive {
|
|
13
13
|
Sizeprimitive._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// OTHER
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
static const size6x = "48px";
|
|
16
20
|
static const size3x = "24px";
|
|
17
21
|
static const size1x = "8px";
|
|
@@ -61,4 +65,5 @@ class Sizeprimitive {
|
|
|
61
65
|
static const size100x = "800px";
|
|
62
66
|
static const size0x = "0px";
|
|
63
67
|
static const size0125x = "1px";
|
|
68
|
+
|
|
64
69
|
}
|
|
@@ -12,6 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class Spaceprimitive {
|
|
13
13
|
Spaceprimitive._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// OTHER
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
static const space1x = "8px";
|
|
16
20
|
static const space05x = "4px";
|
|
17
21
|
static const space025x = "2px";
|
|
@@ -37,4 +41,5 @@ class Spaceprimitive {
|
|
|
37
41
|
static const space175x = "14px";
|
|
38
42
|
static const space85x = "68px";
|
|
39
43
|
static const space35x = "28px";
|
|
44
|
+
|
|
40
45
|
}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class DensityCompact {
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
12
16
|
// MARK: - Component - Button
|
|
13
17
|
/** 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. */
|
|
14
18
|
public static let ButtonContentGapSpace = "6px"
|
|
@@ -25,4 +29,5 @@ public class DensityCompact {
|
|
|
25
29
|
public static let InputFieldHeightSize = "36px"
|
|
26
30
|
/** 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 */
|
|
27
31
|
public static let InputFieldLabelFontSize = "16px"
|
|
32
|
+
|
|
28
33
|
}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class DensityDefault {
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
12
16
|
// MARK: - Component - Button
|
|
13
17
|
/** 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. */
|
|
14
18
|
public static let ButtonContentGapSpace = "8px"
|
|
@@ -25,4 +29,5 @@ public class DensityDefault {
|
|
|
25
29
|
public static let InputFieldHeightSize = "40px"
|
|
26
30
|
/** 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 */
|
|
27
31
|
public static let InputFieldLabelFontSize = "17px"
|
|
32
|
+
|
|
28
33
|
}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class DensitySpacious {
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
12
16
|
// MARK: - Component - Button
|
|
13
17
|
/** 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. */
|
|
14
18
|
public static let ButtonContentGapSpace = "8px"
|
|
@@ -25,4 +29,5 @@ public class DensitySpacious {
|
|
|
25
29
|
public static let InputFieldHeightSize = "48px"
|
|
26
30
|
/** 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 */
|
|
27
31
|
public static let InputFieldLabelFontSize = "19px"
|
|
32
|
+
|
|
28
33
|
}
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class Brandtokenmapping {
|
|
12
|
-
|
|
13
|
-
// MARK: -
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
14
16
|
public static let ButtonLabelFontWeightSt = "600"
|
|
15
17
|
|
|
16
18
|
// MARK: - Component - Accordion
|
|
@@ -154,6 +156,11 @@ public class Brandtokenmapping {
|
|
|
154
156
|
// MARK: - Component - Teaser - superA
|
|
155
157
|
public static let SuperAteaserTitleInlineSpace = "16px"
|
|
156
158
|
|
|
159
|
+
|
|
160
|
+
// MARK: - ============================================
|
|
161
|
+
// MARK: - GLOBAL
|
|
162
|
+
// MARK: - ============================================
|
|
163
|
+
|
|
157
164
|
// MARK: - Global - Typography - FontFamily
|
|
158
165
|
/** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
|
|
159
166
|
public static let KickerFontFamily = "Lucida Grande"
|
|
@@ -509,4 +516,12 @@ public class Brandtokenmapping {
|
|
|
509
516
|
public static let HideOnAdvertorial = false
|
|
510
517
|
public static let OnlyBild = false
|
|
511
518
|
public static let OnlySportBild = false
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
// MARK: - ============================================
|
|
522
|
+
// MARK: - OTHER
|
|
523
|
+
// MARK: - ============================================
|
|
524
|
+
|
|
525
|
+
public static let BrandName = "Advertorial"
|
|
526
|
+
|
|
512
527
|
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class BreakpointLg1024pxRegular {
|
|
12
|
-
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
13
16
|
// MARK: - Component - Accordion
|
|
14
17
|
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
15
18
|
public static let AccordionLabelFontFamily = "Lucida Grande"
|
|
@@ -444,6 +447,18 @@ public class BreakpointLg1024pxRegular {
|
|
|
444
447
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
445
448
|
public static let DocHeaderHeightSize = "180px"
|
|
446
449
|
|
|
450
|
+
|
|
451
|
+
// MARK: - ============================================
|
|
452
|
+
// MARK: - OTHER
|
|
453
|
+
// MARK: - ============================================
|
|
454
|
+
|
|
455
|
+
public static let BreakpointName = "lg"
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
// MARK: - ============================================
|
|
459
|
+
// MARK: - SEMANTIC
|
|
460
|
+
// MARK: - ============================================
|
|
461
|
+
|
|
447
462
|
// MARK: - Semantic - Border - BorderRadius
|
|
448
463
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
449
464
|
public static let BorderRadiusXs = "2px"
|
|
@@ -890,4 +905,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
890
905
|
public static let ChangeOnMd = "md/lg"
|
|
891
906
|
public static let BpSpecificWeb = "lg"
|
|
892
907
|
public static let BpSpecificApp = "regular"
|
|
908
|
+
|
|
893
909
|
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class BreakpointMd600px {
|
|
12
|
-
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
13
16
|
// MARK: - Component - Accordion
|
|
14
17
|
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
15
18
|
public static let AccordionLabelFontFamily = "Lucida Grande"
|
|
@@ -444,6 +447,18 @@ public class BreakpointMd600px {
|
|
|
444
447
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
445
448
|
public static let DocHeaderHeightSize = "160px"
|
|
446
449
|
|
|
450
|
+
|
|
451
|
+
// MARK: - ============================================
|
|
452
|
+
// MARK: - OTHER
|
|
453
|
+
// MARK: - ============================================
|
|
454
|
+
|
|
455
|
+
public static let BreakpointName = "md"
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
// MARK: - ============================================
|
|
459
|
+
// MARK: - SEMANTIC
|
|
460
|
+
// MARK: - ============================================
|
|
461
|
+
|
|
447
462
|
// MARK: - Semantic - Border - BorderRadius
|
|
448
463
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
449
464
|
public static let BorderRadiusXs = "2px"
|
|
@@ -890,4 +905,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
890
905
|
public static let ChangeOnMd = "md/lg"
|
|
891
906
|
public static let BpSpecificWeb = "md"
|
|
892
907
|
public static let BpSpecificApp = "regular"
|
|
908
|
+
|
|
893
909
|
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class BreakpointSm390pxCompact {
|
|
12
|
-
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
13
16
|
// MARK: - Component - Accordion
|
|
14
17
|
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
15
18
|
public static let AccordionLabelFontFamily = "Lucida Grande"
|
|
@@ -444,6 +447,18 @@ public class BreakpointSm390pxCompact {
|
|
|
444
447
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
445
448
|
public static let DocHeaderHeightSize = "144px"
|
|
446
449
|
|
|
450
|
+
|
|
451
|
+
// MARK: - ============================================
|
|
452
|
+
// MARK: - OTHER
|
|
453
|
+
// MARK: - ============================================
|
|
454
|
+
|
|
455
|
+
public static let BreakpointName = "sm"
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
// MARK: - ============================================
|
|
459
|
+
// MARK: - SEMANTIC
|
|
460
|
+
// MARK: - ============================================
|
|
461
|
+
|
|
447
462
|
// MARK: - Semantic - Border - BorderRadius
|
|
448
463
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
449
464
|
public static let BorderRadiusXs = "2px"
|
|
@@ -890,4 +905,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
890
905
|
public static let ChangeOnMd = "xs/sm"
|
|
891
906
|
public static let BpSpecificWeb = "xs/sm"
|
|
892
907
|
public static let BpSpecificApp = "compact"
|
|
908
|
+
|
|
893
909
|
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class BreakpointXs320px {
|
|
12
|
-
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
13
16
|
// MARK: - Component - Accordion
|
|
14
17
|
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
15
18
|
public static let AccordionLabelFontFamily = "Lucida Grande"
|
|
@@ -444,6 +447,18 @@ public class BreakpointXs320px {
|
|
|
444
447
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
445
448
|
public static let DocHeaderHeightSize = "144px"
|
|
446
449
|
|
|
450
|
+
|
|
451
|
+
// MARK: - ============================================
|
|
452
|
+
// MARK: - OTHER
|
|
453
|
+
// MARK: - ============================================
|
|
454
|
+
|
|
455
|
+
public static let BreakpointName = "xs"
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
// MARK: - ============================================
|
|
459
|
+
// MARK: - SEMANTIC
|
|
460
|
+
// MARK: - ============================================
|
|
461
|
+
|
|
447
462
|
// MARK: - Semantic - Border - BorderRadius
|
|
448
463
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
449
464
|
public static let BorderRadiusXs = "2px"
|
|
@@ -890,4 +905,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
890
905
|
public static let ChangeOnMd = "xs/sm"
|
|
891
906
|
public static let BpSpecificWeb = "xs/sm"
|
|
892
907
|
public static let BpSpecificApp = "compact"
|
|
908
|
+
|
|
893
909
|
}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class DensityCompact {
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
12
16
|
// MARK: - Component - Button
|
|
13
17
|
/** 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. */
|
|
14
18
|
public static let ButtonContentGapSpace = "6px"
|
|
@@ -25,4 +29,5 @@ public class DensityCompact {
|
|
|
25
29
|
public static let InputFieldHeightSize = "36px"
|
|
26
30
|
/** 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 */
|
|
27
31
|
public static let InputFieldLabelFontSize = "16px"
|
|
32
|
+
|
|
28
33
|
}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class DensityDefault {
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
12
16
|
// MARK: - Component - Button
|
|
13
17
|
/** 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. */
|
|
14
18
|
public static let ButtonContentGapSpace = "8px"
|
|
@@ -25,4 +29,5 @@ public class DensityDefault {
|
|
|
25
29
|
public static let InputFieldHeightSize = "40px"
|
|
26
30
|
/** 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 */
|
|
27
31
|
public static let InputFieldLabelFontSize = "17px"
|
|
32
|
+
|
|
28
33
|
}
|
|
@@ -9,6 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class DensitySpacious {
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
12
16
|
// MARK: - Component - Button
|
|
13
17
|
/** 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. */
|
|
14
18
|
public static let ButtonContentGapSpace = "8px"
|
|
@@ -25,4 +29,5 @@ public class DensitySpacious {
|
|
|
25
29
|
public static let InputFieldHeightSize = "48px"
|
|
26
30
|
/** 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 */
|
|
27
31
|
public static let InputFieldLabelFontSize = "19px"
|
|
32
|
+
|
|
28
33
|
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class Brandcolormapping {
|
|
12
|
-
// MARK: -
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
13
16
|
public static let ChipColorActive = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 1.000)
|
|
14
17
|
|
|
15
18
|
// MARK: - Component - Avatar
|
|
@@ -85,6 +88,11 @@ public class Brandcolormapping {
|
|
|
85
88
|
public static let TeaserTitleBackgroundGradientStart = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.700)
|
|
86
89
|
public static let TeaserTitleBackgroundGradientStop = UIColor(red: 0.000, green: 0.000, blue: 0.000, alpha: 0.000)
|
|
87
90
|
|
|
91
|
+
|
|
92
|
+
// MARK: - ============================================
|
|
93
|
+
// MARK: - GLOBAL
|
|
94
|
+
// MARK: - ============================================
|
|
95
|
+
|
|
88
96
|
// MARK: - Global - Attention
|
|
89
97
|
/** Bild: Tone 046 ; SpoBi: 016 This variable is used on small UI elements such as the background color for kickers. */
|
|
90
98
|
public static let AccentColorPrimary = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 1.000)
|
|
@@ -150,4 +158,5 @@ public class Brandcolormapping {
|
|
|
150
158
|
public static let KickerBgColorOnSurface = UIColor(red: 0.867, green: 0.000, blue: 0.000, alpha: 1.000)
|
|
151
159
|
/** Use this variable for the dark mode color of the background immediately around the kicker text element. Bild: 060 ; SpoBi: 060 */
|
|
152
160
|
public static let KickerBgColorOnSurfaceDark = UIColor(red: 0.549, green: 0.569, blue: 0.588, alpha: 1.000)
|
|
161
|
+
|
|
153
162
|
}
|
|
@@ -9,8 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class Brandtokenmapping {
|
|
12
|
-
|
|
13
|
-
// MARK: -
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
14
16
|
public static let ButtonLabelFontWeightSt = "600"
|
|
15
17
|
|
|
16
18
|
// MARK: - Component - Accordion
|
|
@@ -154,6 +156,11 @@ public class Brandtokenmapping {
|
|
|
154
156
|
// MARK: - Component - Teaser - superA
|
|
155
157
|
public static let SuperAteaserTitleInlineSpace = "16px"
|
|
156
158
|
|
|
159
|
+
|
|
160
|
+
// MARK: - ============================================
|
|
161
|
+
// MARK: - GLOBAL
|
|
162
|
+
// MARK: - ============================================
|
|
163
|
+
|
|
157
164
|
// MARK: - Global - Typography - FontFamily
|
|
158
165
|
/** Bild: GothamXNarrow | SpoBi: AntennaExtraCond | Ads: LucidaGrande | This variable is used in the kickers text styles font family parameter. */
|
|
159
166
|
public static let KickerFontFamily = "Gotham XNarrow"
|
|
@@ -509,4 +516,12 @@ public class Brandtokenmapping {
|
|
|
509
516
|
public static let HideOnAdvertorial = true
|
|
510
517
|
public static let OnlyBild = true
|
|
511
518
|
public static let OnlySportBild = false
|
|
519
|
+
|
|
520
|
+
|
|
521
|
+
// MARK: - ============================================
|
|
522
|
+
// MARK: - OTHER
|
|
523
|
+
// MARK: - ============================================
|
|
524
|
+
|
|
525
|
+
public static let BrandName = "BILD"
|
|
526
|
+
|
|
512
527
|
}
|
|
@@ -9,7 +9,10 @@
|
|
|
9
9
|
import UIKit
|
|
10
10
|
|
|
11
11
|
public class BreakpointLg1024pxRegular {
|
|
12
|
-
|
|
12
|
+
// MARK: - ============================================
|
|
13
|
+
// MARK: - COMPONENT
|
|
14
|
+
// MARK: - ============================================
|
|
15
|
+
|
|
13
16
|
// MARK: - Component - Accordion
|
|
14
17
|
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
15
18
|
public static let AccordionLabelFontFamily = "Gotham XNarrow"
|
|
@@ -444,6 +447,18 @@ public class BreakpointLg1024pxRegular {
|
|
|
444
447
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
445
448
|
public static let DocHeaderHeightSize = "180px"
|
|
446
449
|
|
|
450
|
+
|
|
451
|
+
// MARK: - ============================================
|
|
452
|
+
// MARK: - OTHER
|
|
453
|
+
// MARK: - ============================================
|
|
454
|
+
|
|
455
|
+
public static let BreakpointName = "lg"
|
|
456
|
+
|
|
457
|
+
|
|
458
|
+
// MARK: - ============================================
|
|
459
|
+
// MARK: - SEMANTIC
|
|
460
|
+
// MARK: - ============================================
|
|
461
|
+
|
|
447
462
|
// MARK: - Semantic - Border - BorderRadius
|
|
448
463
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
449
464
|
public static let BorderRadiusXs = "2px"
|
|
@@ -890,4 +905,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
890
905
|
public static let ChangeOnMd = "md/lg"
|
|
891
906
|
public static let BpSpecificWeb = "lg"
|
|
892
907
|
public static let BpSpecificApp = "regular"
|
|
908
|
+
|
|
893
909
|
}
|