@openeuropa/bcl-subscription 1.10.2 → 1.10.4

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,6 +834,7 @@ 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
  >
@@ -859,7 +860,6 @@ exports[`OE - Subscription renders correctly 1`] = `
859
860
  Page content
860
861
  </h2>
861
862
  <div
862
- aria-labelledby="bcl-inpage-navigation-dropdown"
863
863
  class="dropdown-menu"
864
864
  >
865
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.2",
5
+ "version": "1.10.4",
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.2"
11
+ "@openeuropa/bcl-subscription-block": "^1.10.4"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "d4bb50f58dd038748c618cc2f7bff2674f0b1f2a"
27
+ "gitHead": "52247384e1ce1f63ac2fba5ac0965af9924130fa"
28
28
  }