@openeuropa/bcl-data-header 0.3694.202508290300 → 0.3694.202509041200

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 +2 -0
  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,6 +42,7 @@ module.exports = {
41
42
  {
42
43
  label: "Base Sub Category Item",
43
44
  path: "/example.html",
45
+ attributes: new drupalAttribute().addClass("active"),
44
46
  },
45
47
  {
46
48
  label: "Base Sub Category Item",
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.202508290300",
5
+ "version": "0.3694.202509041200",
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.202508290300",
12
- "@openeuropa/bcl-language-list": "^0.3694.202508290300"
11
+ "@openeuropa/bcl-data-breadcrumb": "^0.3694.202509041200",
12
+ "@openeuropa/bcl-language-list": "^0.3694.202509041200"
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": "18d93e77b10a08bfa7eae1c594b42144cb4b451b"
27
+ "gitHead": "8ca6d5e37c3d962b92776ec49932746e1c57acc5"
28
28
  }