@openeuropa/bcl-subscription 1.1.0 → 1.2.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.
|
@@ -915,7 +915,7 @@ exports[`OE - Subscription renders correctly 1`] = `
|
|
|
915
915
|
<br />
|
|
916
916
|
</p>
|
|
917
917
|
<div
|
|
918
|
-
class="bcl-subscription-block bg-light px-4-5 pt-4 pb-4-5"
|
|
918
|
+
class="bcl-subscription-block text-bg-light px-4-5 pt-4 pb-4-5"
|
|
919
919
|
>
|
|
920
920
|
<div
|
|
921
921
|
class="fs-2 fw-normal"
|
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.2.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.2.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": "e8750bd56d83523370a6a1f32f3cc5c0b14bdfca"
|
|
28
28
|
}
|