@bonniernews/dn-design-system-web 33.0.9 → 34.1.0
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/CHANGELOG.md +19 -0
- package/components/button/button.scss +1 -1
- package/components/direkt-header/direkt-header.scss +1 -1
- package/components/teaser-counter/teaser-counter.scss +1 -1
- package/components/teaser-slideshow/teaser-slideshow.scss +1 -0
- package/foundations/base.scss +4 -0
- package/foundations/variables/colorsCssVariables.scss +10 -4
- package/foundations/variables/colorsDnDark.scss +24 -18
- package/foundations/variables/colorsDnLight.scss +21 -15
- package/foundations/variables/gradientsDnDark.scss +12 -12
- package/foundations/variables/gradientsDnLight.scss +12 -12
- package/foundations/variables/gradientsList.scss +3 -3
- package/foundations/variables/shadowsDnDark.scss +7 -7
- package/foundations/variables/shadowsDnLight.scss +7 -7
- package/foundations/variables/shadowsList.scss +1 -1
- package/package.json +1 -1
- package/preact/components/icon-with-wrapper/icon-with-wrapper.js +10 -4
- package/preact/components/icon-with-wrapper/icon-with-wrapper.js.map +2 -2
- package/types-lib/ds-color.d.ts +10 -4
- package/variables/colors-css-variables.json +10 -4
- package/variables/colors-dark-mode.json +27 -19
- package/variables/colors-light-mode.json +24 -16
- package/variables/gradients-dark-mode.json +12 -12
- package/variables/gradients-light-mode.json +12 -12
- package/variables/gradients-list.json +3 -3
- package/variables/shadows-list.json +1 -1
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
{
|
|
2
|
-
"content-fade-
|
|
2
|
+
"content-fade-down": {
|
|
3
3
|
"type": "linear",
|
|
4
4
|
"angle": "180",
|
|
5
5
|
"stops": [
|
|
6
6
|
{
|
|
7
|
-
"color": "
|
|
7
|
+
"color": "#171717",
|
|
8
8
|
"position": 0
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"color": "
|
|
11
|
+
"color": "rgba(23, 23, 23, 0)",
|
|
12
12
|
"position": 1
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"content-fade-
|
|
16
|
+
"content-fade-right": {
|
|
17
17
|
"type": "linear",
|
|
18
18
|
"angle": "270",
|
|
19
19
|
"stops": [
|
|
20
20
|
{
|
|
21
|
-
"color": "
|
|
21
|
+
"color": "rgba(23, 23, 23, 0)",
|
|
22
22
|
"position": 0
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"color": "
|
|
25
|
+
"color": "#171717",
|
|
26
26
|
"position": 1
|
|
27
27
|
}
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"content-fade-
|
|
30
|
+
"content-fade-left": {
|
|
31
31
|
"type": "linear",
|
|
32
32
|
"angle": "270",
|
|
33
33
|
"stops": [
|
|
34
34
|
{
|
|
35
|
-
"color": "
|
|
35
|
+
"color": "#171717",
|
|
36
36
|
"position": 0
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"color": "
|
|
39
|
+
"color": "rgba(23, 23, 23, 0)",
|
|
40
40
|
"position": 1
|
|
41
41
|
}
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
|
-
"content-fade-
|
|
44
|
+
"content-fade-up": {
|
|
45
45
|
"type": "linear",
|
|
46
46
|
"angle": "180",
|
|
47
47
|
"stops": [
|
|
48
48
|
{
|
|
49
|
-
"color": "
|
|
49
|
+
"color": "rgba(23, 23, 23, 0)",
|
|
50
50
|
"position": 0
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"color": "
|
|
53
|
+
"color": "#171717",
|
|
54
54
|
"position": 1
|
|
55
55
|
}
|
|
56
56
|
]
|
|
@@ -1,56 +1,56 @@
|
|
|
1
1
|
{
|
|
2
|
-
"content-fade-
|
|
2
|
+
"content-fade-down": {
|
|
3
3
|
"type": "linear",
|
|
4
4
|
"angle": "180",
|
|
5
5
|
"stops": [
|
|
6
6
|
{
|
|
7
|
-
"color": "
|
|
7
|
+
"color": "#ffffff",
|
|
8
8
|
"position": 0
|
|
9
9
|
},
|
|
10
10
|
{
|
|
11
|
-
"color": "
|
|
11
|
+
"color": "rgba(255, 255, 255, 0)",
|
|
12
12
|
"position": 1
|
|
13
13
|
}
|
|
14
14
|
]
|
|
15
15
|
},
|
|
16
|
-
"content-fade-
|
|
16
|
+
"content-fade-right": {
|
|
17
17
|
"type": "linear",
|
|
18
18
|
"angle": "270",
|
|
19
19
|
"stops": [
|
|
20
20
|
{
|
|
21
|
-
"color": "
|
|
21
|
+
"color": "rgba(255, 255, 255, 0)",
|
|
22
22
|
"position": 0
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"color": "
|
|
25
|
+
"color": "#ffffff",
|
|
26
26
|
"position": 1
|
|
27
27
|
}
|
|
28
28
|
]
|
|
29
29
|
},
|
|
30
|
-
"content-fade-
|
|
30
|
+
"content-fade-left": {
|
|
31
31
|
"type": "linear",
|
|
32
32
|
"angle": "270",
|
|
33
33
|
"stops": [
|
|
34
34
|
{
|
|
35
|
-
"color": "
|
|
35
|
+
"color": "#ffffff",
|
|
36
36
|
"position": 0
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
|
-
"color": "
|
|
39
|
+
"color": "rgba(255, 255, 255, 0)",
|
|
40
40
|
"position": 1
|
|
41
41
|
}
|
|
42
42
|
]
|
|
43
43
|
},
|
|
44
|
-
"content-fade-
|
|
44
|
+
"content-fade-up": {
|
|
45
45
|
"type": "linear",
|
|
46
46
|
"angle": "180",
|
|
47
47
|
"stops": [
|
|
48
48
|
{
|
|
49
|
-
"color": "
|
|
49
|
+
"color": "rgba(255, 255, 255, 0)",
|
|
50
50
|
"position": 0
|
|
51
51
|
},
|
|
52
52
|
{
|
|
53
|
-
"color": "
|
|
53
|
+
"color": "#ffffff",
|
|
54
54
|
"position": 1
|
|
55
55
|
}
|
|
56
56
|
]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"content-fade-
|
|
3
|
-
"content-fade-left": "var(--ds-gradient-content-fade-left)",
|
|
2
|
+
"content-fade-down": "var(--ds-gradient-content-fade-down)",
|
|
4
3
|
"content-fade-right": "var(--ds-gradient-content-fade-right)",
|
|
5
|
-
"content-fade-
|
|
4
|
+
"content-fade-left": "var(--ds-gradient-content-fade-left)",
|
|
5
|
+
"content-fade-up": "var(--ds-gradient-content-fade-up)"
|
|
6
6
|
}
|