@openeuropa/bcl-data-footer 0.19.0 → 0.22.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/{data-ec.js → data--ec.js} +0 -3
- package/{data-eu.js → data--eu.js} +1 -6
- package/data.js +0 -5
- package/package.json +2 -2
|
@@ -43,7 +43,6 @@ module.exports = {
|
|
|
43
43
|
path: "/icons.svg",
|
|
44
44
|
name: "facebook",
|
|
45
45
|
size: "xs",
|
|
46
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
47
46
|
},
|
|
48
47
|
},
|
|
49
48
|
{
|
|
@@ -53,7 +52,6 @@ module.exports = {
|
|
|
53
52
|
path: "/icons.svg",
|
|
54
53
|
name: "twitter",
|
|
55
54
|
size: "xs",
|
|
56
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
57
55
|
},
|
|
58
56
|
},
|
|
59
57
|
{
|
|
@@ -63,7 +61,6 @@ module.exports = {
|
|
|
63
61
|
name: "linkedin",
|
|
64
62
|
path: "/icons.svg",
|
|
65
63
|
size: "xs",
|
|
66
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
67
64
|
},
|
|
68
65
|
},
|
|
69
66
|
],
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
const drupalAttribute = require("drupal-attribute");
|
|
2
|
-
|
|
3
1
|
module.exports = {
|
|
4
2
|
variant: "eu",
|
|
5
3
|
rows: [
|
|
@@ -47,7 +45,6 @@ module.exports = {
|
|
|
47
45
|
name: "facebook",
|
|
48
46
|
size: "xs",
|
|
49
47
|
path: "/icons.svg",
|
|
50
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
51
48
|
},
|
|
52
49
|
},
|
|
53
50
|
{
|
|
@@ -57,7 +54,6 @@ module.exports = {
|
|
|
57
54
|
name: "twitter",
|
|
58
55
|
size: "xs",
|
|
59
56
|
path: "/icons.svg",
|
|
60
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
61
57
|
},
|
|
62
58
|
},
|
|
63
59
|
{
|
|
@@ -67,7 +63,6 @@ module.exports = {
|
|
|
67
63
|
path: "/icons.svg",
|
|
68
64
|
name: "linkedin",
|
|
69
65
|
size: "xs",
|
|
70
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
71
66
|
},
|
|
72
67
|
},
|
|
73
68
|
],
|
|
@@ -149,7 +144,7 @@ module.exports = {
|
|
|
149
144
|
{
|
|
150
145
|
type: "content",
|
|
151
146
|
content:
|
|
152
|
-
"<p>Search for <a href='#' class='
|
|
147
|
+
"<p>Search for <a href='#' class='mb-2'>EU social media channels</a></p>",
|
|
153
148
|
},
|
|
154
149
|
{
|
|
155
150
|
type: "content",
|
package/data.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
const drupalAttribute = require("drupal-attribute");
|
|
2
|
-
|
|
3
1
|
module.exports = {
|
|
4
2
|
rows: [
|
|
5
3
|
{
|
|
@@ -42,7 +40,6 @@ module.exports = {
|
|
|
42
40
|
path: "/icons.svg",
|
|
43
41
|
name: "facebook",
|
|
44
42
|
size: "xs",
|
|
45
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
46
43
|
},
|
|
47
44
|
},
|
|
48
45
|
{
|
|
@@ -52,7 +49,6 @@ module.exports = {
|
|
|
52
49
|
path: "/icons.svg",
|
|
53
50
|
name: "twitter",
|
|
54
51
|
size: "xs",
|
|
55
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
56
52
|
},
|
|
57
53
|
},
|
|
58
54
|
{
|
|
@@ -62,7 +58,6 @@ module.exports = {
|
|
|
62
58
|
name: "linkedin",
|
|
63
59
|
path: "/icons.svg",
|
|
64
60
|
size: "xs",
|
|
65
|
-
attributes: new drupalAttribute().addClass(["me-2"]),
|
|
66
61
|
},
|
|
67
62
|
},
|
|
68
63
|
],
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@openeuropa/bcl-data-footer",
|
|
3
3
|
"author": "European Commission",
|
|
4
4
|
"license": "EUPL-1.2",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.22.0",
|
|
6
6
|
"description": "OE footer data",
|
|
7
7
|
"publishConfig": {
|
|
8
8
|
"access": "public"
|
|
@@ -20,5 +20,5 @@
|
|
|
20
20
|
"component-library",
|
|
21
21
|
"design-system"
|
|
22
22
|
],
|
|
23
|
-
"gitHead": "
|
|
23
|
+
"gitHead": "57304ad94ae3c234f2f2b904208ce540a7a53f23"
|
|
24
24
|
}
|