@openeuropa/bcl-subscription 1.4.0 → 1.6.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
|
-
|
|
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
|
-
|
|
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
|
-
<
|
|
846
|
-
|
|
856
|
+
<div
|
|
857
|
+
aria-labelledby="bcl-inpage-navigation-dropdown"
|
|
858
|
+
class="dropdown-menu"
|
|
847
859
|
>
|
|
848
|
-
<
|
|
849
|
-
class="nav-
|
|
860
|
+
<ul
|
|
861
|
+
class="nav nav-pills flex-column"
|
|
850
862
|
>
|
|
851
|
-
<
|
|
852
|
-
class="nav-
|
|
853
|
-
href="#content"
|
|
863
|
+
<li
|
|
864
|
+
class="nav-item"
|
|
854
865
|
>
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
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
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
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.
|
|
5
|
+
"version": "1.6.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.
|
|
11
|
+
"@openeuropa/bcl-subscription-block": "^1.6.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": "
|
|
27
|
+
"gitHead": "f82d4f83aa17cc668a051d1fd26bcbdb0122fddd"
|
|
28
28
|
}
|