@openeuropa/bcl-data-header 0.3694.202508261220 → 0.3694.202508290110

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.
Files changed (2) hide show
  1. package/data--navbar.js +26 -4
  2. package/package.json +4 -4
package/data--navbar.js CHANGED
@@ -32,6 +32,7 @@ module.exports = {
32
32
  id: "dropdown-megamenu-inner",
33
33
  trigger: {
34
34
  label: "Base Category Item",
35
+ attributes: new drupalAttribute().addClass("active"),
35
36
  },
36
37
  see_all: {
37
38
  label: "See all",
@@ -41,10 +42,7 @@ module.exports = {
41
42
  {
42
43
  label: "Base Sub Category Item",
43
44
  path: "/example.html",
44
- },
45
- {
46
- label: "Base Sub Category Item",
47
- path: "/example.html",
45
+ attributes: new drupalAttribute().addClass("active"),
48
46
  },
49
47
  {
50
48
  label: "Base Sub Category Item",
@@ -90,6 +88,18 @@ module.exports = {
90
88
  label: "Base Sub Category Item",
91
89
  path: "/example.html",
92
90
  },
91
+ {
92
+ label: "Base Sub Category Item",
93
+ path: "/example.html",
94
+ },
95
+ {
96
+ label: "Base Sub Category Item",
97
+ path: "/example.html",
98
+ },
99
+ {
100
+ label: "Base Sub Category Item",
101
+ path: "/example.html",
102
+ },
93
103
  ],
94
104
  },
95
105
  {
@@ -104,6 +114,18 @@ module.exports = {
104
114
  label: "Base Category Item",
105
115
  path: "/example.html",
106
116
  },
117
+ {
118
+ label: "Base Category Item",
119
+ path: "/example.html",
120
+ },
121
+ {
122
+ label: "Base Category Item",
123
+ path: "/example.html",
124
+ },
125
+ {
126
+ label: "Base Category Item",
127
+ path: "/example.html",
128
+ },
107
129
  ],
108
130
  },
109
131
  {
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": "0.3694.202508261220",
5
+ "version": "0.3694.202508290110",
6
6
  "description": "OE header data",
7
7
  "publishConfig": {
8
8
  "access": "public"
9
9
  },
10
10
  "dependencies": {
11
- "@openeuropa/bcl-data-breadcrumb": "^0.3694.202508261220",
12
- "@openeuropa/bcl-language-list": "^0.3694.202508261220"
11
+ "@openeuropa/bcl-data-breadcrumb": "^0.3694.202508290110",
12
+ "@openeuropa/bcl-language-list": "^0.3694.202508290110"
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": "5cdf3adb6e23db9d6785bda6388c6a466159136a"
27
+ "gitHead": "01ed2f325375895d59f4a006527f335fb30dab3b"
28
28
  }