@openeuropa/bcl-subscription 1.10.1 → 1.10.2

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.
@@ -837,9 +837,9 @@ exports[`OE - Subscription renders correctly 1`] = `
837
837
  class="bcl-inpage-navigation position-sticky"
838
838
  id="bcl-inpage-navigation"
839
839
  >
840
- <h2
840
+ <button
841
841
  aria-expanded="false"
842
- class="mb-0 dropdown-toggle bcl-heading"
842
+ class="dropdown-toggle h2 d-md-none"
843
843
  data-bs-toggle="dropdown"
844
844
  id="bcl-inpage-navigation-dropdown"
845
845
  type="button"
@@ -852,6 +852,11 @@ exports[`OE - Subscription renders correctly 1`] = `
852
852
  xlink:href="/icons.svg#chevron-down"
853
853
  />
854
854
  </svg>
855
+ </button>
856
+ <h2
857
+ class="mb-0 d-none d-md-block bcl-heading"
858
+ >
859
+ Page content
855
860
  </h2>
856
861
  <div
857
862
  aria-labelledby="bcl-inpage-navigation-dropdown"
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.2",
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.2"
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": "d4bb50f58dd038748c618cc2f7bff2674f0b1f2a"
28
28
  }