@openeuropa/bcl-subscription 1.10.1 → 1.10.3

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.
@@ -834,12 +834,13 @@ exports[`OE - Subscription renders correctly 1`] = `
834
834
  class="col-12 bcl-sidebar col-lg-3"
835
835
  >
836
836
  <nav
837
+ aria-labelledby="bcl-inpage-navigation-dropdown"
837
838
  class="bcl-inpage-navigation position-sticky"
838
839
  id="bcl-inpage-navigation"
839
840
  >
840
- <h2
841
+ <button
841
842
  aria-expanded="false"
842
- class="mb-0 dropdown-toggle bcl-heading"
843
+ class="dropdown-toggle h2 d-md-none"
843
844
  data-bs-toggle="dropdown"
844
845
  id="bcl-inpage-navigation-dropdown"
845
846
  type="button"
@@ -852,9 +853,13 @@ exports[`OE - Subscription renders correctly 1`] = `
852
853
  xlink:href="/icons.svg#chevron-down"
853
854
  />
854
855
  </svg>
856
+ </button>
857
+ <h2
858
+ class="mb-0 d-none d-md-block bcl-heading"
859
+ >
860
+ Page content
855
861
  </h2>
856
862
  <div
857
- aria-labelledby="bcl-inpage-navigation-dropdown"
858
863
  class="dropdown-menu"
859
864
  >
860
865
  <ul
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": "1.10.1",
5
+ "version": "1.10.3",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL subscription",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-subscription-block": "^1.10.1"
11
+ "@openeuropa/bcl-subscription-block": "^1.10.3"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "6c77dfb1e65950872e806cd0acb14023c279b934"
27
+ "gitHead": "b8331832899a57361f44b8a5e3a6c82d0218532f"
28
28
  }