@openeuropa/bcl-subscription 1.6.0 → 1.7.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.
|
@@ -403,11 +403,11 @@ exports[`OE - Subscription renders correctly 1`] = `
|
|
|
403
403
|
xlink:href="/icons.svg#globe2"
|
|
404
404
|
/>
|
|
405
405
|
</svg>
|
|
406
|
-
<
|
|
407
|
-
class="mb-0 ms-2"
|
|
406
|
+
<div
|
|
407
|
+
class="modal-title mb-0 ms-2"
|
|
408
408
|
>
|
|
409
409
|
Select your language
|
|
410
|
-
</
|
|
410
|
+
</div>
|
|
411
411
|
</div>
|
|
412
412
|
<button
|
|
413
413
|
aria-label="Close"
|
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.7.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.7.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": "04c6da17515cbe8b0c1f3daaf32b3024e3582332"
|
|
28
28
|
}
|