@marioschmidt/design-system-tokens 1.0.22 → 1.0.24
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/android/brands/advertorial/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/advertorial/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/bild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-compact/typography_styles.xml +297 -113
- package/dist/android/brands/sportbild/sizeclass-regular/typography_styles.xml +297 -113
- package/dist/css/brands/advertorial/density/density-compact.css +1 -1
- package/dist/css/brands/advertorial/density/density-default.css +1 -1
- package/dist/css/brands/advertorial/density/density-spacious.css +1 -1
- package/dist/css/brands/advertorial/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/advertorial/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/advertorial/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/advertorial/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/advertorial/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/bild/density/density-compact.css +1 -1
- package/dist/css/brands/bild/density/density-default.css +1 -1
- package/dist/css/brands/bild/density/density-spacious.css +1 -1
- package/dist/css/brands/bild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/bild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/bild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/bild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/bild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/bild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/bild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/bild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/bild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/brands/sportbild/density/density-compact.css +1 -1
- package/dist/css/brands/sportbild/density/density-default.css +1 -1
- package/dist/css/brands/sportbild/density/density-spacious.css +1 -1
- package/dist/css/brands/sportbild/overrides/brandcolormapping.css +140 -140
- package/dist/css/brands/sportbild/overrides/brandtokenmapping.css +494 -494
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.css +773 -773
- package/dist/css/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.css +773 -773
- package/dist/css/brands/sportbild/semantic/color/colormode-dark.css +385 -385
- package/dist/css/brands/sportbild/semantic/color/colormode-light.css +385 -385
- package/dist/css/brands/sportbild/semantic/effects/effects-dark.css +38 -14
- package/dist/css/brands/sportbild/semantic/effects/effects-light.css +38 -14
- package/dist/css/brands/sportbild/semantic/typography/typography-lg.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-md.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-sm.css +298 -114
- package/dist/css/brands/sportbild/semantic/typography/typography-xs.css +298 -114
- package/dist/css/shared/colorprimitive.css +97 -97
- package/dist/css/shared/fontprimitive.css +22 -22
- package/dist/css/shared/sizeprimitive.css +1 -1
- package/dist/css/shared/spaceprimitive.css +1 -1
- package/dist/flutter/brands/advertorial/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/bild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/bild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/bild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/bild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/brands/sportbild/overrides/brandcolormapping.dart +91 -91
- package/dist/flutter/brands/sportbild/overrides/brandtokenmapping.dart +291 -291
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.dart +635 -635
- package/dist/flutter/brands/sportbild/semantic/color/colormode-dark.dart +389 -389
- package/dist/flutter/brands/sportbild/semantic/color/colormode-light.dart +389 -389
- package/dist/flutter/shared/colorprimitive.dart +82 -82
- package/dist/flutter/shared/fontprimitive.dart +21 -21
- package/dist/ios/brands/advertorial/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/advertorial/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/advertorial/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/advertorial/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/bild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/bild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/bild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/bild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/bild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/bild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/bild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/overrides/Brandcolormapping.swift +91 -91
- package/dist/ios/brands/sportbild/overrides/Brandtokenmapping.swift +291 -291
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointLg1024pxRegular.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointMd600px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointSm390pxCompact.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/breakpoints/BreakpointXs320px.swift +635 -635
- package/dist/ios/brands/sportbild/semantic/color/ColormodeDark.swift +389 -389
- package/dist/ios/brands/sportbild/semantic/color/ColormodeLight.swift +389 -389
- package/dist/ios/brands/sportbild/sizeclass-compact/Typography.swift +297 -113
- package/dist/ios/brands/sportbild/sizeclass-regular/Typography.swift +297 -113
- package/dist/ios/shared/Colorprimitive.swift +82 -82
- package/dist/ios/shared/Fontprimitive.swift +21 -21
- package/dist/js/brands/advertorial/density/density-compact.js +1 -1
- package/dist/js/brands/advertorial/density/density-default.js +1 -1
- package/dist/js/brands/advertorial/density/density-spacious.js +1 -1
- package/dist/js/brands/advertorial/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/advertorial/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/advertorial/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/advertorial/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/advertorial/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/bild/density/density-compact.js +1 -1
- package/dist/js/brands/bild/density/density-default.js +1 -1
- package/dist/js/brands/bild/density/density-spacious.js +1 -1
- package/dist/js/brands/bild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/bild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/bild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/bild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/bild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/bild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/bild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/bild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/bild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/brands/sportbild/density/density-compact.js +1 -1
- package/dist/js/brands/sportbild/density/density-default.js +1 -1
- package/dist/js/brands/sportbild/density/density-spacious.js +1 -1
- package/dist/js/brands/sportbild/overrides/brandcolormapping.js +92 -92
- package/dist/js/brands/sportbild/overrides/brandtokenmapping.js +292 -292
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.js +636 -636
- package/dist/js/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.js +636 -636
- package/dist/js/brands/sportbild/semantic/color/colormode-dark.js +390 -390
- package/dist/js/brands/sportbild/semantic/color/colormode-light.js +390 -390
- package/dist/js/brands/sportbild/semantic/effects/effects-dark.js +13 -13
- package/dist/js/brands/sportbild/semantic/effects/effects-light.js +13 -13
- package/dist/js/brands/sportbild/semantic/typography/typography-lg.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-md.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-sm.js +210 -210
- package/dist/js/brands/sportbild/semantic/typography/typography-xs.js +210 -210
- package/dist/js/shared/colorprimitive.js +83 -83
- package/dist/js/shared/fontprimitive.js +22 -22
- package/dist/js/shared/sizeprimitive.js +1 -1
- package/dist/js/shared/spaceprimitive.js +1 -1
- package/dist/manifest.json +1 -1
- package/dist/scss/brands/advertorial/density/density-compact.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-default.scss +1 -1
- package/dist/scss/brands/advertorial/density/density-spacious.scss +1 -1
- package/dist/scss/brands/advertorial/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/advertorial/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/advertorial/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/advertorial/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/bild/density/density-compact.scss +1 -1
- package/dist/scss/brands/bild/density/density-default.scss +1 -1
- package/dist/scss/brands/bild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/bild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/bild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/bild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/bild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/bild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/bild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/bild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/bild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/bild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/brands/sportbild/density/density-compact.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-default.scss +1 -1
- package/dist/scss/brands/sportbild/density/density-spacious.scss +1 -1
- package/dist/scss/brands/sportbild/overrides/brandcolormapping.scss +92 -92
- package/dist/scss/brands/sportbild/overrides/brandtokenmapping.scss +292 -292
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-lg-1024px-regular.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-md-600px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-sm-390px-compact.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/breakpoints/breakpoint-xs-320px.scss +636 -636
- package/dist/scss/brands/sportbild/semantic/color/colormode-dark.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/color/colormode-light.scss +390 -390
- package/dist/scss/brands/sportbild/semantic/effects/effects-dark.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/effects/effects-light.scss +13 -13
- package/dist/scss/brands/sportbild/semantic/typography/typography-lg.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-md.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-sm.scss +210 -210
- package/dist/scss/brands/sportbild/semantic/typography/typography-xs.scss +210 -210
- package/dist/scss/shared/colorprimitive.scss +83 -83
- package/dist/scss/shared/fontprimitive.scss +22 -22
- package/dist/scss/shared/sizeprimitive.scss +1 -1
- package/dist/scss/shared/spaceprimitive.scss +1 -1
- package/package.json +1 -1
|
@@ -16,36 +16,11 @@ class Colorprimitive {
|
|
|
16
16
|
// BILD
|
|
17
17
|
// ============================================
|
|
18
18
|
|
|
19
|
-
// BILD -
|
|
20
|
-
|
|
21
|
-
static const
|
|
22
|
-
|
|
23
|
-
static const
|
|
24
|
-
static const alphaBlack30 = Color(0x4d000000);
|
|
25
|
-
/** Used on elevation effects. */
|
|
26
|
-
static const alphaBlack70 = Color(0xb2000000);
|
|
27
|
-
static const alphaWhite10 = Color(0x1affffff);
|
|
28
|
-
static const alphaWhite20 = Color(0x33ffffff);
|
|
29
|
-
static const alphaWhite30 = Color(0x4dffffff);
|
|
30
|
-
/** Used on elevation effects. */
|
|
31
|
-
static const alphaWhite60 = Color(0x99ffffff);
|
|
32
|
-
/** Used on elevation effects. */
|
|
33
|
-
static const alphaWhite70 = Color(0xb2ffffff);
|
|
34
|
-
static const alphaWhite35 = Color(0x59ffffff);
|
|
35
|
-
/** Used on elevation effects. */
|
|
36
|
-
static const alphaBildred80 = Color(0xccdd0000);
|
|
37
|
-
/** Used on elevation effects. */
|
|
38
|
-
static const alphaBlack80 = Color(0xcc000000);
|
|
39
|
-
/** Used on elevation effects. */
|
|
40
|
-
static const alphaWhite80 = Color(0xccffffff);
|
|
41
|
-
static const alphaBlack35 = Color(0x59000000);
|
|
42
|
-
static const alphaBlack0 = Color(0x00000000);
|
|
43
|
-
static const alphaBlack50 = Color(0x80000000);
|
|
44
|
-
static const alphaBlack05 = Color(0x0d000000);
|
|
45
|
-
|
|
46
|
-
// BILD - blue
|
|
47
|
-
/** This Blue color was taken from the Weather 2024 project. Tone: 069 */
|
|
48
|
-
static const bildblue = Color(0xFF00B1FF);
|
|
19
|
+
// BILD - red
|
|
20
|
+
/** Tone 046 */
|
|
21
|
+
static const bildred = Color(0xFFDD0000);
|
|
22
|
+
static const bildred035 = Color(0xFFAF0002);
|
|
23
|
+
static const bildred053 = Color(0xFFF52D2D);
|
|
49
24
|
|
|
50
25
|
// BILD - gray
|
|
51
26
|
static const bild015 = Color(0xFF232629);
|
|
@@ -62,6 +37,14 @@ class Colorprimitive {
|
|
|
62
37
|
static const bild010 = Color(0xFF1C1C1C);
|
|
63
38
|
static const bild020 = Color(0xFF2C3138);
|
|
64
39
|
|
|
40
|
+
// BILD - neutral
|
|
41
|
+
static const bild100 = Color(0xFFFFFFFF);
|
|
42
|
+
static const bildblack = Color(0xFF000000);
|
|
43
|
+
|
|
44
|
+
// BILD - orange
|
|
45
|
+
/** Tone: 067 */
|
|
46
|
+
static const bildorange = Color(0xFFFD8227);
|
|
47
|
+
|
|
65
48
|
// BILD - green
|
|
66
49
|
static const bildgreen070 = Color(0xFF00C373);
|
|
67
50
|
static const bildgreen063 = Color(0xFF00AF67);
|
|
@@ -72,87 +55,82 @@ class Colorprimitive {
|
|
|
72
55
|
static const bildgreen040 = Color(0xFF006E3E);
|
|
73
56
|
static const bildgreen056 = Color(0xFF18995C);
|
|
74
57
|
|
|
75
|
-
// BILD - neutral
|
|
76
|
-
static const bild100 = Color(0xFFFFFFFF);
|
|
77
|
-
static const bildblack = Color(0xFF000000);
|
|
78
|
-
|
|
79
|
-
// BILD - orange
|
|
80
|
-
/** Tone: 067 */
|
|
81
|
-
static const bildorange = Color(0xFFFD8227);
|
|
82
|
-
|
|
83
|
-
// BILD - purple
|
|
84
|
-
/** Tone: 020 */
|
|
85
|
-
static const bildberry = Color(0xFF551937);
|
|
86
|
-
|
|
87
|
-
// BILD - red
|
|
88
|
-
/** Tone 046 */
|
|
89
|
-
static const bildred = Color(0xFFDD0000);
|
|
90
|
-
static const bildred035 = Color(0xFFAF0002);
|
|
91
|
-
static const bildred053 = Color(0xFFF52D2D);
|
|
92
|
-
|
|
93
58
|
// BILD - yellow
|
|
94
59
|
/** Tone: 081 */
|
|
95
60
|
static const bildyellow = Color(0xFFFFBF00);
|
|
96
61
|
|
|
62
|
+
// BILD - purple
|
|
63
|
+
/** Tone: 020 */
|
|
64
|
+
static const bildberry = Color(0xFF551937);
|
|
97
65
|
|
|
98
|
-
//
|
|
99
|
-
|
|
100
|
-
|
|
66
|
+
// BILD - alpha
|
|
67
|
+
static const alphaBlack20 = Color(0x33000000);
|
|
68
|
+
static const alphaBlack10 = Color(0x1a000000);
|
|
69
|
+
/** Used on elevation effects. */
|
|
70
|
+
static const alphaBlack60 = Color(0x99000000);
|
|
71
|
+
static const alphaBlack30 = Color(0x4d000000);
|
|
72
|
+
/** Used on elevation effects. */
|
|
73
|
+
static const alphaBlack70 = Color(0xb2000000);
|
|
74
|
+
static const alphaWhite10 = Color(0x1affffff);
|
|
75
|
+
static const alphaWhite20 = Color(0x33ffffff);
|
|
76
|
+
static const alphaWhite30 = Color(0x4dffffff);
|
|
77
|
+
/** Used on elevation effects. */
|
|
78
|
+
static const alphaWhite60 = Color(0x99ffffff);
|
|
79
|
+
/** Used on elevation effects. */
|
|
80
|
+
static const alphaWhite70 = Color(0xb2ffffff);
|
|
81
|
+
static const alphaWhite35 = Color(0x59ffffff);
|
|
82
|
+
/** Used on elevation effects. */
|
|
83
|
+
static const alphaBildred80 = Color(0xccdd0000);
|
|
84
|
+
/** Used on elevation effects. */
|
|
85
|
+
static const alphaBlack80 = Color(0xcc000000);
|
|
86
|
+
/** Used on elevation effects. */
|
|
87
|
+
static const alphaWhite80 = Color(0xccffffff);
|
|
88
|
+
static const alphaBlack35 = Color(0x59000000);
|
|
89
|
+
static const alphaBlack0 = Color(0x00000000);
|
|
90
|
+
static const alphaBlack50 = Color(0x80000000);
|
|
91
|
+
static const alphaBlack05 = Color(0x0d000000);
|
|
101
92
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
static const
|
|
105
|
-
static const opacity40 = "40px";
|
|
106
|
-
static const opacity60 = "60px";
|
|
107
|
-
static const opacity80 = "80px";
|
|
108
|
-
static const opacity100 = "100px";
|
|
109
|
-
static const opacity90 = "90px";
|
|
110
|
-
static const opacity30 = "30px";
|
|
111
|
-
static const opacity50 = "50px";
|
|
112
|
-
static const opacity00 = "0px";
|
|
113
|
-
static const opacity70 = "70px";
|
|
93
|
+
// BILD - blue
|
|
94
|
+
/** This Blue color was taken from the Weather 2024 project. Tone: 069 */
|
|
95
|
+
static const bildblue = Color(0xFF00B1FF);
|
|
114
96
|
|
|
115
97
|
|
|
116
98
|
// ============================================
|
|
117
99
|
// PARTNER
|
|
118
100
|
// ============================================
|
|
119
101
|
|
|
120
|
-
// Partner - Aubi
|
|
121
|
-
static const aubiCore = Color(0xFFF00000);
|
|
122
|
-
|
|
123
|
-
// Partner - Bz
|
|
124
|
-
static const bzCore = Color(0xFFE3001B);
|
|
125
|
-
|
|
126
|
-
// Partner - ComputerBILD
|
|
127
|
-
static const cobiCore = Color(0xFFDC231C);
|
|
128
|
-
|
|
129
102
|
// Partner - Fitbook
|
|
130
103
|
static const fitbookCore = Color(0xFFFF97B7);
|
|
131
104
|
|
|
132
|
-
// Partner -
|
|
133
|
-
static const
|
|
105
|
+
// Partner - Petbook
|
|
106
|
+
static const petbookCore = Color(0xFFB9DB91);
|
|
134
107
|
|
|
135
108
|
// Partner - MyHome
|
|
136
109
|
static const myhomeCore = Color(0xFF66CCCC);
|
|
137
110
|
|
|
138
|
-
// Partner -
|
|
139
|
-
static const
|
|
111
|
+
// Partner - Travelbook
|
|
112
|
+
static const travelbookCore = Color(0xFF8EF0ED);
|
|
140
113
|
|
|
141
114
|
// Partner - Techbook
|
|
142
115
|
static const techbookCore = Color(0xFF93E4FF);
|
|
143
116
|
|
|
144
|
-
// Partner -
|
|
145
|
-
static const
|
|
117
|
+
// Partner - Kaufberater
|
|
118
|
+
static const kaufberaterCore = Color(0xFF55476E);
|
|
119
|
+
|
|
120
|
+
// Partner - Bz
|
|
121
|
+
static const bzCore = Color(0xFFE3001B);
|
|
122
|
+
|
|
123
|
+
// Partner - Aubi
|
|
124
|
+
static const aubiCore = Color(0xFFF00000);
|
|
125
|
+
|
|
126
|
+
// Partner - ComputerBILD
|
|
127
|
+
static const cobiCore = Color(0xFFDC231C);
|
|
146
128
|
|
|
147
129
|
|
|
148
130
|
// ============================================
|
|
149
131
|
// SPORTBILD
|
|
150
132
|
// ============================================
|
|
151
133
|
|
|
152
|
-
// SportBILD - alpha
|
|
153
|
-
static const spobiBlue016Alpha0 = Color(0x000a2750);
|
|
154
|
-
static const spobiBlue016Alpha70 = Color(0xb20a2750);
|
|
155
|
-
|
|
156
134
|
// SportBILD - blue
|
|
157
135
|
static const spobiBlue098 = Color(0xFFF7F9FD);
|
|
158
136
|
static const spobiBlue081 = Color(0xFFBDCADB);
|
|
@@ -166,4 +144,26 @@ class Colorprimitive {
|
|
|
166
144
|
// SportBILD - red
|
|
167
145
|
static const spobiRed = Color(0xFFE52528);
|
|
168
146
|
|
|
147
|
+
// SportBILD - alpha
|
|
148
|
+
static const spobiBlue016Alpha0 = Color(0x000a2750);
|
|
149
|
+
static const spobiBlue016Alpha70 = Color(0xb20a2750);
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
// ============================================
|
|
153
|
+
// OPACITY
|
|
154
|
+
// ============================================
|
|
155
|
+
|
|
156
|
+
static const opacity05 = "5px";
|
|
157
|
+
static const opacity10 = "10px";
|
|
158
|
+
static const opacity20 = "20px";
|
|
159
|
+
static const opacity40 = "40px";
|
|
160
|
+
static const opacity60 = "60px";
|
|
161
|
+
static const opacity80 = "80px";
|
|
162
|
+
static const opacity100 = "100px";
|
|
163
|
+
static const opacity90 = "90px";
|
|
164
|
+
static const opacity30 = "30px";
|
|
165
|
+
static const opacity50 = "50px";
|
|
166
|
+
static const opacity00 = "0px";
|
|
167
|
+
static const opacity70 = "70px";
|
|
168
|
+
|
|
169
169
|
}
|
|
@@ -16,14 +16,14 @@ class Fontprimitive {
|
|
|
16
16
|
// FONTFAMILY
|
|
17
17
|
// ============================================
|
|
18
18
|
|
|
19
|
-
// FontFamily - Advertorial
|
|
20
|
-
static const fontFamilyLucidaGrande = "Lucida Grande";
|
|
21
|
-
|
|
22
19
|
// FontFamily - BILD
|
|
23
20
|
static const fontFamilyGothamXnarrow = "Gotham XNarrow";
|
|
24
21
|
static const fontFamilyGothamCond = "Gotham Condensed";
|
|
25
22
|
static const fontFamilyGotham = "Gotham";
|
|
26
23
|
|
|
24
|
+
// FontFamily - Advertorial
|
|
25
|
+
static const fontFamilyLucidaGrande = "Lucida Grande";
|
|
26
|
+
|
|
27
27
|
// FontFamily - SportBILD
|
|
28
28
|
static const fontFamilyAntennaExtraCond = "AntennaExtraCond";
|
|
29
29
|
static const fontFamilyAntennaCond = "AntennaCond";
|
|
@@ -50,24 +50,6 @@ class Fontprimitive {
|
|
|
50
50
|
static const blackFontWeightSt = "Black";
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
// ============================================
|
|
54
|
-
// FONTWEIGHTSTRING
|
|
55
|
-
// ============================================
|
|
56
|
-
|
|
57
|
-
static const fontWeightString1000UltraFontWeight = "1000";
|
|
58
|
-
static const fontWeightString900ExtraBlackFontWeight = "900";
|
|
59
|
-
static const fontWeightString800BlackFontWeight = "800";
|
|
60
|
-
static const fontWeightString700BlackFontWeight = "700";
|
|
61
|
-
static const fontWeightString600BoldFontWeight = "600";
|
|
62
|
-
static const fontWeightString500MediumFontWeight = "500";
|
|
63
|
-
static const fontWeightString400BookFontWeight = "400";
|
|
64
|
-
static const fontWeightString350BookFontWeight = "350";
|
|
65
|
-
static const fontWeightString200ExtraLightFontWeight = "200";
|
|
66
|
-
static const fontWeightString100ThinFontWeight = "100";
|
|
67
|
-
static const _600BoldItalicFontWeight = "Bold Italic";
|
|
68
|
-
static const _700BlackItalicFontWeight = "Black Italic";
|
|
69
|
-
|
|
70
|
-
|
|
71
53
|
// ============================================
|
|
72
54
|
// LETTERSPACING
|
|
73
55
|
// ============================================
|
|
@@ -95,4 +77,22 @@ class Fontprimitive {
|
|
|
95
77
|
/** 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. */
|
|
96
78
|
static const letterSpacingLetterSpace3 = "-3px";
|
|
97
79
|
|
|
80
|
+
|
|
81
|
+
// ============================================
|
|
82
|
+
// FONTWEIGHTSTRING
|
|
83
|
+
// ============================================
|
|
84
|
+
|
|
85
|
+
static const fontWeightString1000UltraFontWeight = "1000";
|
|
86
|
+
static const fontWeightString900ExtraBlackFontWeight = "900";
|
|
87
|
+
static const fontWeightString800BlackFontWeight = "800";
|
|
88
|
+
static const fontWeightString700BlackFontWeight = "700";
|
|
89
|
+
static const fontWeightString600BoldFontWeight = "600";
|
|
90
|
+
static const fontWeightString500MediumFontWeight = "500";
|
|
91
|
+
static const fontWeightString400BookFontWeight = "400";
|
|
92
|
+
static const fontWeightString350BookFontWeight = "350";
|
|
93
|
+
static const fontWeightString200ExtraLightFontWeight = "200";
|
|
94
|
+
static const fontWeightString100ThinFontWeight = "100";
|
|
95
|
+
static const _600BoldItalicFontWeight = "Bold Italic";
|
|
96
|
+
static const _700BlackItalicFontWeight = "Black Italic";
|
|
97
|
+
|
|
98
98
|
}
|