@openeuropa/bcl-subscription 1.10.2 → 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,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.
|
|
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.
|
|
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": "
|
|
27
|
+
"gitHead": "b8331832899a57361f44b8a5e3a6c82d0218532f"
|
|
28
28
|
}
|