@openeuropa/bcl-data-header 1.10.10 → 1.11.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--loggedIn.js CHANGED
@@ -5,20 +5,17 @@ module.exports = [
5
5
  label: "My account",
6
6
  path: "/example.html",
7
7
  icon_position: "before",
8
- remove_icon_spacers: true,
9
8
  attributes: new DrupalAttribute().addClass(["py-lg-2", "pb-3"]),
10
9
  icon: {
11
10
  name: "person-fill",
12
11
  size: "xs",
13
12
  path: "/icons.svg",
14
- attributes: new DrupalAttribute().addClass(["me-2-5"]),
15
13
  },
16
14
  },
17
15
  {
18
16
  label: "Log out",
19
17
  path: "/example.html",
20
18
  icon_position: "before",
21
- remove_icon_spacers: true,
22
19
  attributes: new DrupalAttribute().addClass([
23
20
  "border-top-lg-0",
24
21
  "border-top",
@@ -31,7 +28,6 @@ module.exports = [
31
28
  name: "lock-fill",
32
29
  size: "xs",
33
30
  path: "/icons.svg",
34
- attributes: new DrupalAttribute().addClass("me-2-5"),
35
31
  },
36
32
  },
37
33
  ];
package/data--no-form.js CHANGED
@@ -38,12 +38,10 @@ module.exports = {
38
38
  label: "English",
39
39
  path: "/example.html",
40
40
  icon_position: "before",
41
- remove_icon_spacers: true,
42
41
  icon: {
43
42
  name: "chat-left-dots-fill",
44
43
  size: "xs",
45
44
  path: "/icons.svg",
46
- attributes: new DrupalAttribute().addClass("me-2-5"),
47
45
  },
48
46
  attributes: new DrupalAttribute()
49
47
  .setAttribute("data-bs-toggle", "modal")
@@ -54,12 +52,10 @@ module.exports = {
54
52
  label: "Log in",
55
53
  path: "/example.html",
56
54
  icon_position: "before",
57
- remove_icon_spacers: true,
58
55
  icon: {
59
56
  name: "person-fill",
60
57
  size: "xs",
61
58
  path: "/icons.svg",
62
- attributes: new DrupalAttribute().addClass("me-2-5"),
63
59
  },
64
60
  attributes: new DrupalAttribute()
65
61
  .setAttribute("data-bs-toggle", "modal")
package/data--simple.js CHANGED
@@ -41,12 +41,10 @@ module.exports = {
41
41
  label: "English",
42
42
  path: "/example.html",
43
43
  icon_position: "before",
44
- remove_icon_spacers: true,
45
44
  icon: {
46
45
  name: "chat-left-dots-fill",
47
46
  size: "xs",
48
47
  path: "/icons.svg",
49
- attributes: new DrupalAttribute().addClass("me-2-5"),
50
48
  },
51
49
  attributes: new DrupalAttribute()
52
50
  .setAttribute("data-bs-toggle", "modal")
@@ -56,12 +54,10 @@ module.exports = {
56
54
  label: "Log in",
57
55
  path: "/example.html",
58
56
  icon_position: "before",
59
- remove_icon_spacers: true,
60
57
  icon: {
61
58
  name: "person-fill",
62
59
  size: "xs",
63
60
  path: "/icons.svg",
64
- attributes: new DrupalAttribute().addClass("me-2-5"),
65
61
  },
66
62
  attributes: new DrupalAttribute()
67
63
  .setAttribute("data-bs-toggle", "modal")
@@ -23,12 +23,10 @@ module.exports = [
23
23
  label: "English",
24
24
  path: "/example.html",
25
25
  icon_position: "before",
26
- remove_icon_spacers: true,
27
26
  icon: {
28
27
  name: "chat-left-dots-fill",
29
28
  size: "xs",
30
29
  path: "/icons.svg",
31
- attributes: new DrupalAttribute().addClass("me-2-5"),
32
30
  },
33
31
  attributes: new DrupalAttribute()
34
32
  .setAttribute("data-bs-toggle", "modal")
@@ -38,12 +36,10 @@ module.exports = [
38
36
  label: "Log in",
39
37
  path: "/example.html",
40
38
  icon_position: "before",
41
- remove_icon_spacers: true,
42
39
  icon: {
43
40
  name: "person-fill",
44
41
  size: "xs",
45
42
  path: "/icons.svg",
46
- attributes: new DrupalAttribute().addClass("me-2-5"),
47
43
  },
48
44
  attributes: new DrupalAttribute()
49
45
  .setAttribute("data-bs-toggle", "modal")
package/package.json CHANGED
@@ -2,14 +2,14 @@
2
2
  "name": "@openeuropa/bcl-data-header",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "1.10.10",
5
+ "version": "1.11.0",
6
6
  "description": "OE header data",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-data-breadcrumb": "^1.10.10",
12
- "@openeuropa/bcl-language-list": "^1.10.10"
11
+ "@openeuropa/bcl-data-breadcrumb": "^1.11.0",
12
+ "@openeuropa/bcl-language-list": "^1.11.0"
13
13
  },
14
14
  "repository": {
15
15
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "component-library",
25
25
  "design-system"
26
26
  ],
27
- "gitHead": "9f7c4a046e8f8f325e4de7e998f1c2a654f6eed1"
27
+ "gitHead": "88c25456473404f881593e7c70bbb0ac99ae2d2b"
28
28
  }