@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,219 +1,56 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* effects-dark.js
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:59.229Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
];
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
{
|
|
56
|
-
type: "dropShadow",
|
|
57
|
-
color: "rgba(0, 0, 0, 0.07000000029802322)",
|
|
58
|
-
offsetX: 0,
|
|
59
|
-
offsetY: 8,
|
|
60
|
-
radius: 16,
|
|
61
|
-
spread: 0,
|
|
62
|
-
blendMode: "LINEAR_BURN",
|
|
63
|
-
},
|
|
64
|
-
];
|
|
65
|
-
export const DropshadowsoftShadowsoftxl = [
|
|
66
|
-
{
|
|
67
|
-
type: "dropShadow",
|
|
68
|
-
color: "rgba(0, 0, 0, 0.05000000074505806)",
|
|
69
|
-
offsetX: 0,
|
|
70
|
-
offsetY: 0,
|
|
71
|
-
radius: 64,
|
|
72
|
-
spread: 0,
|
|
73
|
-
blendMode: "LINEAR_BURN",
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
type: "dropShadow",
|
|
77
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
78
|
-
offsetX: 0,
|
|
79
|
-
offsetY: 16,
|
|
80
|
-
radius: 32,
|
|
81
|
-
spread: 0,
|
|
82
|
-
blendMode: "LINEAR_BURN",
|
|
83
|
-
},
|
|
84
|
-
];
|
|
85
|
-
export const DropshadowhardShadowhardsm = [
|
|
86
|
-
{
|
|
87
|
-
type: "dropShadow",
|
|
88
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
89
|
-
offsetX: 0,
|
|
90
|
-
offsetY: 1,
|
|
91
|
-
radius: 2,
|
|
92
|
-
spread: 0,
|
|
93
|
-
blendMode: "NORMAL",
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
type: "dropShadow",
|
|
97
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
98
|
-
offsetX: 0,
|
|
99
|
-
offsetY: 1,
|
|
100
|
-
radius: 3,
|
|
101
|
-
spread: 1,
|
|
102
|
-
blendMode: "LINEAR_BURN",
|
|
103
|
-
},
|
|
104
|
-
];
|
|
105
|
-
export const DropshadowhardShadowhardmd = [
|
|
106
|
-
{
|
|
107
|
-
type: "dropShadow",
|
|
108
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
109
|
-
offsetX: 0,
|
|
110
|
-
offsetY: 4,
|
|
111
|
-
radius: 8,
|
|
112
|
-
spread: 0,
|
|
113
|
-
blendMode: "LINEAR_BURN",
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
type: "dropShadow",
|
|
117
|
-
color: "rgba(0, 0, 0, 0.1599999964237213)",
|
|
118
|
-
offsetX: 0,
|
|
119
|
-
offsetY: 2,
|
|
120
|
-
radius: 4,
|
|
121
|
-
spread: 0,
|
|
122
|
-
blendMode: "MULTIPLY",
|
|
123
|
-
},
|
|
124
|
-
];
|
|
125
|
-
export const DropshadowhardShadowhardlg = [
|
|
126
|
-
{
|
|
127
|
-
type: "dropShadow",
|
|
128
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
129
|
-
offsetX: 0,
|
|
130
|
-
offsetY: 2,
|
|
131
|
-
radius: 3,
|
|
132
|
-
spread: 0,
|
|
133
|
-
blendMode: "NORMAL",
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
type: "dropShadow",
|
|
137
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
138
|
-
offsetX: 0,
|
|
139
|
-
offsetY: 6,
|
|
140
|
-
radius: 10,
|
|
141
|
-
spread: 4,
|
|
142
|
-
blendMode: "LINEAR_BURN",
|
|
143
|
-
},
|
|
144
|
-
];
|
|
145
|
-
export const DropshadowhardShadowhardxl = [
|
|
146
|
-
{
|
|
147
|
-
type: "dropShadow",
|
|
148
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
149
|
-
offsetX: 0,
|
|
150
|
-
offsetY: 4,
|
|
151
|
-
radius: 4,
|
|
152
|
-
spread: 0,
|
|
153
|
-
blendMode: "DARKEN",
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: "dropShadow",
|
|
157
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
158
|
-
offsetX: 0,
|
|
159
|
-
offsetY: 8,
|
|
160
|
-
radius: 12,
|
|
161
|
-
spread: 6,
|
|
162
|
-
blendMode: "LINEAR_BURN",
|
|
163
|
-
},
|
|
164
|
-
];
|
|
165
|
-
export const AlertAlertshadowdown = [
|
|
166
|
-
{
|
|
167
|
-
type: "dropShadow",
|
|
168
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
169
|
-
offsetX: 0,
|
|
170
|
-
offsetY: 6,
|
|
171
|
-
radius: 10,
|
|
172
|
-
spread: 0,
|
|
173
|
-
blendMode: "LINEAR_BURN",
|
|
174
|
-
},
|
|
175
|
-
];
|
|
176
|
-
export const AlertAlertshadowup = [
|
|
177
|
-
{
|
|
178
|
-
type: "dropShadow",
|
|
179
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
180
|
-
offsetX: 0,
|
|
181
|
-
offsetY: -2,
|
|
182
|
-
radius: 10,
|
|
183
|
-
spread: 0,
|
|
184
|
-
blendMode: "LINEAR_BURN",
|
|
185
|
-
},
|
|
186
|
-
];
|
|
187
|
-
export const MenuMenushadow = [
|
|
188
|
-
{
|
|
189
|
-
type: "dropShadow",
|
|
190
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
191
|
-
offsetX: 0,
|
|
192
|
-
offsetY: 8,
|
|
193
|
-
radius: 10,
|
|
194
|
-
spread: -8,
|
|
195
|
-
blendMode: "LINEAR_BURN",
|
|
196
|
-
},
|
|
197
|
-
];
|
|
198
|
-
export const MenuHeyinputshadow = [
|
|
199
|
-
{
|
|
200
|
-
type: "dropShadow",
|
|
201
|
-
color: "rgba(0, 0, 0, 0)",
|
|
202
|
-
offsetX: 0,
|
|
203
|
-
offsetY: 8,
|
|
204
|
-
radius: 10,
|
|
205
|
-
spread: -8,
|
|
206
|
-
blendMode: "LINEAR_BURN",
|
|
207
|
-
},
|
|
208
|
-
];
|
|
209
|
-
export const TeaserTeaserheadlinesshadow = [
|
|
210
|
-
{
|
|
211
|
-
type: "dropShadow",
|
|
212
|
-
color: "rgba(0, 0, 0, 0.6000000238418579)",
|
|
213
|
-
offsetX: 0,
|
|
214
|
-
offsetY: 2,
|
|
215
|
-
radius: 8,
|
|
216
|
-
spread: 0,
|
|
217
|
-
blendMode: "NORMAL",
|
|
218
|
-
},
|
|
219
|
-
];
|
|
7
|
+
// ============================================
|
|
8
|
+
// ALERT
|
|
9
|
+
// ============================================
|
|
10
|
+
|
|
11
|
+
export const alertshadowdown = "[object Object]";
|
|
12
|
+
export const alertshadowup = "[object Object]";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// ============================================
|
|
16
|
+
// DROPSHADOWHARD
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
19
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
20
|
+
export const shadowhardsm = "[object Object],[object Object]";
|
|
21
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
22
|
+
export const shadowhardmd = "[object Object],[object Object]";
|
|
23
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
24
|
+
export const shadowhardlg = "[object Object],[object Object]";
|
|
25
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
26
|
+
export const shadowhardxl = "[object Object],[object Object]";
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
// ============================================
|
|
30
|
+
// DROPSHADOWSOFT
|
|
31
|
+
// ============================================
|
|
32
|
+
|
|
33
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
34
|
+
export const shadowsoftsm = "[object Object],[object Object]";
|
|
35
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
36
|
+
export const shadowsoftmd = "[object Object],[object Object]";
|
|
37
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
38
|
+
export const shadowsoftlg = "[object Object],[object Object]";
|
|
39
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
40
|
+
export const shadowsoftxl = "[object Object],[object Object]";
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
// ============================================
|
|
44
|
+
// MENU
|
|
45
|
+
// ============================================
|
|
46
|
+
|
|
47
|
+
export const menushadow = "[object Object]";
|
|
48
|
+
export const heyinputshadow = "[object Object]";
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// ============================================
|
|
52
|
+
// TEASER
|
|
53
|
+
// ============================================
|
|
54
|
+
|
|
55
|
+
export const teaserheadlinesshadow = "[object Object]";
|
|
56
|
+
|
|
@@ -1,219 +1,56 @@
|
|
|
1
1
|
/**
|
|
2
|
-
*
|
|
2
|
+
* effects-light.js
|
|
3
|
+
* Generiert am: 2025-11-24T20:34:59.169Z
|
|
4
|
+
* Nicht manuell bearbeiten!
|
|
3
5
|
*/
|
|
4
6
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
];
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
export const
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
{
|
|
56
|
-
type: "dropShadow",
|
|
57
|
-
color: "rgba(0, 0, 0, 0.07000000029802322)",
|
|
58
|
-
offsetX: 0,
|
|
59
|
-
offsetY: 8,
|
|
60
|
-
radius: 16,
|
|
61
|
-
spread: 0,
|
|
62
|
-
blendMode: "LINEAR_BURN",
|
|
63
|
-
},
|
|
64
|
-
];
|
|
65
|
-
export const DropshadowsoftShadowsoftxl = [
|
|
66
|
-
{
|
|
67
|
-
type: "dropShadow",
|
|
68
|
-
color: "rgba(0, 0, 0, 0.05000000074505806)",
|
|
69
|
-
offsetX: 0,
|
|
70
|
-
offsetY: 0,
|
|
71
|
-
radius: 64,
|
|
72
|
-
spread: 0,
|
|
73
|
-
blendMode: "LINEAR_BURN",
|
|
74
|
-
},
|
|
75
|
-
{
|
|
76
|
-
type: "dropShadow",
|
|
77
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
78
|
-
offsetX: 0,
|
|
79
|
-
offsetY: 16,
|
|
80
|
-
radius: 32,
|
|
81
|
-
spread: 0,
|
|
82
|
-
blendMode: "LINEAR_BURN",
|
|
83
|
-
},
|
|
84
|
-
];
|
|
85
|
-
export const DropshadowhardShadowhardsm = [
|
|
86
|
-
{
|
|
87
|
-
type: "dropShadow",
|
|
88
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
89
|
-
offsetX: 0,
|
|
90
|
-
offsetY: 1,
|
|
91
|
-
radius: 2,
|
|
92
|
-
spread: 0,
|
|
93
|
-
blendMode: "NORMAL",
|
|
94
|
-
},
|
|
95
|
-
{
|
|
96
|
-
type: "dropShadow",
|
|
97
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
98
|
-
offsetX: 0,
|
|
99
|
-
offsetY: 1,
|
|
100
|
-
radius: 3,
|
|
101
|
-
spread: 1,
|
|
102
|
-
blendMode: "LINEAR_BURN",
|
|
103
|
-
},
|
|
104
|
-
];
|
|
105
|
-
export const DropshadowhardShadowhardmd = [
|
|
106
|
-
{
|
|
107
|
-
type: "dropShadow",
|
|
108
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
109
|
-
offsetX: 0,
|
|
110
|
-
offsetY: 4,
|
|
111
|
-
radius: 8,
|
|
112
|
-
spread: 0,
|
|
113
|
-
blendMode: "LINEAR_BURN",
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
type: "dropShadow",
|
|
117
|
-
color: "rgba(0, 0, 0, 0.1599999964237213)",
|
|
118
|
-
offsetX: 0,
|
|
119
|
-
offsetY: 2,
|
|
120
|
-
radius: 4,
|
|
121
|
-
spread: 0,
|
|
122
|
-
blendMode: "MULTIPLY",
|
|
123
|
-
},
|
|
124
|
-
];
|
|
125
|
-
export const DropshadowhardShadowhardlg = [
|
|
126
|
-
{
|
|
127
|
-
type: "dropShadow",
|
|
128
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
129
|
-
offsetX: 0,
|
|
130
|
-
offsetY: 2,
|
|
131
|
-
radius: 3,
|
|
132
|
-
spread: 0,
|
|
133
|
-
blendMode: "NORMAL",
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
type: "dropShadow",
|
|
137
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
138
|
-
offsetX: 0,
|
|
139
|
-
offsetY: 6,
|
|
140
|
-
radius: 10,
|
|
141
|
-
spread: 4,
|
|
142
|
-
blendMode: "LINEAR_BURN",
|
|
143
|
-
},
|
|
144
|
-
];
|
|
145
|
-
export const DropshadowhardShadowhardxl = [
|
|
146
|
-
{
|
|
147
|
-
type: "dropShadow",
|
|
148
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
149
|
-
offsetX: 0,
|
|
150
|
-
offsetY: 4,
|
|
151
|
-
radius: 4,
|
|
152
|
-
spread: 0,
|
|
153
|
-
blendMode: "DARKEN",
|
|
154
|
-
},
|
|
155
|
-
{
|
|
156
|
-
type: "dropShadow",
|
|
157
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
158
|
-
offsetX: 0,
|
|
159
|
-
offsetY: 8,
|
|
160
|
-
radius: 12,
|
|
161
|
-
spread: 6,
|
|
162
|
-
blendMode: "LINEAR_BURN",
|
|
163
|
-
},
|
|
164
|
-
];
|
|
165
|
-
export const AlertAlertshadowdown = [
|
|
166
|
-
{
|
|
167
|
-
type: "dropShadow",
|
|
168
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
169
|
-
offsetX: 0,
|
|
170
|
-
offsetY: 6,
|
|
171
|
-
radius: 10,
|
|
172
|
-
spread: 0,
|
|
173
|
-
blendMode: "LINEAR_BURN",
|
|
174
|
-
},
|
|
175
|
-
];
|
|
176
|
-
export const AlertAlertshadowup = [
|
|
177
|
-
{
|
|
178
|
-
type: "dropShadow",
|
|
179
|
-
color: "rgba(0, 0, 0, 0.20000000298023224)",
|
|
180
|
-
offsetX: 0,
|
|
181
|
-
offsetY: -2,
|
|
182
|
-
radius: 10,
|
|
183
|
-
spread: 0,
|
|
184
|
-
blendMode: "LINEAR_BURN",
|
|
185
|
-
},
|
|
186
|
-
];
|
|
187
|
-
export const MenuMenushadow = [
|
|
188
|
-
{
|
|
189
|
-
type: "dropShadow",
|
|
190
|
-
color: "rgba(0, 0, 0, 0.10000000149011612)",
|
|
191
|
-
offsetX: 0,
|
|
192
|
-
offsetY: 8,
|
|
193
|
-
radius: 10,
|
|
194
|
-
spread: -8,
|
|
195
|
-
blendMode: "LINEAR_BURN",
|
|
196
|
-
},
|
|
197
|
-
];
|
|
198
|
-
export const MenuHeyinputshadow = [
|
|
199
|
-
{
|
|
200
|
-
type: "dropShadow",
|
|
201
|
-
color: "rgba(0, 0, 0, 0)",
|
|
202
|
-
offsetX: 0,
|
|
203
|
-
offsetY: 8,
|
|
204
|
-
radius: 10,
|
|
205
|
-
spread: -8,
|
|
206
|
-
blendMode: "LINEAR_BURN",
|
|
207
|
-
},
|
|
208
|
-
];
|
|
209
|
-
export const TeaserTeaserheadlinesshadow = [
|
|
210
|
-
{
|
|
211
|
-
type: "dropShadow",
|
|
212
|
-
color: "rgba(0, 0, 0, 0.6000000238418579)",
|
|
213
|
-
offsetX: 0,
|
|
214
|
-
offsetY: 2,
|
|
215
|
-
radius: 8,
|
|
216
|
-
spread: 0,
|
|
217
|
-
blendMode: "NORMAL",
|
|
218
|
-
},
|
|
219
|
-
];
|
|
7
|
+
// ============================================
|
|
8
|
+
// ALERT
|
|
9
|
+
// ============================================
|
|
10
|
+
|
|
11
|
+
export const alertshadowdown = "[object Object]";
|
|
12
|
+
export const alertshadowup = "[object Object]";
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
// ============================================
|
|
16
|
+
// DROPSHADOWHARD
|
|
17
|
+
// ============================================
|
|
18
|
+
|
|
19
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
20
|
+
export const shadowhardsm = "[object Object],[object Object]";
|
|
21
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
22
|
+
export const shadowhardmd = "[object Object],[object Object]";
|
|
23
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
24
|
+
export const shadowhardlg = "[object Object],[object Object]";
|
|
25
|
+
/** Sharper, higher-contrast shadows. Best for dialogs, modals, dropdowns and overlays that require stronger focus. */
|
|
26
|
+
export const shadowhardxl = "[object Object],[object Object]";
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
// ============================================
|
|
30
|
+
// DROPSHADOWSOFT
|
|
31
|
+
// ============================================
|
|
32
|
+
|
|
33
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
34
|
+
export const shadowsoftsm = "[object Object],[object Object]";
|
|
35
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
36
|
+
export const shadowsoftmd = "[object Object],[object Object]";
|
|
37
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
38
|
+
export const shadowsoftlg = "[object Object],[object Object]";
|
|
39
|
+
/** Broad and soft shadows with low contrast. Best for cards, sheets, or subtle surface separation. */
|
|
40
|
+
export const shadowsoftxl = "[object Object],[object Object]";
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
// ============================================
|
|
44
|
+
// MENU
|
|
45
|
+
// ============================================
|
|
46
|
+
|
|
47
|
+
export const menushadow = "[object Object]";
|
|
48
|
+
export const heyinputshadow = "[object Object]";
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
// ============================================
|
|
52
|
+
// TEASER
|
|
53
|
+
// ============================================
|
|
54
|
+
|
|
55
|
+
export const teaserheadlinesshadow = "[object Object]";
|
|
56
|
+
|