@openeuropa/bcl-subscription 0.4185.202511191330 → 0.4185.202512021245

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.
@@ -3,11 +3,11 @@
3
3
  exports[`OE - Subscription renders correctly 1`] = `
4
4
  <jest>
5
5
  <header
6
- class="bcl-header bcl-header--eu"
6
+ class="bcl-header bcl-header--eu shadow-sm"
7
7
  >
8
8
  <nav
9
9
  aria-label="Top Navigation"
10
- class="w-100 shadow-sm bcl-header__top-navbar navbar navbar-expand-lg navbar-light"
10
+ class="w-100 bcl-header__top-navbar navbar navbar-expand-lg navbar-light"
11
11
  >
12
12
  <div
13
13
  class="container"
@@ -30,18 +30,44 @@ exports[`OE - Subscription renders correctly 1`] = `
30
30
  <button
31
31
  aria-controls="header-navbar"
32
32
  aria-expanded="false"
33
- aria-label="Toggle navigation"
34
- class="navbar-toggler bcl-navbar-toggler"
33
+ aria-label="Main navigation toggle"
34
+ class="bcl-navbar-toggler d-lg-none"
35
35
  data-bs-target="#header-navbar"
36
36
  data-bs-toggle="collapse"
37
37
  type="button"
38
38
  >
39
- <span
40
- class="navbar-toggler-icon"
41
- />
39
+ <svg
40
+ class="default-icon bi icon--fluid"
41
+ >
42
+ <use
43
+ xlink:href="/icons.svg#list"
44
+ />
45
+ </svg>
46
+ <svg
47
+ class="active-icon bi icon--fluid"
48
+ >
49
+ <use
50
+ xlink:href="/icons.svg#x"
51
+ />
52
+ </svg>
42
53
  </button>
43
54
  </div>
44
55
  </nav>
56
+ <!-- site name -->
57
+ <div
58
+ class="bcl-header__site-name"
59
+ id="site-name-heading"
60
+ >
61
+ <div
62
+ class="container"
63
+ >
64
+ <span
65
+ class="h5 py-3-5 border-top-subtle mb-0 d-block"
66
+ >
67
+ Project name
68
+ </span>
69
+ </div>
70
+ </div>
45
71
  <!-- navbar -->
46
72
  <nav
47
73
  aria-label="Main Navigation"
@@ -218,6 +244,60 @@ exports[`OE - Subscription renders correctly 1`] = `
218
244
  Base Sub Category Item
219
245
  </a>
220
246
  </li>
247
+ <li
248
+ class="__leaf"
249
+ >
250
+ <a
251
+ href="/example.html"
252
+ >
253
+ Base Sub Category Item
254
+ </a>
255
+ </li>
256
+ <li
257
+ class="__leaf"
258
+ >
259
+ <a
260
+ href="/example.html"
261
+ >
262
+ Base Sub Category Item
263
+ </a>
264
+ </li>
265
+ <li
266
+ class="__leaf"
267
+ >
268
+ <a
269
+ href="/example.html"
270
+ >
271
+ Base Sub Category Item
272
+ </a>
273
+ </li>
274
+ <li
275
+ class="__leaf"
276
+ >
277
+ <a
278
+ href="/example.html"
279
+ >
280
+ Base Sub Category Item
281
+ </a>
282
+ </li>
283
+ <li
284
+ class="__leaf"
285
+ >
286
+ <a
287
+ href="/example.html"
288
+ >
289
+ Base Sub Category Item
290
+ </a>
291
+ </li>
292
+ <li
293
+ class="__leaf"
294
+ >
295
+ <a
296
+ href="/example.html"
297
+ >
298
+ Base Sub Category Item
299
+ </a>
300
+ </li>
221
301
  </ul>
222
302
  <div
223
303
  class="__see_all"
@@ -498,6 +578,46 @@ exports[`OE - Subscription renders correctly 1`] = `
498
578
  </li>
499
579
  </ul>
500
580
  </li>
581
+ <li
582
+ class="nav-item"
583
+ >
584
+ <a
585
+ class="nav-link"
586
+ href="/example.html"
587
+ >
588
+ Item 04
589
+ </a>
590
+ </li>
591
+ <li
592
+ class="nav-item"
593
+ >
594
+ <a
595
+ class="nav-link"
596
+ href="/example.html"
597
+ >
598
+ Item 05
599
+ </a>
600
+ </li>
601
+ <li
602
+ class="nav-item"
603
+ >
604
+ <a
605
+ class="nav-link"
606
+ href="/example.html"
607
+ >
608
+ Item 06
609
+ </a>
610
+ </li>
611
+ <li
612
+ class="nav-item"
613
+ >
614
+ <a
615
+ class="nav-link"
616
+ href="/example.html"
617
+ >
618
+ Item 07
619
+ </a>
620
+ </li>
501
621
  </ul>
502
622
  </div>
503
623
  </nav>
package/package.json CHANGED
@@ -2,13 +2,13 @@
2
2
  "name": "@openeuropa/bcl-subscription",
3
3
  "author": "European Commission",
4
4
  "license": "EUPL-1.2",
5
- "version": "0.4185.202511191330",
5
+ "version": "0.4185.202512021245",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL subscription",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-subscription-block": "^0.4185.202511191330"
11
+ "@openeuropa/bcl-subscription-block": "^0.4185.202512021245"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "de7fc20600e88ea3b38e74c2ec1c6ffbb0b2a1b0"
27
+ "gitHead": "795ad40621a91b0fbd8095b9ceed5f6ff30bb127"
28
28
  }