@openeuropa/bcl-data-header 0.3694.202508261210 → 0.3694.202508290100
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--navbar.js +24 -4
- package/package.json +4 -4
package/data--navbar.js
CHANGED
|
@@ -54,10 +54,6 @@ module.exports = {
|
|
|
54
54
|
label: "Base Sub Category Item",
|
|
55
55
|
path: "/example.html",
|
|
56
56
|
},
|
|
57
|
-
{
|
|
58
|
-
label: "Base Sub Category Item",
|
|
59
|
-
path: "/example.html",
|
|
60
|
-
},
|
|
61
57
|
],
|
|
62
58
|
},
|
|
63
59
|
{
|
|
@@ -90,6 +86,18 @@ module.exports = {
|
|
|
90
86
|
label: "Base Sub Category Item",
|
|
91
87
|
path: "/example.html",
|
|
92
88
|
},
|
|
89
|
+
{
|
|
90
|
+
label: "Base Sub Category Item",
|
|
91
|
+
path: "/example.html",
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
label: "Base Sub Category Item",
|
|
95
|
+
path: "/example.html",
|
|
96
|
+
},
|
|
97
|
+
{
|
|
98
|
+
label: "Base Sub Category Item",
|
|
99
|
+
path: "/example.html",
|
|
100
|
+
},
|
|
93
101
|
],
|
|
94
102
|
},
|
|
95
103
|
{
|
|
@@ -104,6 +112,18 @@ module.exports = {
|
|
|
104
112
|
label: "Base Category Item",
|
|
105
113
|
path: "/example.html",
|
|
106
114
|
},
|
|
115
|
+
{
|
|
116
|
+
label: "Base Category Item",
|
|
117
|
+
path: "/example.html",
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
label: "Base Category Item",
|
|
121
|
+
path: "/example.html",
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
label: "Base Category Item",
|
|
125
|
+
path: "/example.html",
|
|
126
|
+
},
|
|
107
127
|
],
|
|
108
128
|
},
|
|
109
129
|
{
|
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.
|
|
5
|
+
"version": "0.3694.202508290100",
|
|
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.
|
|
12
|
-
"@openeuropa/bcl-language-list": "^0.3694.
|
|
11
|
+
"@openeuropa/bcl-data-breadcrumb": "^0.3694.202508290100",
|
|
12
|
+
"@openeuropa/bcl-language-list": "^0.3694.202508290100"
|
|
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": "
|
|
27
|
+
"gitHead": "bf52e4acba06070537c01de25b537715f4408b8f"
|
|
28
28
|
}
|