@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
|
@@ -1,11 +1,62 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* colorprimitive.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.371Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
8
|
+
/* ============================================
|
|
9
|
+
BILD
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
/* BILD - alpha */
|
|
13
|
+
--alpha-black20: rgba(0, 0, 0, 0.20000000298023224);
|
|
14
|
+
--alpha-black10: rgba(0, 0, 0, 0.10000000149011612);
|
|
15
|
+
/**
|
|
16
|
+
* Used on elevation effects.
|
|
17
|
+
*/
|
|
18
|
+
--alpha-black60: rgba(0, 0, 0, 0.6000000238418579);
|
|
19
|
+
--alpha-black30: rgba(0, 0, 0, 0.30000001192092896);
|
|
20
|
+
/**
|
|
21
|
+
* Used on elevation effects.
|
|
22
|
+
*/
|
|
23
|
+
--alpha-black70: rgba(0, 0, 0, 0.699999988079071);
|
|
24
|
+
--alpha-white10: rgba(255, 255, 255, 0.10000000149011612);
|
|
25
|
+
--alpha-white20: rgba(255, 255, 255, 0.20000000298023224);
|
|
26
|
+
--alpha-white30: rgba(255, 255, 255, 0.30000001192092896);
|
|
27
|
+
/**
|
|
28
|
+
* Used on elevation effects.
|
|
29
|
+
*/
|
|
30
|
+
--alpha-white60: rgba(255, 255, 255, 0.6000000238418579);
|
|
31
|
+
/**
|
|
32
|
+
* Used on elevation effects.
|
|
33
|
+
*/
|
|
34
|
+
--alpha-white70: rgba(255, 255, 255, 0.699999988079071);
|
|
35
|
+
--alpha-white35: rgba(255, 255, 255, 0.3499999940395355);
|
|
36
|
+
/**
|
|
37
|
+
* Used on elevation effects.
|
|
38
|
+
*/
|
|
39
|
+
--alpha-bildred80: rgba(221, 0, 0, 0.800000011920929);
|
|
40
|
+
/**
|
|
41
|
+
* Used on elevation effects.
|
|
42
|
+
*/
|
|
43
|
+
--alpha-black80: rgba(0, 0, 0, 0.800000011920929);
|
|
44
|
+
/**
|
|
45
|
+
* Used on elevation effects.
|
|
46
|
+
*/
|
|
47
|
+
--alpha-white80: rgba(255, 255, 255, 0.800000011920929);
|
|
48
|
+
--alpha-black35: rgba(0, 0, 0, 0.3499999940395355);
|
|
49
|
+
--alpha-black0: rgba(0, 0, 0, 0);
|
|
50
|
+
--alpha-black50: rgba(0, 0, 0, 0.5);
|
|
51
|
+
--alpha-black05: rgba(0, 0, 0, 0.05000000074505806);
|
|
52
|
+
|
|
53
|
+
/* BILD - blue */
|
|
54
|
+
/**
|
|
55
|
+
* This Blue color was taken from the Weather 2024 project. Tone: 069
|
|
56
|
+
*/
|
|
57
|
+
--bildblue: #00B1FF;
|
|
58
|
+
|
|
59
|
+
/* BILD - gray */
|
|
9
60
|
--bild015: #232629;
|
|
10
61
|
--bild085: #CED4DA;
|
|
11
62
|
--bild035: #4B525A;
|
|
@@ -13,60 +64,62 @@
|
|
|
13
64
|
--bild060: #8C9196;
|
|
14
65
|
--bild096: #F2F4F5;
|
|
15
66
|
--bild093: #E9ECEF;
|
|
16
|
-
|
|
67
|
+
/**
|
|
68
|
+
* The 50% opacity on this color makes it equivalent to BILD093.
|
|
69
|
+
*/
|
|
70
|
+
--bild085-50: rgba(206, 212, 218, 0.5);
|
|
17
71
|
--bild073: #AEB4B9;
|
|
18
72
|
--bild045: #666B70;
|
|
19
73
|
--bild010: #1C1C1C;
|
|
20
74
|
--bild020: #2C3138;
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
--bildorange: #FD8227; /** Tone: 067 */
|
|
75
|
+
|
|
76
|
+
/* BILD - green */
|
|
24
77
|
--bildgreen070: #00C373;
|
|
25
78
|
--bildgreen063: #00AF67;
|
|
26
79
|
--bildgreen093: #CEF4E4;
|
|
27
80
|
--bildgreen093-50: rgba(206, 244, 228, 0.5);
|
|
28
81
|
--bildgreen056-50: rgba(0, 155, 90, 0.5);
|
|
29
|
-
|
|
82
|
+
/**
|
|
83
|
+
* This value of green was found in a text field's text color.
|
|
84
|
+
*/
|
|
85
|
+
--bildgreen040: #006E3E;
|
|
30
86
|
--bildgreen056: #18995C;
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
--
|
|
34
|
-
--
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
--
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
--
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
--
|
|
53
|
-
--
|
|
54
|
-
--
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
--
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
--spobi-red: #E52528;
|
|
68
|
-
--spobi-blue016-0: rgba(10, 39, 80, 0);
|
|
69
|
-
--spobi-blue016-70: rgba(10, 39, 80, 0.699999988079071);
|
|
87
|
+
|
|
88
|
+
/* BILD - neutral */
|
|
89
|
+
--bild100: #FFFFFF;
|
|
90
|
+
--bildblack: #000000;
|
|
91
|
+
|
|
92
|
+
/* BILD - orange */
|
|
93
|
+
/**
|
|
94
|
+
* Tone: 067
|
|
95
|
+
*/
|
|
96
|
+
--bildorange: #FD8227;
|
|
97
|
+
|
|
98
|
+
/* BILD - purple */
|
|
99
|
+
/**
|
|
100
|
+
* Tone: 020
|
|
101
|
+
*/
|
|
102
|
+
--bildberry: #551937;
|
|
103
|
+
|
|
104
|
+
/* BILD - red */
|
|
105
|
+
/**
|
|
106
|
+
* Tone 046
|
|
107
|
+
*/
|
|
108
|
+
--bildred: #DD0000;
|
|
109
|
+
--bildred035: #AF0002;
|
|
110
|
+
--bildred053: #F52D2D;
|
|
111
|
+
|
|
112
|
+
/* BILD - yellow */
|
|
113
|
+
/**
|
|
114
|
+
* Tone: 081
|
|
115
|
+
*/
|
|
116
|
+
--bildyellow: #FFBF00;
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
/* ============================================
|
|
120
|
+
OPACITY
|
|
121
|
+
============================================ */
|
|
122
|
+
|
|
70
123
|
--opacity05: 5px;
|
|
71
124
|
--opacity10: 10px;
|
|
72
125
|
--opacity20: 20px;
|
|
@@ -79,4 +132,63 @@
|
|
|
79
132
|
--opacity50: 50px;
|
|
80
133
|
--opacity00: 0px;
|
|
81
134
|
--opacity70: 70px;
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
/* ============================================
|
|
138
|
+
PARTNER
|
|
139
|
+
============================================ */
|
|
140
|
+
|
|
141
|
+
/* Partner - Aubi */
|
|
142
|
+
--aubi-core: #F00000;
|
|
143
|
+
|
|
144
|
+
/* Partner - Bz */
|
|
145
|
+
--bz-core: #E3001B;
|
|
146
|
+
|
|
147
|
+
/* Partner - ComputerBILD */
|
|
148
|
+
--cobi-core: #DC231C;
|
|
149
|
+
|
|
150
|
+
/* Partner - Fitbook */
|
|
151
|
+
--fitbook-core: #FF97B7;
|
|
152
|
+
|
|
153
|
+
/* Partner - Kaufberater */
|
|
154
|
+
--kaufberater-core: #55476E;
|
|
155
|
+
|
|
156
|
+
/* Partner - MyHome */
|
|
157
|
+
--myhome-core: #66CCCC;
|
|
158
|
+
|
|
159
|
+
/* Partner - Petbook */
|
|
160
|
+
--petbook-core: #B9DB91;
|
|
161
|
+
|
|
162
|
+
/* Partner - Techbook */
|
|
163
|
+
--techbook-core: #93E4FF;
|
|
164
|
+
|
|
165
|
+
/* Partner - Travelbook */
|
|
166
|
+
--travelbook-core: #8EF0ED;
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
/* ============================================
|
|
170
|
+
SPORTBILD
|
|
171
|
+
============================================ */
|
|
172
|
+
|
|
173
|
+
/* SportBILD - alpha */
|
|
174
|
+
--spobi-blue016-0: rgba(10, 39, 80, 0);
|
|
175
|
+
--spobi-blue016-70: rgba(10, 39, 80, 0.699999988079071);
|
|
176
|
+
|
|
177
|
+
/* SportBILD - blue */
|
|
178
|
+
--spobi-blue098: #F7F9FD;
|
|
179
|
+
--spobi-blue081: #BDCADB;
|
|
180
|
+
/**
|
|
181
|
+
* This variable in the current online CSS is called secondary-tenant-color
|
|
182
|
+
*/
|
|
183
|
+
--spobi-blue029: #174482;
|
|
184
|
+
/**
|
|
185
|
+
* This variable in the current online CSS is called main-tenant-color for the spobi tenant.
|
|
186
|
+
*/
|
|
187
|
+
--spobi-blue016: #0A2750;
|
|
188
|
+
--spobi-blue010: #081828;
|
|
189
|
+
--spobi-blue038: #315998;
|
|
190
|
+
|
|
191
|
+
/* SportBILD - red */
|
|
192
|
+
--spobi-red: #E52528;
|
|
193
|
+
|
|
82
194
|
}
|
|
@@ -1,49 +1,115 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* fontprimitive.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.451Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
8
|
+
/* ============================================
|
|
9
|
+
FONTFAMILY
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
12
|
+
/* FontFamily - Advertorial */
|
|
13
|
+
--font-family-lucida-grande: Lucida Grande;
|
|
14
|
+
|
|
15
|
+
/* FontFamily - BILD */
|
|
6
16
|
--font-family-gotham-xnarrow: Gotham XNarrow;
|
|
7
17
|
--font-family-gotham-cond: Gotham Condensed;
|
|
8
18
|
--font-family-gotham: Gotham;
|
|
9
|
-
|
|
19
|
+
|
|
20
|
+
/* FontFamily - SportBILD */
|
|
10
21
|
--font-family-antenna-extra-cond: AntennaExtraCond;
|
|
11
22
|
--font-family-antenna-cond: AntennaCond;
|
|
12
23
|
--font-family-inter: Inter;
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
/* ============================================
|
|
27
|
+
FONTWEIGHT
|
|
28
|
+
============================================ */
|
|
29
|
+
|
|
30
|
+
/**
|
|
31
|
+
* 700 is considered black weight because Gotham Condensed is the primary font family (most used in headlines). In other font families 700 is not black weight but bold.
|
|
32
|
+
*/
|
|
33
|
+
--font-weight-700-black-font-weight: 700;
|
|
34
|
+
--font-weight-900-extra-black-font-weight: 900;
|
|
35
|
+
--font-weight-400-book-font-weight: 400;
|
|
36
|
+
--font-weight-1000-ultra-font-weight: 1000;
|
|
37
|
+
--font-weight-800-black-font-weight: 800;
|
|
38
|
+
--font-weight-350-book-font-weight: 350;
|
|
39
|
+
--font-weight-600-bold-font-weight: 600;
|
|
40
|
+
--font-weight-100-thin-font-weight: 100;
|
|
21
41
|
--300-light-font-weight: 300;
|
|
22
|
-
--200-extra-light-font-weight: 200;
|
|
23
|
-
--500-medium-font-weight: 500;
|
|
42
|
+
--font-weight-200-extra-light-font-weight: 200;
|
|
43
|
+
--font-weight-500-medium-font-weight: 500;
|
|
24
44
|
--bold-italic-font-weight-st: Bold Italic;
|
|
25
45
|
--black-font-weight-st: Black;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
--
|
|
33
|
-
--
|
|
34
|
-
--
|
|
35
|
-
--
|
|
36
|
-
--
|
|
37
|
-
--
|
|
38
|
-
--
|
|
39
|
-
--
|
|
40
|
-
--
|
|
41
|
-
--
|
|
42
|
-
--500-medium-font-weight: 500;
|
|
43
|
-
--400-book-font-weight: 400;
|
|
44
|
-
--350-book-font-weight: 350;
|
|
45
|
-
--200-extra-light-font-weight: 200;
|
|
46
|
-
--100-thin-font-weight: 100;
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
/* ============================================
|
|
49
|
+
FONTWEIGHTSTRING
|
|
50
|
+
============================================ */
|
|
51
|
+
|
|
52
|
+
--font-weight-string-1000-ultra-font-weight: 1000;
|
|
53
|
+
--font-weight-string-900-extra-black-font-weight: 900;
|
|
54
|
+
--font-weight-string-800-black-font-weight: 800;
|
|
55
|
+
--font-weight-string-700-black-font-weight: 700;
|
|
56
|
+
--font-weight-string-600-bold-font-weight: 600;
|
|
57
|
+
--font-weight-string-500-medium-font-weight: 500;
|
|
58
|
+
--font-weight-string-400-book-font-weight: 400;
|
|
59
|
+
--font-weight-string-350-book-font-weight: 350;
|
|
60
|
+
--font-weight-string-200-extra-light-font-weight: 200;
|
|
61
|
+
--font-weight-string-100-thin-font-weight: 100;
|
|
47
62
|
--600-bold-italic-font-weight: Bold Italic;
|
|
48
63
|
--700-black-italic-font-weight: Black Italic;
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
/* ============================================
|
|
67
|
+
LETTERSPACING
|
|
68
|
+
============================================ */
|
|
69
|
+
|
|
70
|
+
/**
|
|
71
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a subtle small letter spacing value of -0.25.
|
|
72
|
+
*/
|
|
73
|
+
--letter-space-0-25: -0.25px;
|
|
74
|
+
/**
|
|
75
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a default letter spacing value of 0.
|
|
76
|
+
*/
|
|
77
|
+
--letter-space-0: 0px;
|
|
78
|
+
/**
|
|
79
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a positive letter spacing value of 1.
|
|
80
|
+
*/
|
|
81
|
+
--letter-space1: 1px;
|
|
82
|
+
/**
|
|
83
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a slight positive letter spacing value of 0.5.
|
|
84
|
+
*/
|
|
85
|
+
--letter-space0-5: 0.5px;
|
|
86
|
+
/**
|
|
87
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a subtle positive letter spacing value of 0.25.
|
|
88
|
+
*/
|
|
89
|
+
--letter-space0-25: 0.25px;
|
|
90
|
+
/**
|
|
91
|
+
* This variable is a primitive for use in creating semantic variables that need to use a subtle negative letter spacing value of -0.5.
|
|
92
|
+
*/
|
|
93
|
+
--letter-space-0-5: -0.5px;
|
|
94
|
+
/**
|
|
95
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a large letter spacing value of 2.
|
|
96
|
+
*/
|
|
97
|
+
--letter-space2: 2px;
|
|
98
|
+
/**
|
|
99
|
+
* This variable is a primitive for use in creating semantic variables that need to use a negative letter spacing value of -1.
|
|
100
|
+
*/
|
|
101
|
+
--letter-space-1: -1px;
|
|
102
|
+
/**
|
|
103
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -2. This is usually reserved for large texts styles that are used on titles or headlines.
|
|
104
|
+
*/
|
|
105
|
+
--letter-space-2: -2px;
|
|
106
|
+
/**
|
|
107
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a much larger letter spacing value of 3. Text styles that have smaller font sizes should use increasingly positive values for their letter spacings on smaller device sizes.
|
|
108
|
+
*/
|
|
109
|
+
--letter-space3: 3px;
|
|
110
|
+
/**
|
|
111
|
+
* This variable is a primitive for use in creating semantic text styles that need to use a large negative letter spacing value of -3. Text styles that have larger font sizes should use increasingly negative values for their letter spacings on larger device sizes.
|
|
112
|
+
*/
|
|
113
|
+
--letter-space-3: -3px;
|
|
114
|
+
|
|
49
115
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* sizeprimitive.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.510Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
8
|
+
/* ============================================
|
|
9
|
+
OTHER
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
6
12
|
--size6x: 48px;
|
|
7
13
|
--size3x: 24px;
|
|
8
14
|
--size1x: 8px;
|
|
@@ -52,4 +58,5 @@
|
|
|
52
58
|
--size100x: 800px;
|
|
53
59
|
--size0x: 0px;
|
|
54
60
|
--size0-125x: 1px;
|
|
61
|
+
|
|
55
62
|
}
|
|
@@ -1,8 +1,14 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* spaceprimitive.css
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:53.559Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
7
|
:root {
|
|
8
|
+
/* ============================================
|
|
9
|
+
OTHER
|
|
10
|
+
============================================ */
|
|
11
|
+
|
|
6
12
|
--space1x: 8px;
|
|
7
13
|
--space0-5x: 4px;
|
|
8
14
|
--space0-25x: 2px;
|
|
@@ -28,4 +34,5 @@
|
|
|
28
34
|
--space1-75x: 14px;
|
|
29
35
|
--space8-5x: 68px;
|
|
30
36
|
--space3-5x: 28px;
|
|
37
|
+
|
|
31
38
|
}
|
|
@@ -12,6 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class DensityCompact {
|
|
13
13
|
DensityCompact._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// COMPONENT
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
// Component - Button
|
|
16
20
|
/** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
17
21
|
static const buttonContentGapSpace = "6px";
|
|
@@ -28,4 +32,5 @@ class DensityCompact {
|
|
|
28
32
|
static const inputFieldHeightSize = "36px";
|
|
29
33
|
/** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
30
34
|
static const inputFieldLabelFontSize = "16px";
|
|
35
|
+
|
|
31
36
|
}
|
|
@@ -12,6 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class DensityDefault {
|
|
13
13
|
DensityDefault._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// COMPONENT
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
// Component - Button
|
|
16
20
|
/** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
17
21
|
static const buttonContentGapSpace = "8px";
|
|
@@ -28,4 +32,5 @@ class DensityDefault {
|
|
|
28
32
|
static const inputFieldHeightSize = "40px";
|
|
29
33
|
/** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
30
34
|
static const inputFieldLabelFontSize = "17px";
|
|
35
|
+
|
|
31
36
|
}
|
|
@@ -12,6 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class DensitySpacious {
|
|
13
13
|
DensitySpacious._();
|
|
14
14
|
|
|
15
|
+
// ============================================
|
|
16
|
+
// COMPONENT
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
15
19
|
// Component - Button
|
|
16
20
|
/** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling space could work across different content scaling / size / contrast themes. */
|
|
17
21
|
static const buttonContentGapSpace = "8px";
|
|
@@ -28,4 +32,5 @@ class DensitySpacious {
|
|
|
28
32
|
static const inputFieldHeightSize = "48px";
|
|
29
33
|
/** This variable is in the SpaceScaling Collection. It was made to experiment with how scaling size could work across different content scaling / size / contrast themes. Font size across scaling options: compact 15 - default 17 - spacious 19 */
|
|
30
34
|
static const inputFieldLabelFontSize = "19px";
|
|
35
|
+
|
|
31
36
|
}
|
|
@@ -12,8 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class Brandtokenmapping {
|
|
13
13
|
Brandtokenmapping._();
|
|
14
14
|
|
|
15
|
-
|
|
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 = "Lucida Grande";
|
|
@@ -512,4 +519,12 @@ class Brandtokenmapping {
|
|
|
512
519
|
static const hideOnAdvertorial = false;
|
|
513
520
|
static const onlyBild = false;
|
|
514
521
|
static const onlySportBild = false;
|
|
522
|
+
|
|
523
|
+
|
|
524
|
+
// ============================================
|
|
525
|
+
// OTHER
|
|
526
|
+
// ============================================
|
|
527
|
+
|
|
528
|
+
static const brandName = "Advertorial";
|
|
529
|
+
|
|
515
530
|
}
|
package/dist/flutter/brands/advertorial/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 = "Lucida Grande";
|
|
@@ -447,6 +450,18 @@ class BreakpointLg1024pxRegular {
|
|
|
447
450
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
448
451
|
static const docHeaderHeightSize = "180px";
|
|
449
452
|
|
|
453
|
+
|
|
454
|
+
// ============================================
|
|
455
|
+
// OTHER
|
|
456
|
+
// ============================================
|
|
457
|
+
|
|
458
|
+
static const breakpointName = "lg";
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
// ============================================
|
|
462
|
+
// SEMANTIC
|
|
463
|
+
// ============================================
|
|
464
|
+
|
|
450
465
|
// Semantic - Border - BorderRadius
|
|
451
466
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
452
467
|
static const borderRadiusXs = "2px";
|
|
@@ -893,4 +908,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
893
908
|
static const changeOnMd = "md/lg";
|
|
894
909
|
static const bpSpecificWeb = "lg";
|
|
895
910
|
static const bpSpecificApp = "regular";
|
|
911
|
+
|
|
896
912
|
}
|
|
@@ -12,7 +12,10 @@ import 'dart:ui';
|
|
|
12
12
|
class BreakpointMd600px {
|
|
13
13
|
BreakpointMd600px._();
|
|
14
14
|
|
|
15
|
-
|
|
15
|
+
// ============================================
|
|
16
|
+
// COMPONENT
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
16
19
|
// Component - Accordion
|
|
17
20
|
/** This variable exists specifically for changing the accordion font family across brands. It is subject to review. Bild: GothamXNarrow, SpoBi: Inter, Ads: LucindaGrande */
|
|
18
21
|
static const accordionLabelFontFamily = "Lucida Grande";
|
|
@@ -447,6 +450,18 @@ class BreakpointMd600px {
|
|
|
447
450
|
/** This variable is used on documentation headers that contain info about platfroms and component names. 144 - 144 - 160 - 180 */
|
|
448
451
|
static const docHeaderHeightSize = "160px";
|
|
449
452
|
|
|
453
|
+
|
|
454
|
+
// ============================================
|
|
455
|
+
// OTHER
|
|
456
|
+
// ============================================
|
|
457
|
+
|
|
458
|
+
static const breakpointName = "md";
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
// ============================================
|
|
462
|
+
// SEMANTIC
|
|
463
|
+
// ============================================
|
|
464
|
+
|
|
450
465
|
// Semantic - Border - BorderRadius
|
|
451
466
|
/** 2-2-2-2 use for corner rounding on very small UI elements such as tooltips and badges. */
|
|
452
467
|
static const borderRadiusXs = "2px";
|
|
@@ -893,4 +908,5 @@ Apply this token to the main frame of page layouts to simulate realistic maximum
|
|
|
893
908
|
static const changeOnMd = "md/lg";
|
|
894
909
|
static const bpSpecificWeb = "md";
|
|
895
910
|
static const bpSpecificApp = "regular";
|
|
911
|
+
|
|
896
912
|
}
|