@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.
@@ -1,56 +1,56 @@
1
1
  {
2
- "content-fade-up": {
2
+ "content-fade-down": {
3
3
  "type": "linear",
4
4
  "angle": "180",
5
5
  "stops": [
6
6
  {
7
- "color": "rgba(23, 23, 23, 0)",
7
+ "color": "#171717",
8
8
  "position": 0
9
9
  },
10
10
  {
11
- "color": "#171717",
11
+ "color": "rgba(23, 23, 23, 0)",
12
12
  "position": 1
13
13
  }
14
14
  ]
15
15
  },
16
- "content-fade-left": {
16
+ "content-fade-right": {
17
17
  "type": "linear",
18
18
  "angle": "270",
19
19
  "stops": [
20
20
  {
21
- "color": "#171717",
21
+ "color": "rgba(23, 23, 23, 0)",
22
22
  "position": 0
23
23
  },
24
24
  {
25
- "color": "rgba(23, 23, 23, 0)",
25
+ "color": "#171717",
26
26
  "position": 1
27
27
  }
28
28
  ]
29
29
  },
30
- "content-fade-right": {
30
+ "content-fade-left": {
31
31
  "type": "linear",
32
32
  "angle": "270",
33
33
  "stops": [
34
34
  {
35
- "color": "rgba(23, 23, 23, 0)",
35
+ "color": "#171717",
36
36
  "position": 0
37
37
  },
38
38
  {
39
- "color": "#171717",
39
+ "color": "rgba(23, 23, 23, 0)",
40
40
  "position": 1
41
41
  }
42
42
  ]
43
43
  },
44
- "content-fade-down": {
44
+ "content-fade-up": {
45
45
  "type": "linear",
46
46
  "angle": "180",
47
47
  "stops": [
48
48
  {
49
- "color": "#171717",
49
+ "color": "rgba(23, 23, 23, 0)",
50
50
  "position": 0
51
51
  },
52
52
  {
53
- "color": "rgba(23, 23, 23, 0)",
53
+ "color": "#171717",
54
54
  "position": 1
55
55
  }
56
56
  ]
@@ -1,56 +1,56 @@
1
1
  {
2
- "content-fade-up": {
2
+ "content-fade-down": {
3
3
  "type": "linear",
4
4
  "angle": "180",
5
5
  "stops": [
6
6
  {
7
- "color": "rgba(255, 255, 255, 0)",
7
+ "color": "#ffffff",
8
8
  "position": 0
9
9
  },
10
10
  {
11
- "color": "#ffffff",
11
+ "color": "rgba(255, 255, 255, 0)",
12
12
  "position": 1
13
13
  }
14
14
  ]
15
15
  },
16
- "content-fade-left": {
16
+ "content-fade-right": {
17
17
  "type": "linear",
18
18
  "angle": "270",
19
19
  "stops": [
20
20
  {
21
- "color": "#ffffff",
21
+ "color": "rgba(255, 255, 255, 0)",
22
22
  "position": 0
23
23
  },
24
24
  {
25
- "color": "rgba(255, 255, 255, 0)",
25
+ "color": "#ffffff",
26
26
  "position": 1
27
27
  }
28
28
  ]
29
29
  },
30
- "content-fade-right": {
30
+ "content-fade-left": {
31
31
  "type": "linear",
32
32
  "angle": "270",
33
33
  "stops": [
34
34
  {
35
- "color": "rgba(255, 255, 255, 0)",
35
+ "color": "#ffffff",
36
36
  "position": 0
37
37
  },
38
38
  {
39
- "color": "#ffffff",
39
+ "color": "rgba(255, 255, 255, 0)",
40
40
  "position": 1
41
41
  }
42
42
  ]
43
43
  },
44
- "content-fade-down": {
44
+ "content-fade-up": {
45
45
  "type": "linear",
46
46
  "angle": "180",
47
47
  "stops": [
48
48
  {
49
- "color": "#ffffff",
49
+ "color": "rgba(255, 255, 255, 0)",
50
50
  "position": 0
51
51
  },
52
52
  {
53
- "color": "rgba(255, 255, 255, 0)",
53
+ "color": "#ffffff",
54
54
  "position": 1
55
55
  }
56
56
  ]
@@ -1,6 +1,6 @@
1
1
  {
2
- "content-fade-up": "var(--ds-gradient-content-fade-up)",
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-down": "var(--ds-gradient-content-fade-down)"
4
+ "content-fade-left": "var(--ds-gradient-content-fade-left)",
5
+ "content-fade-up": "var(--ds-gradient-content-fade-up)"
6
6
  }
@@ -1,6 +1,6 @@
1
1
  {
2
+ "elevation-sm": "--ds-shadow-elevation-sm",
2
3
  "elevation-xs": "--ds-shadow-elevation-xs",
3
4
  "elevation-lg": "--ds-shadow-elevation-lg",
4
- "elevation-sm": "--ds-shadow-elevation-sm",
5
5
  "elevation-md": "--ds-shadow-elevation-md"
6
6
  }