@openeuropa/bcl-subscription 1.3.0 → 1.5.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.
@@ -838,34 +838,50 @@ exports[`OE - Subscription renders correctly 1`] = `
838
838
  id="bcl-inpage-navigation"
839
839
  >
840
840
  <h2
841
- class="mb-0 bcl-heading"
841
+ aria-expanded="false"
842
+ class="mb-0 dropdown-toggle bcl-heading"
843
+ data-bs-toggle="dropdown"
844
+ id="bcl-inpage-navigation-dropdown"
845
+ type="button"
842
846
  >
843
- Page content
847
+ Page content
848
+ <svg
849
+ class="bi icon--s"
850
+ >
851
+ <use
852
+ xlink:href="/icons.svg#chevron-down"
853
+ />
854
+ </svg>
844
855
  </h2>
845
- <ul
846
- class="nav nav-pills flex-column"
856
+ <div
857
+ aria-labelledby="bcl-inpage-navigation-dropdown"
858
+ class="dropdown-menu"
847
859
  >
848
- <li
849
- class="nav-item"
860
+ <ul
861
+ class="nav nav-pills flex-column"
850
862
  >
851
- <a
852
- class="nav-link"
853
- href="#content"
863
+ <li
864
+ class="nav-item"
854
865
  >
855
- Content
856
- </a>
857
- </li>
858
- <li
859
- class="nav-item"
860
- >
861
- <a
862
- class="nav-link"
863
- href="#subheading"
866
+ <a
867
+ class="nav-link"
868
+ href="#content"
869
+ >
870
+ Content
871
+ </a>
872
+ </li>
873
+ <li
874
+ class="nav-item"
864
875
  >
865
- Subheading
866
- </a>
867
- </li>
868
- </ul>
876
+ <a
877
+ class="nav-link"
878
+ href="#subheading"
879
+ >
880
+ Subheading
881
+ </a>
882
+ </li>
883
+ </ul>
884
+ </div>
869
885
  </nav>
870
886
  </div>
871
887
  <div
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.3.0",
5
+ "version": "1.5.0",
6
6
  "publishConfig": {
7
7
  "access": "public"
8
8
  },
9
9
  "description": "OE - BCL subscription",
10
10
  "dependencies": {
11
- "@openeuropa/bcl-subscription-block": "^1.3.0"
11
+ "@openeuropa/bcl-subscription-block": "^1.5.0"
12
12
  },
13
13
  "repository": {
14
14
  "type": "git",
@@ -24,5 +24,5 @@
24
24
  "design-system",
25
25
  "twig"
26
26
  ],
27
- "gitHead": "965b58bc48d2c2ee183db317ff2dd43d2f3bec9e"
27
+ "gitHead": "7707e40523c6a3d4c719c80388f2df50fa6b7896"
28
28
  }