@openeuropa/bcl-data-header 0.22.0 → 0.23.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 CHANGED
@@ -137,7 +137,7 @@ module.exports = {
137
137
  items: [
138
138
  {
139
139
  label: "Home",
140
- path: "/example",
140
+ path: "/example.html",
141
141
  active: true,
142
142
  attributes: new drupalAttribute().setAttribute(
143
143
  "aria-current",
@@ -146,11 +146,11 @@ module.exports = {
146
146
  },
147
147
  {
148
148
  label: "Item 01",
149
- path: "/example",
149
+ path: "/example.html",
150
150
  },
151
151
  {
152
152
  label: "Item 02",
153
- path: "/example",
153
+ path: "/example.html",
154
154
  },
155
155
  {
156
156
  id: "navbarDropdownMenuLink",
@@ -334,14 +334,14 @@ module.exports = {
334
334
  breadcrumbs: {
335
335
  attributes: new drupalAttribute().addClass(["mt-3"]),
336
336
  links: [
337
- { label: "Home", path: "/example" },
337
+ { label: "Home", path: "/example.html" },
338
338
  {
339
339
  label: "European Commission",
340
- path: "/example",
340
+ path: "/example.html",
341
341
  },
342
342
  {
343
343
  label: "About the European Commission",
344
- path: "/example",
344
+ path: "/example.html",
345
345
  },
346
346
  { label: "News" },
347
347
  ],
package/data--neutral.js CHANGED
@@ -132,7 +132,7 @@ module.exports = {
132
132
  items: [
133
133
  {
134
134
  label: "Home",
135
- path: "/example",
135
+ path: "/example.html",
136
136
  active: true,
137
137
  attributes: new drupalAttribute().setAttribute(
138
138
  "aria-current",
@@ -141,11 +141,11 @@ module.exports = {
141
141
  },
142
142
  {
143
143
  label: "Item 01",
144
- path: "/example",
144
+ path: "/example.html",
145
145
  },
146
146
  {
147
147
  label: "Item 02",
148
- path: "/example",
148
+ path: "/example.html",
149
149
  },
150
150
  {
151
151
  id: "navbarDropdownMenuLink",
@@ -299,14 +299,14 @@ module.exports = {
299
299
  breadcrumbs: {
300
300
  attributes: new drupalAttribute().addClass(["mt-3"]),
301
301
  links: [
302
- { label: "Home", path: "/example" },
302
+ { label: "Home", path: "/example.html" },
303
303
  {
304
304
  label: "European Commission",
305
- path: "/example",
305
+ path: "/example.html",
306
306
  },
307
307
  {
308
308
  label: "About the European Commission",
309
- path: "/example",
309
+ path: "/example.html",
310
310
  },
311
311
  { label: "News" },
312
312
  ],
package/data--no-form.js CHANGED
@@ -66,7 +66,7 @@ module.exports = {
66
66
  items: [
67
67
  {
68
68
  label: "Home",
69
- path: "/example",
69
+ path: "/example.html",
70
70
  active: true,
71
71
  attributes: new drupalAttribute().setAttribute(
72
72
  "aria-current",
@@ -75,11 +75,11 @@ module.exports = {
75
75
  },
76
76
  {
77
77
  label: "Item 01",
78
- path: "/example",
78
+ path: "/example.html",
79
79
  },
80
80
  {
81
81
  label: "Item 02",
82
- path: "/example",
82
+ path: "/example.html",
83
83
  },
84
84
  {
85
85
  id: "navbarDropdownMenuLink",
@@ -233,14 +233,14 @@ module.exports = {
233
233
  breadcrumbs: {
234
234
  attributes: new drupalAttribute().addClass(["mt-3"]),
235
235
  links: [
236
- { label: "Home", path: "/example" },
236
+ { label: "Home", path: "/example.html" },
237
237
  {
238
238
  label: "European Union",
239
- path: "/example",
239
+ path: "/example.html",
240
240
  },
241
241
  {
242
242
  label: "About the European Union",
243
- path: "/example",
243
+ path: "/example.html",
244
244
  },
245
245
  { label: "News" },
246
246
  ],
package/data--simple.js CHANGED
@@ -104,7 +104,7 @@ module.exports = {
104
104
  items: [
105
105
  {
106
106
  label: "Home",
107
- path: "/example",
107
+ path: "/example.html",
108
108
  active: true,
109
109
  attributes: new drupalAttribute()
110
110
  .setAttribute("aria-current", "page")
@@ -112,11 +112,11 @@ module.exports = {
112
112
  },
113
113
  {
114
114
  label: "Item 01",
115
- path: "/example",
115
+ path: "/example.html",
116
116
  },
117
117
  {
118
118
  label: "Item 02",
119
- path: "/example",
119
+ path: "/example.html",
120
120
  },
121
121
  {
122
122
  id: "navbarDropdownMenuLink",
@@ -272,7 +272,7 @@ module.exports = {
272
272
  links: [
273
273
  {
274
274
  label: "Home",
275
- path: "/example",
275
+ path: "/example.html",
276
276
  attributes: new drupalAttribute().setAttribute(
277
277
  "aria-label",
278
278
  "homepage"
@@ -280,11 +280,11 @@ module.exports = {
280
280
  },
281
281
  {
282
282
  label: "European Union",
283
- path: "/example",
283
+ path: "/example.html",
284
284
  },
285
285
  {
286
286
  label: "About the European Union",
287
- path: "/example",
287
+ path: "/example.html",
288
288
  },
289
289
  { label: "News" },
290
290
  ],
package/data--ucpkn.js CHANGED
@@ -137,7 +137,7 @@ module.exports = {
137
137
  },
138
138
  {
139
139
  label: "Stories",
140
- path: "/example",
140
+ path: "/example.html",
141
141
  },
142
142
  {
143
143
  id: "navbarDropdownMenuLinkProjects",
package/data.js CHANGED
@@ -142,7 +142,7 @@ module.exports = {
142
142
  items: [
143
143
  {
144
144
  label: "Home",
145
- path: "/example",
145
+ path: "/example.html",
146
146
  active: true,
147
147
  attributes: new drupalAttribute().setAttribute(
148
148
  "aria-current",
@@ -151,11 +151,11 @@ module.exports = {
151
151
  },
152
152
  {
153
153
  label: "Item 01",
154
- path: "/example",
154
+ path: "/example.html",
155
155
  },
156
156
  {
157
157
  label: "Item 02",
158
- path: "/example",
158
+ path: "/example.html",
159
159
  },
160
160
  {
161
161
  id: "navbarDropdownMenuLink",
@@ -310,14 +310,14 @@ module.exports = {
310
310
  breadcrumbs: {
311
311
  attributes: new drupalAttribute().addClass(["mt-3"]),
312
312
  links: [
313
- { label: "Home", path: "/example" },
313
+ { label: "Home", path: "/example.html" },
314
314
  {
315
315
  label: "European Commission",
316
- path: "/example",
316
+ path: "/example.html",
317
317
  },
318
318
  {
319
319
  label: "About the European Commission",
320
- path: "/example",
320
+ path: "/example.html",
321
321
  },
322
322
  { label: "News" },
323
323
  ],
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@openeuropa/bcl-data-header",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.22.0",
5
+ "version": "0.23.0",
6
6
  "description": "OE header data",
7
7
  "publishConfig": {
8
8
  "access": "public"
@@ -20,5 +20,5 @@
20
20
  "component-library",
21
21
  "design-system"
22
22
  ],
23
- "gitHead": "57304ad94ae3c234f2f2b904208ce540a7a53f23"
23
+ "gitHead": "fa2097e14024989cddf6f9cd7a9115bed5886aeb"
24
24
  }